public class LoadAction extends Object implements HMCAction
| Constructor and Description |
|---|
LoadAction() |
| Modifier and Type | Method and Description |
|---|---|
AbstractActionDialogChip |
createDialogChip(Chip parent,
AbstractActionChip actionChip) |
String |
getConfirmationMessage() |
Map<String,Object> |
getDefaultValues(ComposedType composedType) |
protected Map<String,Object> |
getDefaultValuesInternal(ComposedType composedType) |
boolean |
hasDialogChip(AbstractActionChip actionChip) |
Object |
loadAttributeValue(Item item,
String qualifier) |
Object |
loadAttributeValue(Item item,
String qualifier,
boolean useLangauge) |
Object |
loadAttributeValue(Item item,
String qualifier,
boolean useLangauge,
boolean useLanguageFallback) |
Map<String,Object> |
loadAttributeValues(Item item,
Collection attributes,
boolean useLangauge,
boolean useLanguageFallback) |
boolean |
needConfirmation() |
ActionResult |
perform(ActionEvent actionEvent)
Implement your action code in this method.
|
public final Object loadAttributeValue(Item item, String qualifier) throws Exception
Exceptionpublic final Object loadAttributeValue(Item item, String qualifier, boolean useLangauge) throws Exception
Exceptionpublic Object loadAttributeValue(Item item, String qualifier, boolean useLangauge, boolean useLanguageFallback) throws Exception
Exceptionpublic Map<String,Object> loadAttributeValues(Item item, Collection attributes, boolean useLangauge, boolean useLanguageFallback) throws Exception
Exceptionprotected Map<String,Object> getDefaultValuesInternal(ComposedType composedType)
public final Map<String,Object> getDefaultValues(ComposedType composedType)
public ActionResult perform(ActionEvent actionEvent) throws JaloBusinessException
HMCActionperform in interface HMCActionactionEvent - ActionEvent contains input data for the actionJaloBusinessExceptionpublic AbstractActionDialogChip createDialogChip(Chip parent, AbstractActionChip actionChip)
createDialogChip in interface HMCActionpublic String getConfirmationMessage()
getConfirmationMessage in interface HMCActionpublic boolean hasDialogChip(AbstractActionChip actionChip)
hasDialogChip in interface HMCActionpublic boolean needConfirmation()
needConfirmation in interface HMCActionCopyright © 2017 SAP SE. All Rights Reserved.