public class EnumerationValue_HJMPWrapper extends EnumerationValueEJB
| Modifier and Type | Field and Description |
|---|---|
static int |
READER |
static java.lang.String |
TYPECODE_STR |
static int |
WRITER |
entityContext, READ, WRITE| Constructor and Description |
|---|
EnumerationValue_HJMPWrapper() |
| Modifier and Type | Method and Description |
|---|---|
EnumerationValueRemote |
create(PK param0,
ComposedTypeRemote param1,
java.lang.String param2,
int param3) |
PK |
ejbCreate(PK param0,
ComposedTypeRemote param1,
java.lang.String param2,
int param3) |
java.util.Collection |
ejbFindAll() |
java.util.Collection |
ejbFindByPKList(java.util.Collection pks) |
PK |
ejbFindByPrimaryKey(PK pkValue) |
java.util.Collection |
ejbFindByType(PK param0) |
PK |
ejbFindByTypeAndCode(PK param0,
java.lang.String param1) |
PK |
ejbFindByTypeAndCodeIgnoreCase(PK param0,
java.lang.String param1) |
java.util.Collection |
ejbFindChangedAfter(java.util.Date param0) |
java.util.Collection |
ejbFindSortedValues(PK param0) |
void |
ejbHomeLoadItemData(java.sql.ResultSet rs) |
void |
ejbLoad() |
void |
ejbPostCreate(PK param0,
ComposedTypeRemote param1,
java.lang.String param2,
int param3) |
void |
ejbRemove() |
void |
ejbStore() |
java.util.Collection |
findAll()
All item beans have a 'findAll' finder.
|
java.util.Collection |
findByPKList(java.util.Collection pks) |
EnumerationValueRemote |
findByPrimaryKey(PK pkValue) |
java.util.Collection |
findByType(PK param0) |
EnumerationValueRemote |
findByTypeAndCode(PK param0,
java.lang.String param1) |
EnumerationValueRemote |
findByTypeAndCodeIgnoreCase(PK param0,
java.lang.String param1) |
java.util.Collection |
findChangedAfter(java.util.Date param0)
A finder which selects all bean modified after a given time.
|
java.util.Collection |
findSortedValues(PK param0) |
long |
getACLTimestampInternal() |
protected java.lang.Object |
getCachedValueForModification(ItemCacheKey key) |
protected java.util.Map |
getCacheKeyMap() |
java.lang.String |
getCodeInternal() |
java.lang.String |
getCodeLowerCase() |
java.util.Date |
getCreationTimestampInternal() |
boolean |
getEditableFlag() |
long |
getHJMPTS() |
protected java.lang.String |
getItemTableNameImpl()
instance method impl
|
java.util.Date |
getModifiedTimestampInternal() |
PK |
getOwnerPkString() |
java.lang.String |
getOwnJNDIName()
instance method impl
|
PK |
getPkString() |
java.lang.String |
getPropertyTableNameImpl() |
long |
getPropertyTimestampInternal() |
int |
getSequenceNumber()
|
PK |
getTypePkString() |
boolean |
isBeforeCreate()
Special method indicating that the entity instance is currently within its ejbCreate() state and has not been
written to database yet.
|
void |
setACLTimestampInternal(long newvalue) |
void |
setCodeInternal(java.lang.String newvalue) |
void |
setCodeLowerCase(java.lang.String newvalue) |
void |
setCreationTimestampInternal(java.util.Date newvalue) |
void |
setEditableFlag(boolean newvalue) |
void |
setModifiedTimestampInternal(java.util.Date newvalue) |
void |
setOwnerPkString(PK newvalue) |
void |
setPkString(PK newvalue) |
void |
setPropertyTimestampInternal(long newvalue) |
void |
setSequenceNumber(int newvalue)
|
void |
setTypePkString(PK newvalue) |
disableEditing, getCode, isEditable, setCode, setCode, typeCodecopyLocalizablePropertiesFrom, createFromTemplate, getAllLocalizedProperties, getAllLocalizedProperties, getLocalizedProperty, getLocalizedPropertyNames, getLocPropertyAccess, hintPropertyCache, postCreateFromTemplate, removeLocalizedProperty, setAllLocalizedProperties, setLocalizedProperty, setLocPropertiesFromContainerclearEntityCaches, 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, writePropertyCachescheckItemPermission, 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, setOwnerPK, setPermission, setPermissions, setPrincipalToBooleanListMap, skipRemovePermission, skipSetPermission, storeCaches, wasModifiedSince, writeACLEntriesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcopyLocalizablePropertiesFrom, getAllLocalizedProperties, getAllLocalizedProperties, getLocalizedProperty, getLocalizedPropertyNames, hintPropertyCache, removeLocalizedProperty, setAllLocalizedProperties, setLocalizedPropertycopyPropertiesFrom, getAllProperties, getProperty, getPropertyNames, getPropertyRaw, getPropertyTimestamp, getTypeInfoMap, removeProperty, setAllProperties, setPropertygetComposedType, getCreationTime, getModifiedTime, getOwner, getTypeKey, hasJNDIName, remove, setComposedType, setCreationTime, setModifiedTime, setOwner, wasModifiedSincegetPKloadItemDatapublic static final java.lang.String TYPECODE_STR
public static final int READER
public static final int WRITER
public void ejbLoad()
ejbLoad in interface EntityInstanceejbLoad in class ItemEJBpublic long getHJMPTS()
getHJMPTS in interface ItemRemotegetHJMPTS in class ItemEJBpublic void ejbStore()
ejbStore in interface EntityInstanceejbStore in class ItemEJBpublic EnumerationValueRemote create(PK param0, ComposedTypeRemote param1, java.lang.String param2, int param3) throws ConsistencyCheckException, EJBInvalidParameterException
public PK ejbCreate(PK param0, ComposedTypeRemote param1, java.lang.String param2, int param3) throws ConsistencyCheckException, EJBInvalidParameterException
ejbCreate in class EnumerationValueEJBConsistencyCheckExceptionEJBInvalidParameterExceptionpublic void ejbPostCreate(PK param0, ComposedTypeRemote param1, java.lang.String param2, int param3)
ejbPostCreate in class EnumerationValueEJBpublic void ejbRemove()
ejbRemove in interface EntityInstanceejbRemove in class ExtensibleItemEJBpublic void ejbHomeLoadItemData(java.sql.ResultSet rs)
ejbHomeLoadItemData in class ItemEJBpublic PK getPkString()
getPkString in interface ItemRemotegetPkString in class ItemEJBpublic void setPkString(PK newvalue)
setPkString in class ItemEJBpublic java.util.Date getCreationTimestampInternal()
getCreationTimestampInternal in class ItemEJBpublic void setCreationTimestampInternal(java.util.Date newvalue)
setCreationTimestampInternal in class ItemEJBpublic java.util.Date getModifiedTimestampInternal()
getModifiedTimestampInternal in class ItemEJBpublic void setModifiedTimestampInternal(java.util.Date newvalue)
setModifiedTimestampInternal in class ItemEJBpublic long getACLTimestampInternal()
getACLTimestampInternal in class ItemEJBpublic void setACLTimestampInternal(long newvalue)
setACLTimestampInternal in class ItemEJBpublic PK getTypePkString()
getTypePkString in class ItemEJBpublic void setTypePkString(PK newvalue)
setTypePkString in class ItemEJBpublic PK getOwnerPkString()
getOwnerPkString in class ItemEJBpublic void setOwnerPkString(PK newvalue)
setOwnerPkString in class ItemEJBpublic long getPropertyTimestampInternal()
getPropertyTimestampInternal in class ExtensibleItemEJBpublic void setPropertyTimestampInternal(long newvalue)
setPropertyTimestampInternal in class ExtensibleItemEJBpublic java.lang.String getCodeInternal()
getCodeInternal in class EnumerationValueEJBpublic void setCodeInternal(java.lang.String newvalue)
setCodeInternal in class EnumerationValueEJBpublic java.lang.String getCodeLowerCase()
getCodeLowerCase in class EnumerationValueEJBpublic void setCodeLowerCase(java.lang.String newvalue)
setCodeLowerCase in class EnumerationValueEJBpublic int getSequenceNumber()
EnumerationValueRemoteEnumerationManagerEJB.getEnumerationValues(de.hybris.platform.persistence.type.ComposedTypeRemote)getSequenceNumber in interface EnumerationValueRemotegetSequenceNumber in class EnumerationValueEJBpublic void setSequenceNumber(int newvalue)
EnumerationValueRemotesetSequenceNumber in interface EnumerationValueRemotesetSequenceNumber in class EnumerationValueEJBpublic boolean getEditableFlag()
getEditableFlag in class EnumerationValueEJBpublic void setEditableFlag(boolean newvalue)
setEditableFlag in class EnumerationValueEJBpublic EnumerationValueRemote findByPrimaryKey(PK pkValue) throws YObjectNotFoundException, YFinderException
public PK ejbFindByPrimaryKey(PK pkValue) throws YObjectNotFoundException
YObjectNotFoundExceptionpublic java.util.Collection findAll()
throws YFinderException
ItemHomeYFinderExceptionpublic java.util.Collection ejbFindAll()
throws YFinderException
YFinderExceptionpublic EnumerationValueRemote findByTypeAndCode(PK param0, java.lang.String param1) throws YFinderException, YObjectNotFoundException
public PK ejbFindByTypeAndCode(PK param0, java.lang.String param1) throws YFinderException, YObjectNotFoundException
public java.util.Collection findByType(PK param0) throws YFinderException
YFinderExceptionpublic java.util.Collection ejbFindByType(PK param0) throws YFinderException
YFinderExceptionpublic EnumerationValueRemote findByTypeAndCodeIgnoreCase(PK param0, java.lang.String param1) throws YFinderException, YObjectNotFoundException
public PK ejbFindByTypeAndCodeIgnoreCase(PK param0, java.lang.String param1) throws YFinderException, YObjectNotFoundException
public java.util.Collection findSortedValues(PK param0) throws YFinderException
YFinderExceptionpublic java.util.Collection ejbFindSortedValues(PK param0) throws YFinderException
YFinderExceptionpublic java.util.Collection findChangedAfter(java.util.Date param0)
throws YFinderException
ItemHomeparam0 - the time to check in milliseconds ( see java.lang.System )YFinderExceptionpublic java.util.Collection ejbFindChangedAfter(java.util.Date param0)
throws YFinderException
YFinderExceptionpublic java.util.Collection findByPKList(java.util.Collection pks)
throws YFinderException
YFinderExceptionpublic java.util.Collection ejbFindByPKList(java.util.Collection pks)
throws YFinderException
YFinderExceptionprotected java.lang.String getItemTableNameImpl()
ItemEJBgetItemTableNameImpl in class ItemEJBpublic java.lang.String getOwnJNDIName()
ItemEJBgetOwnJNDIName in interface ItemHomegetOwnJNDIName in class ItemEJBpublic java.lang.String getPropertyTableNameImpl()
getPropertyTableNameImpl in class ExtensibleItemEJBpublic boolean isBeforeCreate()
ItemEJBisBeforeCreate in class ItemEJBprotected java.lang.Object getCachedValueForModification(ItemCacheKey key)
getCachedValueForModification in class ItemEJBprotected java.util.Map getCacheKeyMap()
getCacheKeyMap in class ItemEJBCopyright © 2018 SAP SE. All Rights Reserved.