Package de.hybris.platform.jalo.test
Interface TestItem.TestItemImpl
-
- All Superinterfaces:
BridgeInterface
,ExposesPermissionFacade
,ExtensibleItem.ExtensibleItemImpl
,Item.ItemImpl
,LocalizableItem.LocalizableItemImpl
,java.io.Serializable
- All Known Implementing Classes:
TestItemEJBImpl
- Enclosing class:
- TestItem
public static interface TestItem.TestItemImpl extends LocalizableItem.LocalizableItemImpl
interface to persistence layer
-
-
Method Summary
-
Methods inherited from interface de.hybris.platform.util.BridgeInterface
getJaloObjectClass
-
Methods inherited from interface de.hybris.platform.util.ExposesPermissionFacade
getPermissionFacade
-
Methods inherited from interface de.hybris.platform.jalo.ExtensibleItem.ExtensibleItemImpl
getAllProperties, getProperty, getPropertyNames, removeProperty, setAllProperties, setProperty
-
Methods inherited from interface de.hybris.platform.jalo.Item.ItemImpl
addPermission, checkItemPermission, clearPermission, getComposedType, getCreationTime, getHJMPTS, getModificationTime, getOwner, getPermissionMap, getPK, getPrincipalPermissions, getRestrictedPrincipals, getTypeKey, invalidateLocalCaches, isLocalCachingSupported, remove, setComposedType, setCreationTime, setModificationTime, setOwner, setPermissionMap
-
Methods inherited from interface de.hybris.platform.jalo.c2l.LocalizableItem.LocalizableItemImpl
getAllLocalizedProperties, getAllLocalizedProperties, getLocalizedProperty, getLocalizedPropertyNames, removeLocalizedProperty, setAllLocalizableProperties, setLocalizedProperty
-
-
-
-
Method Detail
-
getA
java.lang.String getA(SessionContext ctx)
-
setA
void setA(SessionContext ctx, java.lang.String a)
-
getB
java.lang.String getB(SessionContext ctx)
-
setB
void setB(SessionContext ctx, java.lang.String b)
-
getBoolean
java.lang.Boolean getBoolean(SessionContext ctx)
-
setBoolean
void setBoolean(SessionContext ctx, java.lang.Boolean b)
-
getByte
java.lang.Byte getByte(SessionContext ctx)
-
setByte
void setByte(SessionContext ctx, java.lang.Byte b)
-
getCharacter
java.lang.Character getCharacter(SessionContext ctx)
-
setCharacter
void setCharacter(SessionContext ctx, java.lang.Character c)
-
getDate
java.util.Date getDate(SessionContext ctx)
-
setDate
void setDate(SessionContext ctx, java.util.Date d)
-
getDouble
java.lang.Double getDouble(SessionContext ctx)
-
setDouble
void setDouble(SessionContext ctx, java.lang.Double d)
-
getFloat
java.lang.Float getFloat(SessionContext ctx)
-
setFloat
void setFloat(SessionContext ctx, java.lang.Float f)
-
getInteger
java.lang.Integer getInteger(SessionContext ctx)
-
setInteger
void setInteger(SessionContext ctx, java.lang.Integer i)
-
getLong
java.lang.Long getLong(SessionContext ctx)
-
setLong
void setLong(SessionContext ctx, java.lang.Long l)
-
getPrimitiveBoolean
boolean getPrimitiveBoolean(SessionContext ctx)
-
setPrimitiveBoolean
void setPrimitiveBoolean(SessionContext ctx, boolean b)
-
getPrimitiveByte
byte getPrimitiveByte(SessionContext ctx)
-
setPrimitiveByte
void setPrimitiveByte(SessionContext ctx, byte b)
-
getPrimitiveChar
char getPrimitiveChar(SessionContext ctx)
-
setPrimitiveChar
void setPrimitiveChar(SessionContext ctx, char c)
-
getPrimitiveDouble
double getPrimitiveDouble(SessionContext ctx)
-
setPrimitiveDouble
void setPrimitiveDouble(SessionContext ctx, double d)
-
getPrimitiveFloat
float getPrimitiveFloat(SessionContext ctx)
-
setPrimitiveFloat
void setPrimitiveFloat(SessionContext ctx, float f)
-
getPrimitiveInteger
int getPrimitiveInteger(SessionContext ctx)
-
setPrimitiveInteger
void setPrimitiveInteger(SessionContext ctx, int i)
-
getPrimitiveLong
long getPrimitiveLong(SessionContext ctx)
-
setPrimitiveLong
void setPrimitiveLong(SessionContext ctx, long l)
-
getPrimitiveShort
short getPrimitiveShort(SessionContext ctx)
-
setPrimitiveShort
void setPrimitiveShort(SessionContext ctx, short s)
-
getSerializable
java.io.Serializable getSerializable(SessionContext ctx)
-
setSerializable
void setSerializable(SessionContext ctx, java.io.Serializable s)
-
getString
java.lang.String getString(SessionContext ctx)
-
setString
void setString(SessionContext ctx, java.lang.String s)
-
getLongString
java.lang.String getLongString(SessionContext ctx)
-
setLongString
void setLongString(SessionContext ctx, java.lang.String s)
-
-