public abstract class EnumerationValueEJB extends LocalizableItemEJB implements EnumerationValueRemote, EnumerationValueHome
entityContext, READ, WRITE| Constructor and Description |
|---|
EnumerationValueEJB() |
| Modifier and Type | Method and Description |
|---|---|
void |
disableEditing() |
PK |
ejbCreate(PK pkBase,
ComposedTypeRemote enumerationType,
java.lang.String code,
int number) |
void |
ejbPostCreate(PK pkBase,
ComposedTypeRemote enumerationType,
java.lang.String code,
int number) |
java.lang.String |
getCode() |
abstract java.lang.String |
getCodeInternal() |
abstract java.lang.String |
getCodeLowerCase() |
abstract boolean |
getEditableFlag() |
abstract int |
getSequenceNumber()
|
boolean |
isEditable() |
void |
setCode(ComposedTypeRemote enumerationType,
java.lang.String newCode) |
void |
setCode(java.lang.String newCode) |
abstract void |
setCodeInternal(java.lang.String codeInternal) |
abstract void |
setCodeLowerCase(java.lang.String codeLower) |
abstract void |
setEditableFlag(boolean editable) |
abstract void |
setSequenceNumber(int sequenceNumber)
|
protected int |
typeCode() |
copyLocalizablePropertiesFrom, createFromTemplate, getAllLocalizedProperties, getAllLocalizedProperties, getLocalizedProperty, getLocalizedPropertyNames, getLocPropertyAccess, hintPropertyCache, postCreateFromTemplate, removeLocalizedProperty, setAllLocalizedProperties, setLocalizedProperty, setLocPropertiesFromContainerclearEntityCaches, copyPropertiesFrom, decryptIfNecessaryWithFallback, decryptValueWithFallback, doCreateInternal, ejbHomeGetPropertyTableName, ejbRemove, getAllLanguagePKs, getAllProperties, getAllPropertyAccesses, getModifiedUnlocalizedPropertyCache, getProperty, getPropertyAccess, getPropertyAccess, getPropertyAccessInternal, getPropertyNames, getPropertyRaw, getPropertyTableNameImpl, getPropertyTimestamp, getPropertyTimestampInternal, getTypeInfoMap, hasModifiedCaches, preLoadUnlocalizedProperties, removeProperty, removePropertyData, setAllProperties, setPropertiesFromContainer, setProperty, setPropertyTimestampInternal, typeChanged, updatePropertyVersion, warnOnDecryptionError, writePropertyCachescheckItemPermission, checkOwnGlobalPermission, copyComposedTypeFromTemplate, doCreateInternal, doPostCreateInternal, ejbHomeGetItemTableName, ejbHomeGetOwnJNDIName, ejbHomeLoadItemData, ejbLoad, ejbStore, getACLTimestampInternal, getCachedValueForModification, getCachedValueForReading, getCachedValueForReadingIfAvailable, getCachedValuesStartingWith, getCacheKey, getCacheKeyMap, getComposedType, getCreationTime, getCreationTimestampInternal, getDefaultType, getEntityContext, getGlobalPermissionPKs, getHJMPTS, getItemTableNameImpl, getModifiedTime, getModifiedTimestampInternal, getOrAddCacheKey, getOwner, getOwnerPkString, getOwnJNDIName, getPermissionPKs, getPK, getPkString, getPrincipalToBooleanListMap, getRestrictedPrincipalPKs, getTypeKey, getTypePkString, hasJNDIName, isBeforeCreate, loadItemData, logACLCacheChange, needsStoring, quoteSQLStringLiteralForQuery, remove, removeACLEntries, removeGlobalPermission, removeGlobalPermissions, removePermission, removePermissions, setACLTimestampInternal, setComposedType, setCreationTime, setCreationTimestampInternal, setEntityContext, setGlobalPermission, setGlobalPermissions, setModifiedTime, setModifiedTimestamp, setModifiedTimestampInternal, setNeedsStoring, setOwner, setOwnerPK, setOwnerPkString, setPermission, setPermissions, setPkString, setPrincipalToBooleanListMap, setTypePkString, 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, getHJMPTS, getModifiedTime, getOwner, getPkString, getTypeKey, hasJNDIName, remove, setComposedType, setCreationTime, setModifiedTime, setOwner, wasModifiedSincegetPKcreate, findByTypeAndCode, findByTypeAndCodeIgnoreCase, findSortedValuesfindAll, findByPKList, findByType, findChangedAfter, getOwnJNDIName, loadItemDataejbFindByPrimaryKeypublic abstract java.lang.String getCodeInternal()
public abstract void setCodeInternal(java.lang.String codeInternal)
public abstract java.lang.String getCodeLowerCase()
public abstract void setCodeLowerCase(java.lang.String codeLower)
public abstract int getSequenceNumber()
EnumerationValueRemoteEnumerationManagerEJB.getEnumerationValues(de.hybris.platform.persistence.type.ComposedTypeRemote)getSequenceNumber in interface EnumerationValueRemotepublic abstract void setSequenceNumber(int sequenceNumber)
EnumerationValueRemotesetSequenceNumber in interface EnumerationValueRemotepublic abstract boolean getEditableFlag()
public abstract void setEditableFlag(boolean editable)
public PK ejbCreate(PK pkBase, ComposedTypeRemote enumerationType, java.lang.String code, int number) throws ConsistencyCheckException, EJBInvalidParameterException
public void ejbPostCreate(PK pkBase, ComposedTypeRemote enumerationType, java.lang.String code, int number)
protected int typeCode()
public java.lang.String getCode()
getCode in interface EnumerationValueRemotepublic void setCode(java.lang.String newCode)
throws ConsistencyCheckException
setCode in interface EnumerationValueRemoteConsistencyCheckException - if code is not unique or enumeration value is not editablepublic void setCode(ComposedTypeRemote enumerationType, java.lang.String newCode) throws ConsistencyCheckException, EJBInvalidParameterException
setCode in interface EnumerationValueRemoteConsistencyCheckException - if code is not unique or enumeration value is not editableEJBInvalidParameterExceptionpublic boolean isEditable()
isEditable in interface EnumerationValueRemotepublic void disableEditing()
disableEditing in interface EnumerationValueRemoteCopyright © 2018 SAP SE. All Rights Reserved.