public class EnumerationAction
extends AbstractComponentWidgetAdapterAware
<y:parameter>
<y:name>qualifier</y:name>
<y:value>approvalStatus</y:value>
</y:parameter>
<y:parameter>
<y:name>validatorId</y:name>
<y:value>someBeanId</y:value>
</y:parameter>
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
DEFAULT_ENUMERATION_VALIDATOR_BEAN_ID |
protected static java.lang.String |
ENUMERATION_KEY |
protected static java.lang.String |
PARAMETER_QUALIFIER |
protected static java.lang.String |
PARAMETER_VALIDATOR_ID |
| Constructor and Description |
|---|
EnumerationAction() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
beginTransaction()
Deprecated.
since 1808, not used anymore.
saveChangesWithoutInterceptors(java.util.Collection<java.lang.Object>) uses save method which became
transactional in 1808 |
boolean |
canPerform(<any> ctx) |
protected void |
commitTransaction()
Deprecated.
since 1808, not used anymore.
saveChangesWithoutInterceptors(java.util.Collection<java.lang.Object>) uses save method which became
transactional in 1808 |
protected java.util.Optional<EnumerationValidator> |
getBean(java.lang.String beanId) |
java.util.Set<java.lang.String> |
getDisabledInterceptorsBeanNames() |
protected java.util.Optional<EnumerationValidator> |
getEnumerationValidator(<any> context) |
ModelService |
getModelService() |
NotificationService |
getNotificationService() |
protected java.lang.String |
getNotificationSource(<any> context) |
ObjectFacade |
getObjectFacade() |
ObjectValueService |
getObjectValueService() |
SessionService |
getSessionService() |
protected void |
notifyUpdateFailed(<any> context,
java.util.Map<java.lang.Object,? extends java.lang.Exception> map) |
<any> |
perform(<any> context) |
protected void |
revertChanges(java.util.Collection<java.lang.Object> list) |
protected void |
rollbackTransaction()
Deprecated.
since 1808, not used anymore.
saveChangesWithoutInterceptors(java.util.Collection<java.lang.Object>) uses save method which became
transactional in 1808 |
protected <any> |
save(<any> context,
java.lang.String expression,
java.util.Collection<java.lang.Object> list,
HybrisEnumValue hybrisEnumValue) |
protected <any> |
saveChangesWithoutInterceptors(java.util.Collection<java.lang.Object> itemsToSave) |
protected static final java.lang.String DEFAULT_ENUMERATION_VALIDATOR_BEAN_ID
protected static final java.lang.String ENUMERATION_KEY
protected static final java.lang.String PARAMETER_QUALIFIER
protected static final java.lang.String PARAMETER_VALIDATOR_ID
public <any> perform(<any> context)
protected <any> save(<any> context,
java.lang.String expression,
java.util.Collection<java.lang.Object> list,
HybrisEnumValue hybrisEnumValue)
protected <any> saveChangesWithoutInterceptors(java.util.Collection<java.lang.Object> itemsToSave)
protected void revertChanges(java.util.Collection<java.lang.Object> list)
protected void notifyUpdateFailed(<any> context,
java.util.Map<java.lang.Object,? extends java.lang.Exception> map)
@Deprecated protected void beginTransaction()
saveChangesWithoutInterceptors(java.util.Collection<java.lang.Object>) uses save method which became
transactional in 1808@Deprecated protected void rollbackTransaction()
saveChangesWithoutInterceptors(java.util.Collection<java.lang.Object>) uses save method which became
transactional in 1808@Deprecated protected void commitTransaction()
saveChangesWithoutInterceptors(java.util.Collection<java.lang.Object>) uses save method which became
transactional in 1808public boolean canPerform(<any> ctx)
protected java.lang.String getNotificationSource(<any> context)
protected java.util.Optional<EnumerationValidator> getEnumerationValidator(<any> context)
protected java.util.Optional<EnumerationValidator> getBean(java.lang.String beanId)
public ObjectValueService getObjectValueService()
public ObjectFacade getObjectFacade()
public NotificationService getNotificationService()
public ModelService getModelService()
public SessionService getSessionService()
public java.util.Set<java.lang.String> getDisabledInterceptorsBeanNames()
Copyright © 2018 SAP SE. All Rights Reserved.