Class EnumerationValue_HJMPWrapper
java.lang.Object
de.hybris.platform.persistence.ItemEJB
de.hybris.platform.persistence.ExtensibleItemEJB
de.hybris.platform.persistence.c2l.LocalizableItemEJB
de.hybris.platform.persistence.enumeration.EnumerationValueEJB
de.hybris.platform.persistence.enumeration.EnumerationValue_HJMPWrapper
- All Implemented Interfaces:
LocalizableItemRemote,EnumerationValueHome,EnumerationValueRemote,ExtensibleItemRemote,EntityInstance,EntityProxy,HomeProxy,ItemHome,ItemPermissionFacade,ItemRemote
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic 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(PK param0, ComposedTypeRemote param1, String param2, int param3) ejbCreate(PK param0, ComposedTypeRemote param1, String param2, int param3) ejbFindByPrimaryKey(PK pkValue) ejbFindByType(PK param0) ejbFindByTypeAndCode(PK param0, String param1) ejbFindByTypeAndCodeIgnoreCase(PK param0, String param1) ejbFindChangedAfter(Date param0) ejbFindSortedValues(PK param0) voidvoidejbLoad()voidejbPostCreate(PK param0, ComposedTypeRemote param1, String param2, int param3) voidvoidejbStore()findAll()All item beans have a 'findAll' finder.findByPKList(Collection pks) findByPrimaryKey(PK pkValue) findByType(PK param0) findByTypeAndCode(PK param0, String param1) findByTypeAndCodeIgnoreCase(PK param0, String param1) findChangedAfter(Date param0) A finder which selects all bean modified after a given time.findSortedValues(PK param0) longprotected Objectprotected Mapbooleanlongprotected Stringinstance method implinstance method impllongintbooleanSpecial method indicating that the entity instance is currently within its ejbCreate() state and has not been written to database yet.voidsetACLTimestampInternal(long newvalue) voidsetCodeInternal(String newvalue) voidsetCodeLowerCase(String newvalue) voidsetCreationTimestampInternal(Date newvalue) voidsetEditableFlag(boolean newvalue) voidsetModifiedTimestampInternal(Date newvalue) voidsetOwnerPkString(PK newvalue) voidsetPkString(PK newvalue) voidsetPropertyTimestampInternal(long newvalue) voidsetSequenceNumber(int newvalue) voidsetTypePkString(PK newvalue) Methods inherited from class de.hybris.platform.persistence.enumeration.EnumerationValueEJB
disableEditing, getCode, isEditable, setCode, setCode, 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
clearEntityCaches, 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
-
EnumerationValue_HJMPWrapper
public EnumerationValue_HJMPWrapper()
-
-
Method Details
-
ejbLoad
public void ejbLoad()- Specified by:
ejbLoadin interfaceEntityInstance- Overrides:
ejbLoadin classItemEJB
-
getHJMPTS
public long getHJMPTS()- Specified by:
getHJMPTSin interfaceItemRemote- Specified by:
getHJMPTSin classItemEJB
-
ejbStore
public void ejbStore()- Specified by:
ejbStorein interfaceEntityInstance- Overrides:
ejbStorein classItemEJB
-
create
public EnumerationValueRemote create(PK param0, ComposedTypeRemote param1, String param2, int param3) throws ConsistencyCheckException, EJBInvalidParameterException -
ejbCreate
public PK ejbCreate(PK param0, ComposedTypeRemote param1, String param2, int param3) throws ConsistencyCheckException, EJBInvalidParameterException - Overrides:
ejbCreatein classEnumerationValueEJB- Throws:
ConsistencyCheckExceptionEJBInvalidParameterException
-
ejbPostCreate
- Overrides:
ejbPostCreatein classEnumerationValueEJB
-
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
-
getCodeInternal
- Specified by:
getCodeInternalin classEnumerationValueEJB
-
setCodeInternal
- Specified by:
setCodeInternalin classEnumerationValueEJB
-
getCodeLowerCase
- Specified by:
getCodeLowerCasein classEnumerationValueEJB
-
setCodeLowerCase
- Specified by:
setCodeLowerCasein classEnumerationValueEJB
-
getSequenceNumber
public int getSequenceNumber()Description copied from interface:EnumerationValueRemoteinternal; useEnumerationManagerEJB.getEnumerationValues(de.hybris.platform.persistence.type.ComposedTypeRemote)- Specified by:
getSequenceNumberin interfaceEnumerationValueRemote- Specified by:
getSequenceNumberin classEnumerationValueEJB
-
setSequenceNumber
public void setSequenceNumber(int newvalue) Description copied from interface:EnumerationValueRemote- Specified by:
setSequenceNumberin interfaceEnumerationValueRemote- Specified by:
setSequenceNumberin classEnumerationValueEJB
-
getEditableFlag
public boolean getEditableFlag()- Specified by:
getEditableFlagin classEnumerationValueEJB
-
setEditableFlag
public void setEditableFlag(boolean newvalue) - Specified by:
setEditableFlagin classEnumerationValueEJB
-
findByPrimaryKey
public EnumerationValueRemote findByPrimaryKey(PK pkValue) throws YObjectNotFoundException, YFinderException -
ejbFindByPrimaryKey
- Throws:
YObjectNotFoundException
-
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
-
findSortedValues
- Throws:
YFinderException
-
ejbFindSortedValues
- Throws:
YFinderException
-
findByTypeAndCode
public EnumerationValueRemote findByTypeAndCode(PK param0, String param1) throws YFinderException, YObjectNotFoundException -
ejbFindByTypeAndCode
public PK ejbFindByTypeAndCode(PK param0, String param1) throws YFinderException, YObjectNotFoundException -
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
-
findByType
- Throws:
YFinderException
-
ejbFindByType
- Throws:
YFinderException
-
findByTypeAndCodeIgnoreCase
public EnumerationValueRemote findByTypeAndCodeIgnoreCase(PK param0, String param1) throws YFinderException, YObjectNotFoundException -
ejbFindByTypeAndCodeIgnoreCase
public PK ejbFindByTypeAndCodeIgnoreCase(PK param0, String param1) throws YFinderException, YObjectNotFoundException -
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
-