@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 String |
BEAN_NAME
Deprecated.
|
static 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,
String code)
Deprecated.
please use {see de.hybris.platform.servicelayer.model.ModelService} instead
|
EnumerationType |
createDefaultEnumerationType(String code)
Deprecated.
please use {see de.hybris.platform.servicelayer.model.ModelService#create(String)} instead
|
EnumerationType |
createEnumerationType(PK pkBase,
String code,
ComposedType valueType)
Deprecated.
please use {see de.hybris.platform.servicelayer.model.ModelService} instead
|
EnumerationType |
createEnumerationType(String code,
ComposedType valueType)
Deprecated.
please use {see de.hybris.platform.servicelayer.model.ModelService} instead
|
EnumerationValue |
createEnumerationValue(EnumerationType enumerationType,
String valueCode)
Deprecated.
please use {see de.hybris.platform.servicelayer.model.ModelService} instead
|
EnumerationValue |
createEnumerationValue(PK pkBase,
EnumerationType enumerationType,
String valueCode)
Deprecated.
please use {see de.hybris.platform.servicelayer.model.ModelService} instead
|
EnumerationValue |
createEnumerationValue(String enumerationTypeCode,
String valueCode)
Deprecated.
please use {see de.hybris.platform.servicelayer.model.ModelService} instead
|
Collection |
getAllEnumerationTypes()
Deprecated.
please use {see de.hybris.platform.servicelayer.search.FlexibleSearchService} instead
|
ComposedType |
getEnumerationMetaType()
Deprecated.
please use {see de.hybris.platform.servicelayer.type.TypeService#getEnumerationType(String)} instead
|
EnumerationType |
getEnumerationType(String code)
Deprecated.
please use {see de.hybris.platform.servicelayer.type.TypeService#getEnumerationType(String)} instead
|
EnumerationValue |
getEnumerationValue(EnumerationType enumerationType,
String valueCode)
Deprecated.
please use {see de.hybris.platform.enumeration.EnumerationService#getEnumerationValue(String, String)}
instead
|
EnumerationValue |
getEnumerationValue(String enumerationTypeCode,
String valueCode)
Deprecated.
please use {see de.hybris.platform.enumeration.EnumerationService#getEnumerationValue(String, String)}
instead
|
List |
getEnumerationValues(EnumerationType enumerationType)
Deprecated.
please use {see de.hybris.platform.enumeration.EnumerationService#getEnumerationValues(String)}
instead
|
static EnumerationManager |
getInstance()
Deprecated.
|
protected int |
getNextSequenceNumber(EnumerationType type)
Deprecated.
|
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.
|
Object |
writeReplace()
Deprecated.
|
afterItemCreation, beforeItemCreation, destroy, getAllValuesSessionContext, getAttribute, getAttributeMap, getFirstItemByAttribute, getFirstItemByAttribute, getRemote, getSession, getSingletonManagerInstance, getTenant, getTransientObject, getTransientObjectMap, setAttribute, setTenant, setTransientObject, unwrap, unwrap, wrappublic static final String BEAN_NAME
public static final String ENUM_META_TYPE_CODE
public void init()
Managerpublic 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(String code) throws JaloDuplicateCodeException
JaloDuplicateCodeException@Deprecated public EnumerationType createDefaultEnumerationType(PK pk, String code) throws JaloDuplicateCodeException
JaloDuplicateCodeException@Deprecated public EnumerationType createEnumerationType(String code, ComposedType valueType) throws JaloDuplicateCodeException
JaloDuplicateCodeException@Deprecated public EnumerationType createEnumerationType(PK pkBase, String code, ComposedType valueType) throws JaloDuplicateCodeException
JaloDuplicateCodeException@Deprecated public EnumerationType getEnumerationType(String code) throws JaloItemNotFoundException
JaloItemNotFoundException@Deprecated public EnumerationValue createEnumerationValue(EnumerationType enumerationType, String valueCode) throws JaloInvalidParameterException, ConsistencyCheckException
@Deprecated public EnumerationValue createEnumerationValue(String enumerationTypeCode, String valueCode) throws JaloInvalidParameterException, ConsistencyCheckException
@Deprecated public EnumerationValue createEnumerationValue(PK pkBase, EnumerationType enumerationType, String valueCode) throws JaloInvalidParameterException, ConsistencyCheckException
protected int getNextSequenceNumber(EnumerationType type)
@Deprecated public EnumerationValue getEnumerationValue(EnumerationType enumerationType, String valueCode) throws JaloInvalidParameterException, JaloItemNotFoundException
@Deprecated public EnumerationValue getEnumerationValue(String enumerationTypeCode, String valueCode) throws JaloInvalidParameterException, JaloItemNotFoundException
@Deprecated public List getEnumerationValues(EnumerationType enumerationType) throws JaloInvalidParameterException
JaloInvalidParameterException@Deprecated public ComposedType getEnumerationMetaType()
@Deprecated public Collection getAllEnumerationTypes()
public Object writeReplace() throws ObjectStreamException
writeReplace in class ManagerObjectStreamExceptionCopyright © 2017 SAP SE. All Rights Reserved.