Class TestItem_HJMPWrapper
java.lang.Object
de.hybris.platform.persistence.ItemEJB
de.hybris.platform.persistence.ExtensibleItemEJB
de.hybris.platform.persistence.c2l.LocalizableItemEJB
de.hybris.platform.persistence.test.TestItemEJB
de.hybris.platform.persistence.test.TestItem_HJMPWrapper
- All Implemented Interfaces:
LocalizableItemRemote,ExtensibleItemRemote,EntityInstance,EntityProxy,HomeProxy,ItemHome,ItemPermissionFacade,ItemRemote,TestItemHome,TestItemRemote
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classstatic final classstatic final classstatic final class -
Field Summary
FieldsFields inherited from class de.hybris.platform.persistence.ItemEJB
entityContext, READ, WRITE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()ejbFindByFieldA(String param0) ejbFindByPrimaryKey(PK pkValue) ejbFindByType(PK param0) ejbFindChangedAfter(Date param0) ejbFinderTest(String param0, int param1) voidvoidejbLoad()voidvoidvoidejbStore()findAll()All item beans have a 'findAll' finder.findByFieldA(String param0) findByPKList(Collection pks) findByPrimaryKey(PK pkValue) findByType(PK param0) findChangedAfter(Date param0) A finder which selects all bean modified after a given time.finderTest(String param0, int param1) longprotected Objectprotected Mapbooleanbytechardoublefloatintlongshortlongprotected Stringinstance method implinstance method impllongbooleanSpecial method indicating that the entity instance is currently within its ejbCreate() state and has not been written to database yet.voidsetACLTimestampInternal(long newvalue) voidsetCreationTimestampInternal(Date newvalue) voidvoidvoidsetFieldBigDecimal(BigDecimal newvalue) voidsetFieldBoolean(Boolean newvalue) voidsetFieldByte(Byte newvalue) voidsetFieldCharacter(Character newvalue) voidsetFieldDate(Date newvalue) voidsetFieldDouble(Double newvalue) voidsetFieldFloat(Float newvalue) voidsetFieldInteger(Integer newvalue) voidsetFieldJson(String newvalue) voidsetFieldLong(Long newvalue) voidsetFieldLongString(String newvalue) voidsetFieldPrimitiveBoolean(boolean newvalue) voidsetFieldPrimitiveByte(byte newvalue) voidsetFieldPrimitiveChar(char newvalue) voidsetFieldPrimitiveDouble(double newvalue) voidsetFieldPrimitiveFloat(float newvalue) voidsetFieldPrimitiveInteger(int newvalue) voidsetFieldPrimitiveLong(long newvalue) voidsetFieldPrimitiveShort(short newvalue) voidsetFieldSerializable(Serializable newvalue) voidsetFieldString(String newvalue) voidsetModifiedTimestampInternal(Date newvalue) voidsetOwnerPkString(PK newvalue) voidsetPkString(PK newvalue) voidsetPropertyTimestampInternal(long newvalue) voidsetTypePkString(PK newvalue) Methods inherited from class de.hybris.platform.persistence.test.TestItemEJB
clearEntityCaches, getA, getB, getBigDecimal, getBoolean, getByte, getCharacter, getDate, getDouble, getFloat, getInteger, getLong, getLongString, getPrimitiveBoolean, getPrimitiveByte, getPrimitiveChar, getPrimitiveDouble, getPrimitiveFloat, getPrimitiveInteger, getPrimitiveLong, getPrimitiveShort, getSerializable, getString, info, info, markEntityAsModified, setA, setB, setBigDecimal, setBoolean, setByte, setCharacter, setDate, setDouble, setFloat, setInteger, setLong, setLongString, setPrimitiveBoolean, setPrimitiveByte, setPrimitiveChar, setPrimitiveDouble, setPrimitiveFloat, setPrimitiveInteger, setPrimitiveLong, setPrimitiveShort, setSerializable, setString, testDeclaredException, testUndeclaredException, typeCodeMethods inherited from class de.hybris.platform.persistence.c2l.LocalizableItemEJB
copyLocalizablePropertiesFrom, createFromTemplate, getAllLocalizedProperties, getAllLocalizedProperties, getLocalizedProperty, getLocalizedPropertyNames, getLocPropertyAccess, hintPropertyCache, postCreateFromTemplate, removeLocalizedProperty, setAllLocalizedProperties, setLocalizedProperty, setLocPropertiesFromContainerMethods inherited from class de.hybris.platform.persistence.ExtensibleItemEJB
copyPropertiesFrom, decryptIfNecessaryWithFallback, decryptValueWithFallback, doCreateInternal, ejbHomeGetPropertyTableName, getAllLanguagePKs, getAllProperties, getAllPropertyAccesses, getModifiedUnlocalizedPropertyCache, getProperty, getPropertyAccess, getPropertyAccess, getPropertyAccessInternal, getPropertyNames, getPropertyRaw, getPropertyTimestamp, getTypeInfoMap, hasModifiedCaches, preLoadUnlocalizedProperties, removeProperty, removePropertyData, setAllProperties, setPropertiesFromContainer, setProperty, typeChanged, updatePropertyVersion, warnOnDecryptionError, writePropertyCachesMethods inherited from class de.hybris.platform.persistence.ItemEJB
checkItemPermission, checkOwnGlobalPermission, copyComposedTypeFromTemplate, doCreateInternal, doPostCreateInternal, ejbHomeGetItemTableName, ejbHomeGetOwnJNDIName, getCachedValueForReading, getCachedValueForReadingIfAvailable, getCachedValuesStartingWith, getCacheKey, getComposedType, getCreationTime, getDefaultType, getEntityContext, getGlobalPermissionPKs, getModifiedTime, getOrAddCacheKey, getOwner, getPermissionPKs, getPK, getPrincipalToBooleanListMap, getRestrictedPrincipalPKs, getTypeKey, hasJNDIName, loadItemData, logACLCacheChange, needsStoring, quoteSQLStringLiteralForQuery, remove, removeACLEntries, removeGlobalPermission, removeGlobalPermissions, removePermission, removePermissions, setComposedType, setCreationTime, setEntityContext, setGlobalPermission, setGlobalPermissions, setModifiedTime, setModifiedTimestamp, setNeedsStoring, setOwner, setOwnerRef, setPermission, setPermissions, setPrincipalToBooleanListMap, skipRemovePermission, skipSetPermission, storeCaches, wasModifiedSince, writeACLEntriesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.persistence.framework.EntityProxy
getPKMethods inherited from interface de.hybris.platform.persistence.ExtensibleItemRemote
copyPropertiesFrom, getAllProperties, getProperty, getPropertyNames, getPropertyRaw, getPropertyTimestamp, getTypeInfoMap, removeProperty, setAllProperties, setPropertyMethods inherited from interface de.hybris.platform.persistence.ItemHome
loadItemDataMethods inherited from interface de.hybris.platform.persistence.ItemRemote
getComposedType, getCreationTime, getModifiedTime, getOwner, getTypeKey, hasJNDIName, remove, setComposedType, setCreationTime, setModifiedTime, setOwner, setOwnerRef, wasModifiedSinceMethods inherited from interface de.hybris.platform.persistence.c2l.LocalizableItemRemote
copyLocalizablePropertiesFrom, getAllLocalizedProperties, getAllLocalizedProperties, getLocalizedProperty, getLocalizedPropertyNames, hintPropertyCache, removeLocalizedProperty, setAllLocalizedProperties, setLocalizedProperty
-
Field Details
-
TYPECODE_STR
-
READER
public static final int READER- See Also:
-
WRITER
public static final int WRITER- See Also:
-
-
Constructor Details
-
TestItem_HJMPWrapper
public TestItem_HJMPWrapper()
-
-
Method Details
-
ejbLoad
public void ejbLoad()- Specified by:
ejbLoadin interfaceEntityInstance- Overrides:
ejbLoadin classTestItemEJB
-
getHJMPTS
public long getHJMPTS()- Specified by:
getHJMPTSin interfaceItemRemote- Specified by:
getHJMPTSin classItemEJB
-
ejbStore
public void ejbStore()- Specified by:
ejbStorein interfaceEntityInstance- Overrides:
ejbStorein classTestItemEJB
-
create
-
ejbCreate
- Overrides:
ejbCreatein classTestItemEJB
-
ejbPostCreate
public void ejbPostCreate()- Overrides:
ejbPostCreatein classTestItemEJB
-
ejbRemove
public void ejbRemove()- Specified by:
ejbRemovein interfaceEntityInstance- Overrides:
ejbRemovein classExtensibleItemEJB
-
ejbHomeLoadItemData
- Overrides:
ejbHomeLoadItemDatain classItemEJB
-
getPkString
- Specified by:
getPkStringin interfaceItemRemote- Specified by:
getPkStringin classItemEJB
-
setPkString
- Specified by:
setPkStringin classItemEJB
-
getCreationTimestampInternal
- Specified by:
getCreationTimestampInternalin classItemEJB
-
setCreationTimestampInternal
- Specified by:
setCreationTimestampInternalin classItemEJB
-
getModifiedTimestampInternal
- Specified by:
getModifiedTimestampInternalin classItemEJB
-
setModifiedTimestampInternal
- Specified by:
setModifiedTimestampInternalin classItemEJB
-
getACLTimestampInternal
public long getACLTimestampInternal()- Specified by:
getACLTimestampInternalin classItemEJB
-
setACLTimestampInternal
public void setACLTimestampInternal(long newvalue) - Specified by:
setACLTimestampInternalin classItemEJB
-
getTypePkString
- Specified by:
getTypePkStringin classItemEJB
-
setTypePkString
- Specified by:
setTypePkStringin classItemEJB
-
getOwnerPkString
- Specified by:
getOwnerPkStringin classItemEJB
-
setOwnerPkString
- Specified by:
setOwnerPkStringin classItemEJB
-
getPropertyTimestampInternal
public long getPropertyTimestampInternal()- Specified by:
getPropertyTimestampInternalin classExtensibleItemEJB
-
setPropertyTimestampInternal
public void setPropertyTimestampInternal(long newvalue) - Specified by:
setPropertyTimestampInternalin classExtensibleItemEJB
-
getFieldA
- Specified by:
getFieldAin classTestItemEJB
-
setFieldA
- Specified by:
setFieldAin classTestItemEJB
-
getFieldB
- Specified by:
getFieldBin classTestItemEJB
-
setFieldB
- Specified by:
setFieldBin classTestItemEJB
-
getFieldInteger
- Specified by:
getFieldIntegerin classTestItemEJB
-
setFieldInteger
- Specified by:
setFieldIntegerin classTestItemEJB
-
getFieldCharacter
- Specified by:
getFieldCharacterin classTestItemEJB
-
setFieldCharacter
- Specified by:
setFieldCharacterin classTestItemEJB
-
getFieldLong
- Specified by:
getFieldLongin classTestItemEJB
-
setFieldLong
- Specified by:
setFieldLongin classTestItemEJB
-
getFieldDouble
- Specified by:
getFieldDoublein classTestItemEJB
-
setFieldDouble
- Specified by:
setFieldDoublein classTestItemEJB
-
getFieldBoolean
- Specified by:
getFieldBooleanin classTestItemEJB
-
setFieldBoolean
- Specified by:
setFieldBooleanin classTestItemEJB
-
getFieldFloat
- Specified by:
getFieldFloatin classTestItemEJB
-
setFieldFloat
- Specified by:
setFieldFloatin classTestItemEJB
-
getFieldByte
- Specified by:
getFieldBytein classTestItemEJB
-
setFieldByte
- Specified by:
setFieldBytein classTestItemEJB
-
getFieldString
- Specified by:
getFieldStringin classTestItemEJB
-
setFieldString
- Specified by:
setFieldStringin classTestItemEJB
-
getFieldLongString
- Specified by:
getFieldLongStringin classTestItemEJB
-
setFieldLongString
- Specified by:
setFieldLongStringin classTestItemEJB
-
getFieldJson
-
setFieldJson
-
getFieldDate
- Specified by:
getFieldDatein classTestItemEJB
-
setFieldDate
- Specified by:
setFieldDatein classTestItemEJB
-
getFieldBigDecimal
- Specified by:
getFieldBigDecimalin classTestItemEJB
-
setFieldBigDecimal
- Specified by:
setFieldBigDecimalin classTestItemEJB
-
getFieldPrimitiveInteger
public int getFieldPrimitiveInteger()- Specified by:
getFieldPrimitiveIntegerin classTestItemEJB
-
setFieldPrimitiveInteger
public void setFieldPrimitiveInteger(int newvalue) - Specified by:
setFieldPrimitiveIntegerin classTestItemEJB
-
getFieldPrimitiveDouble
public double getFieldPrimitiveDouble()- Specified by:
getFieldPrimitiveDoublein classTestItemEJB
-
setFieldPrimitiveDouble
public void setFieldPrimitiveDouble(double newvalue) - Specified by:
setFieldPrimitiveDoublein classTestItemEJB
-
getFieldPrimitiveFloat
public float getFieldPrimitiveFloat()- Specified by:
getFieldPrimitiveFloatin classTestItemEJB
-
setFieldPrimitiveFloat
public void setFieldPrimitiveFloat(float newvalue) - Specified by:
setFieldPrimitiveFloatin classTestItemEJB
-
getFieldPrimitiveLong
public long getFieldPrimitiveLong()- Specified by:
getFieldPrimitiveLongin classTestItemEJB
-
setFieldPrimitiveLong
public void setFieldPrimitiveLong(long newvalue) - Specified by:
setFieldPrimitiveLongin classTestItemEJB
-
getFieldPrimitiveByte
public byte getFieldPrimitiveByte()- Specified by:
getFieldPrimitiveBytein classTestItemEJB
-
setFieldPrimitiveByte
public void setFieldPrimitiveByte(byte newvalue) - Specified by:
setFieldPrimitiveBytein classTestItemEJB
-
getFieldPrimitiveShort
public short getFieldPrimitiveShort()- Specified by:
getFieldPrimitiveShortin classTestItemEJB
-
setFieldPrimitiveShort
public void setFieldPrimitiveShort(short newvalue) - Specified by:
setFieldPrimitiveShortin classTestItemEJB
-
getFieldPrimitiveChar
public char getFieldPrimitiveChar()- Specified by:
getFieldPrimitiveCharin classTestItemEJB
-
setFieldPrimitiveChar
public void setFieldPrimitiveChar(char newvalue) - Specified by:
setFieldPrimitiveCharin classTestItemEJB
-
getFieldPrimitiveBoolean
public boolean getFieldPrimitiveBoolean()- Specified by:
getFieldPrimitiveBooleanin classTestItemEJB
-
setFieldPrimitiveBoolean
public void setFieldPrimitiveBoolean(boolean newvalue) - Specified by:
setFieldPrimitiveBooleanin classTestItemEJB
-
getFieldSerializable
- Specified by:
getFieldSerializablein classTestItemEJB
-
setFieldSerializable
- Specified by:
setFieldSerializablein classTestItemEJB
-
findByPrimaryKey
public TestItemRemote findByPrimaryKey(PK pkValue) throws YObjectNotFoundException, YFinderException -
ejbFindByPrimaryKey
- Throws:
YObjectNotFoundException
-
findByFieldA
-
ejbFindByFieldA
-
finderTest
public TestItemRemote finderTest(String param0, int param1) throws YFinderException, YObjectNotFoundException -
ejbFinderTest
public PK ejbFinderTest(String param0, int param1) throws YFinderException, YObjectNotFoundException -
findByType
- Throws:
YFinderException
-
ejbFindByType
- Throws:
YFinderException
-
findChangedAfter
Description copied from interface:ItemHomeA finder which selects all bean modified after a given time. This uses the modifiedTimestamp field of the item.- Parameters:
param0- the time to check in milliseconds ( see java.lang.System )- Throws:
YFinderException
-
ejbFindChangedAfter
- Throws:
YFinderException
-
findAll
Description copied from interface:ItemHomeAll item beans have a 'findAll' finder. So dont define another 'findAll' finder in a subclassed item !- Throws:
YFinderException
-
ejbFindAll
- Throws:
YFinderException
-
findByPKList
- Throws:
YFinderException
-
ejbFindByPKList
- Throws:
YFinderException
-
getItemTableNameImpl
Description copied from class:ItemEJBinstance method impl- Specified by:
getItemTableNameImplin classItemEJB
-
getOwnJNDIName
Description copied from class:ItemEJBinstance method impl- Specified by:
getOwnJNDINamein interfaceItemHome- Specified by:
getOwnJNDINamein classItemEJB- Returns:
- the item's JNDI name
-
getPropertyTableNameImpl
- Specified by:
getPropertyTableNameImplin classExtensibleItemEJB
-
isBeforeCreate
public boolean isBeforeCreate()Description copied from class:ItemEJBSpecial method indicating that the entity instance is currently within its ejbCreate() state and has not been written to database yet.- Specified by:
isBeforeCreatein classItemEJB
-
getCachedValueForModification
- Overrides:
getCachedValueForModificationin classItemEJB
-
getCacheKeyMap
- Specified by:
getCacheKeyMapin classItemEJB
-