|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.centrasite.appl.framework.persistence.mapper.slots.AbstractSlotHandler
public abstract class AbstractSlotHandler
Abstract base class for slot handlers. It is recommended to derive
from this base class, because that will allow to extend the
SlotHandler
interface without a need to modify the
derived classes.
Constructor Summary | |
---|---|
AbstractSlotHandler()
|
Method Summary | |
---|---|
java.lang.String |
getQueryFunction(java.lang.Object value,
Property property)
Wraps the result of the SlotHandler.toString(Object) in a proper Query
Type.This method may only be invoked, if SlotHandler.isHandling(Class, Slot)
was invoked with the result objects class and returned true. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.softwareag.centrasite.appl.framework.persistence.mapper.slots.SlotHandler |
---|
isHandling, toObject, toString |
Constructor Detail |
---|
public AbstractSlotHandler()
Method Detail |
---|
public java.lang.String getQueryFunction(java.lang.Object value, Property property)
SlotHandler
SlotHandler.toString(Object)
in a proper Query
Type.This method may only be invoked, if SlotHandler.isHandling(Class, Slot)
was invoked with the result objects class and returned true.
getQueryFunction
in interface SlotHandler
property
- TODO
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |