Class TestItemEJBImpl
- java.lang.Object
-
- de.hybris.platform.core.BridgeImplementation
-
- de.hybris.platform.persistence.ItemEJBImpl
-
- de.hybris.platform.persistence.ExtensibleItemEJBImpl
-
- de.hybris.platform.persistence.c2l.LocalizableItemEJBImpl
-
- de.hybris.platform.persistence.test.TestItemEJBImpl
-
- All Implemented Interfaces:
LocalizableItem.LocalizableItemImpl,ExtensibleItem.ExtensibleItemImpl,Item.ItemImpl,TestItem.TestItemImpl,BridgeInterface,ExposesPermissionFacade,java.io.Serializable
public class TestItemEJBImpl extends LocalizableItemEJBImpl implements TestItem.TestItemImpl
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTestItemEJBImpl(Tenant tenant, TestItemRemote remoteObject)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TestItemcreateTestItem()creates a new test item.java.lang.StringgetA(SessionContext ctx)java.lang.StringgetB(SessionContext ctx)java.lang.BooleangetBoolean(SessionContext ctx)java.lang.BytegetByte(SessionContext ctx)java.lang.CharactergetCharacter(SessionContext ctx)java.util.DategetDate(SessionContext ctx)java.lang.DoublegetDouble(SessionContext ctx)java.lang.FloatgetFloat(SessionContext ctx)java.lang.IntegergetInteger(SessionContext ctx)java.lang.LonggetLong(SessionContext ctx)java.lang.StringgetLongString(SessionContext ctx)booleangetPrimitiveBoolean(SessionContext ctx)bytegetPrimitiveByte(SessionContext ctx)chargetPrimitiveChar(SessionContext ctx)doublegetPrimitiveDouble(SessionContext ctx)floatgetPrimitiveFloat(SessionContext ctx)intgetPrimitiveInteger(SessionContext ctx)longgetPrimitiveLong(SessionContext ctx)shortgetPrimitiveShort(SessionContext ctx)java.io.SerializablegetSerializable(SessionContext ctx)java.lang.StringgetString(SessionContext ctx)protected voidinfo(java.lang.String action)protected voidinfo(java.lang.String action, java.lang.String text)voidnotifyPropertyDataChanged(long timestamp)protected voidremoveInternal(SessionContext ctx)voidsetA(SessionContext ctx, java.lang.String a)voidsetB(SessionContext ctx, java.lang.String b)voidsetBoolean(SessionContext ctx, java.lang.Boolean b)voidsetByte(SessionContext ctx, java.lang.Byte b)voidsetCharacter(SessionContext ctx, java.lang.Character c)voidsetDate(SessionContext ctx, java.util.Date d)voidsetDouble(SessionContext ctx, java.lang.Double d)voidsetFloat(SessionContext ctx, java.lang.Float f)voidsetInteger(SessionContext ctx, java.lang.Integer i)voidsetLong(SessionContext ctx, java.lang.Long l)voidsetLongString(SessionContext ctx, java.lang.String s)voidsetPrimitiveBoolean(SessionContext ctx, boolean b)voidsetPrimitiveByte(SessionContext ctx, byte b)voidsetPrimitiveChar(SessionContext ctx, char c)voidsetPrimitiveDouble(SessionContext ctx, double d)voidsetPrimitiveFloat(SessionContext ctx, float f)voidsetPrimitiveInteger(SessionContext ctx, int i)voidsetPrimitiveLong(SessionContext ctx, long l)voidsetPrimitiveShort(SessionContext ctx, short s)voidsetSerializable(SessionContext ctx, java.io.Serializable s)voidsetString(SessionContext ctx, java.lang.String s)-
Methods inherited from class de.hybris.platform.persistence.c2l.LocalizableItemEJBImpl
checkLanguage, getAllLocalizedProperties, getAllLocalizedProperties, getLangPK, getLocalizedProperty, getLocalizedPropertyNames, removeLocalizedProperty, setAllLocalizableProperties, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.persistence.ExtensibleItemEJBImpl
commit, getAllProperties, getProperty, getPropertyNames, removeProperty, rollback, setAllProperties, setProperty
-
Methods inherited from class de.hybris.platform.persistence.ItemEJBImpl
addPermission, checkItemPermission, clearPermission, getCache, getComposedType, getCreationTime, getHJMPTS, getJaloObjectClass, getModificationTime, getOwner, getPermissionFacade, getPermissionMap, getPK, getPrincipalPermissions, getRemote, getRestrictedPrincipals, getSession, getTypeKey, invalidateLocalCaches, isHandlingOwnerAsReferenceSupported, remove, setComposedType, setCreationTime, setModificationTime, setOwner, setPermissionMap, setRemote, unwrap, unwrapToRef, wrap
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-
-
-
-
Constructor Detail
-
TestItemEJBImpl
protected TestItemEJBImpl(Tenant tenant, TestItemRemote remoteObject)
-
-
Method Detail
-
createTestItem
public static TestItem createTestItem()
creates a new test item.- Returns:
- the new item
-
info
protected void info(java.lang.String action)
-
info
protected void info(java.lang.String action, java.lang.String text)
-
notifyPropertyDataChanged
public final void notifyPropertyDataChanged(long timestamp)
-
getA
public java.lang.String getA(SessionContext ctx)
- Specified by:
getAin interfaceTestItem.TestItemImpl
-
setA
public void setA(SessionContext ctx, java.lang.String a)
- Specified by:
setAin interfaceTestItem.TestItemImpl
-
getB
public java.lang.String getB(SessionContext ctx)
- Specified by:
getBin interfaceTestItem.TestItemImpl
-
setB
public void setB(SessionContext ctx, java.lang.String b)
- Specified by:
setBin interfaceTestItem.TestItemImpl
-
getBoolean
public java.lang.Boolean getBoolean(SessionContext ctx)
- Specified by:
getBooleanin interfaceTestItem.TestItemImpl
-
setBoolean
public void setBoolean(SessionContext ctx, java.lang.Boolean b)
- Specified by:
setBooleanin interfaceTestItem.TestItemImpl
-
getByte
public java.lang.Byte getByte(SessionContext ctx)
- Specified by:
getBytein interfaceTestItem.TestItemImpl
-
setByte
public void setByte(SessionContext ctx, java.lang.Byte b)
- Specified by:
setBytein interfaceTestItem.TestItemImpl
-
getCharacter
public java.lang.Character getCharacter(SessionContext ctx)
- Specified by:
getCharacterin interfaceTestItem.TestItemImpl
-
setCharacter
public void setCharacter(SessionContext ctx, java.lang.Character c)
- Specified by:
setCharacterin interfaceTestItem.TestItemImpl
-
getDate
public java.util.Date getDate(SessionContext ctx)
- Specified by:
getDatein interfaceTestItem.TestItemImpl
-
setDate
public void setDate(SessionContext ctx, java.util.Date d)
- Specified by:
setDatein interfaceTestItem.TestItemImpl
-
getDouble
public java.lang.Double getDouble(SessionContext ctx)
- Specified by:
getDoublein interfaceTestItem.TestItemImpl
-
setDouble
public void setDouble(SessionContext ctx, java.lang.Double d)
- Specified by:
setDoublein interfaceTestItem.TestItemImpl
-
getFloat
public java.lang.Float getFloat(SessionContext ctx)
- Specified by:
getFloatin interfaceTestItem.TestItemImpl
-
setFloat
public void setFloat(SessionContext ctx, java.lang.Float f)
- Specified by:
setFloatin interfaceTestItem.TestItemImpl
-
getInteger
public java.lang.Integer getInteger(SessionContext ctx)
- Specified by:
getIntegerin interfaceTestItem.TestItemImpl
-
setInteger
public void setInteger(SessionContext ctx, java.lang.Integer i)
- Specified by:
setIntegerin interfaceTestItem.TestItemImpl
-
getLong
public java.lang.Long getLong(SessionContext ctx)
- Specified by:
getLongin interfaceTestItem.TestItemImpl
-
setLong
public void setLong(SessionContext ctx, java.lang.Long l)
- Specified by:
setLongin interfaceTestItem.TestItemImpl
-
getPrimitiveBoolean
public boolean getPrimitiveBoolean(SessionContext ctx)
- Specified by:
getPrimitiveBooleanin interfaceTestItem.TestItemImpl
-
setPrimitiveBoolean
public void setPrimitiveBoolean(SessionContext ctx, boolean b)
- Specified by:
setPrimitiveBooleanin interfaceTestItem.TestItemImpl
-
getPrimitiveByte
public byte getPrimitiveByte(SessionContext ctx)
- Specified by:
getPrimitiveBytein interfaceTestItem.TestItemImpl
-
setPrimitiveByte
public void setPrimitiveByte(SessionContext ctx, byte b)
- Specified by:
setPrimitiveBytein interfaceTestItem.TestItemImpl
-
getPrimitiveChar
public char getPrimitiveChar(SessionContext ctx)
- Specified by:
getPrimitiveCharin interfaceTestItem.TestItemImpl
-
setPrimitiveChar
public void setPrimitiveChar(SessionContext ctx, char c)
- Specified by:
setPrimitiveCharin interfaceTestItem.TestItemImpl
-
getPrimitiveDouble
public double getPrimitiveDouble(SessionContext ctx)
- Specified by:
getPrimitiveDoublein interfaceTestItem.TestItemImpl
-
setPrimitiveDouble
public void setPrimitiveDouble(SessionContext ctx, double d)
- Specified by:
setPrimitiveDoublein interfaceTestItem.TestItemImpl
-
getPrimitiveFloat
public float getPrimitiveFloat(SessionContext ctx)
- Specified by:
getPrimitiveFloatin interfaceTestItem.TestItemImpl
-
setPrimitiveFloat
public void setPrimitiveFloat(SessionContext ctx, float f)
- Specified by:
setPrimitiveFloatin interfaceTestItem.TestItemImpl
-
getPrimitiveInteger
public int getPrimitiveInteger(SessionContext ctx)
- Specified by:
getPrimitiveIntegerin interfaceTestItem.TestItemImpl
-
setPrimitiveInteger
public void setPrimitiveInteger(SessionContext ctx, int i)
- Specified by:
setPrimitiveIntegerin interfaceTestItem.TestItemImpl
-
getPrimitiveLong
public long getPrimitiveLong(SessionContext ctx)
- Specified by:
getPrimitiveLongin interfaceTestItem.TestItemImpl
-
setPrimitiveLong
public void setPrimitiveLong(SessionContext ctx, long l)
- Specified by:
setPrimitiveLongin interfaceTestItem.TestItemImpl
-
getPrimitiveShort
public short getPrimitiveShort(SessionContext ctx)
- Specified by:
getPrimitiveShortin interfaceTestItem.TestItemImpl
-
setPrimitiveShort
public void setPrimitiveShort(SessionContext ctx, short s)
- Specified by:
setPrimitiveShortin interfaceTestItem.TestItemImpl
-
getSerializable
public java.io.Serializable getSerializable(SessionContext ctx)
- Specified by:
getSerializablein interfaceTestItem.TestItemImpl
-
setSerializable
public void setSerializable(SessionContext ctx, java.io.Serializable s)
- Specified by:
setSerializablein interfaceTestItem.TestItemImpl
-
getString
public java.lang.String getString(SessionContext ctx)
- Specified by:
getStringin interfaceTestItem.TestItemImpl
-
setString
public void setString(SessionContext ctx, java.lang.String s)
- Specified by:
setStringin interfaceTestItem.TestItemImpl
-
getLongString
public java.lang.String getLongString(SessionContext ctx)
- Specified by:
getLongStringin interfaceTestItem.TestItemImpl
-
setLongString
public void setLongString(SessionContext ctx, java.lang.String s)
- Specified by:
setLongStringin interfaceTestItem.TestItemImpl
-
removeInternal
protected void removeInternal(SessionContext ctx) throws ConsistencyCheckException
- Specified by:
removeInternalin classItemEJBImpl- Throws:
ConsistencyCheckException
-
-