@Deprecated public class EnumerationManager extends Manager
EnumerationValues.| Modifier and Type | Class and Description |
|---|---|
protected static class |
EnumerationManager.EnumerationManagerSerializableDTO
Deprecated.
|
Manager.GenericManagerSingletonCreator, Manager.ManagerSingletonCreator| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BEAN_NAME
Deprecated.
|
static java.lang.String |
ENUM_META_TYPE_CODE
Deprecated.
|
| Constructor and Description |
|---|
EnumerationManager()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkBeforeItemRemoval(SessionContext ctx,
Item item)
Deprecated.
Superclass method overridden to avoid call to EJB layer unless the item is a
EnumerationValue instance. |
EnumerationType |
createDefaultEnumerationType(PK pk,
java.lang.String code)
Deprecated.
since ages - please use {see de.hybris.platform.servicelayer.model.ModelService} instead
|
EnumerationType |
createDefaultEnumerationType(java.lang.String code)
Deprecated.
since ages - please use {see de.hybris.platform.servicelayer.model.ModelService#create(String)} instead
|
EnumerationType |
createEnumerationType(PK pkBase,
java.lang.String code,
ComposedType valueType)
Deprecated.
since ages - please use {see de.hybris.platform.servicelayer.model.ModelService} instead
|
EnumerationType |
createEnumerationType(java.lang.String code,
ComposedType valueType)
Deprecated.
since ages - please use {see de.hybris.platform.servicelayer.model.ModelService} instead
|
EnumerationValue |
createEnumerationValue(EnumerationType enumerationType,
java.lang.String valueCode)
Deprecated.
since ages - please use {see de.hybris.platform.servicelayer.model.ModelService} instead
|
EnumerationValue |
createEnumerationValue(PK pkBase,
EnumerationType enumerationType,
java.lang.String valueCode)
Deprecated.
since ages - please use {see de.hybris.platform.servicelayer.model.ModelService} instead
|
EnumerationValue |
createEnumerationValue(java.lang.String enumerationTypeCode,
java.lang.String valueCode)
Deprecated.
since ages - please use {see de.hybris.platform.servicelayer.model.ModelService} instead
|
java.util.Collection |
getAllEnumerationTypes()
Deprecated.
since ages - please use {see de.hybris.platform.servicelayer.search.FlexibleSearchService} instead
|
ComposedType |
getEnumerationMetaType()
Deprecated.
since ages - please use {see de.hybris.platform.servicelayer.type.TypeService#getEnumerationType(String)} instead
|
EnumerationType |
getEnumerationType(java.lang.String code)
Deprecated.
since ages - please use {see de.hybris.platform.servicelayer.type.TypeService#getEnumerationType(String)} instead
|
EnumerationValue |
getEnumerationValue(EnumerationType enumerationType,
java.lang.String valueCode)
Deprecated.
since ages - please use {see de.hybris.platform.enumeration.EnumerationService#getEnumerationValue(String, String)}
instead
|
EnumerationValue |
getEnumerationValue(java.lang.String enumerationTypeCode,
java.lang.String valueCode)
Deprecated.
since ages - please use {see de.hybris.platform.enumeration.EnumerationService#getEnumerationValue(String, String)}
instead
|
java.util.List |
getEnumerationValues(EnumerationType enumerationType)
Deprecated.
since ages - please use {see de.hybris.platform.enumeration.EnumerationService#getEnumerationValues(String)}
instead
|
static EnumerationManager |
getInstance()
Deprecated.
|
protected int |
getNextSequenceNumber(EnumerationType type)
Deprecated.
|
java.lang.Class |
getRemoteManagerClass()
Deprecated.
|
void |
init()
Deprecated.
called once for each tenant, so this method fits best to perform some initialization stuff
|
protected void |
notifyItemRemoval(SessionContext ctx,
Item item)
Deprecated.
Superclass method overridden to avoid call to EJB layer.
|
java.lang.Object |
writeReplace()
Deprecated.
|
afterItemCreation, beforeItemCreation, destroy, extractNonRequiredRemoteFromItem, extractRequiredRemoteFromItem, getAllValuesSessionContext, getAttribute, getAttributeMap, getFirstItemByAttribute, getFirstItemByAttribute, getRemote, getSession, getSingletonManagerInstance, getTenant, getTransientObject, getTransientObjectMap, setAttribute, setTenant, setTransientObject, wrappublic static final java.lang.String BEAN_NAME
public static final java.lang.String ENUM_META_TYPE_CODE
public void init()
Managerpublic java.lang.Class getRemoteManagerClass()
getRemoteManagerClass in class Managerpublic static EnumerationManager getInstance()
protected void checkBeforeItemRemoval(SessionContext ctx, Item item) throws ConsistencyCheckException
EnumerationValue instance.checkBeforeItemRemoval in class Managerctx - the current session contextitem - the item which should be removedConsistencyCheckException - thrown to abort removal due to consistency errorsprotected void notifyItemRemoval(SessionContext ctx, Item item)
notifyItemRemoval in class Managerctx - the currency session contextitem - the item which is going to be removed@Deprecated public EnumerationType createDefaultEnumerationType(java.lang.String code) throws JaloDuplicateCodeException
JaloDuplicateCodeException@Deprecated public EnumerationType createDefaultEnumerationType(PK pk, java.lang.String code) throws JaloDuplicateCodeException
JaloDuplicateCodeException@Deprecated public EnumerationType createEnumerationType(java.lang.String code, ComposedType valueType) throws JaloDuplicateCodeException
JaloDuplicateCodeException@Deprecated public EnumerationType createEnumerationType(PK pkBase, java.lang.String code, ComposedType valueType) throws JaloDuplicateCodeException
JaloDuplicateCodeException@Deprecated public EnumerationType getEnumerationType(java.lang.String code) throws JaloItemNotFoundException
JaloItemNotFoundException@Deprecated public EnumerationValue createEnumerationValue(EnumerationType enumerationType, java.lang.String valueCode) throws JaloInvalidParameterException, ConsistencyCheckException
@Deprecated public EnumerationValue createEnumerationValue(java.lang.String enumerationTypeCode, java.lang.String valueCode) throws JaloInvalidParameterException, ConsistencyCheckException
@Deprecated public EnumerationValue createEnumerationValue(PK pkBase, EnumerationType enumerationType, java.lang.String valueCode) throws JaloInvalidParameterException, ConsistencyCheckException
protected int getNextSequenceNumber(EnumerationType type)
@Deprecated public EnumerationValue getEnumerationValue(EnumerationType enumerationType, java.lang.String valueCode) throws JaloInvalidParameterException, JaloItemNotFoundException
@Deprecated public EnumerationValue getEnumerationValue(java.lang.String enumerationTypeCode, java.lang.String valueCode) throws JaloInvalidParameterException, JaloItemNotFoundException
@Deprecated public java.util.List getEnumerationValues(EnumerationType enumerationType) throws JaloInvalidParameterException
JaloInvalidParameterException@Deprecated public ComposedType getEnumerationMetaType()
@Deprecated public java.util.Collection getAllEnumerationTypes()
public java.lang.Object writeReplace()
throws java.io.ObjectStreamException
writeReplace in class Managerjava.io.ObjectStreamExceptionCopyright © 2018 SAP SE. All Rights Reserved.