public class AbstractMobileSendActionModel extends AbstractActionModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
DEFAULTLANGUAGE
Generated constant - Attribute key of
AbstractMobileSendAction.defaultLanguage attribute defined at extension mobileservices. |
static String |
FILTERLISTS
Generated constant - Attribute key of
AbstractMobileSendAction.filterLists attribute defined at extension mobileservices. |
_BTGSEGMENTTOABSTRACTACTIONSRELATION, CODE, SEGMENT, SEGMENTPOS, TARGET, TYPE_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
AbstractMobileSendActionModel()
Generated constructor - Default constructor for generic creation.
|
AbstractMobileSendActionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
AbstractMobileSendActionModel(String _code,
LanguageModel _defaultLanguage,
ItemModel _owner,
String _target,
ActionType _type)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
AbstractMobileSendActionModel(String _code,
LanguageModel _defaultLanguage,
String _target,
ActionType _type)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
LanguageModel |
getDefaultLanguage()
Generated method - Getter of the
AbstractMobileSendAction.defaultLanguage attribute defined at extension mobileservices. |
Collection<PhoneNumberListModel> |
getFilterLists()
Generated method - Getter of the
AbstractMobileSendAction.filterLists attribute defined at extension mobileservices. |
void |
setCode(String value)
Generated method - Setter of
AbstractAction.code attribute defined at extension processing and redeclared at extension mobileservices. |
void |
setDefaultLanguage(LanguageModel value)
Generated method - Setter of
AbstractMobileSendAction.defaultLanguage attribute defined at extension mobileservices. |
void |
setFilterLists(Collection<PhoneNumberListModel> value)
Generated method - Setter of
AbstractMobileSendAction.filterLists attribute defined at extension mobileservices. |
getCode, getSegment, getTarget, getType, setSegment, setTarget, setTypegetComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String DEFAULTLANGUAGE
AbstractMobileSendAction.defaultLanguage attribute defined at extension mobileservices.public static final String FILTERLISTS
AbstractMobileSendAction.filterLists attribute defined at extension mobileservices.public AbstractMobileSendActionModel()
public AbstractMobileSendActionModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public AbstractMobileSendActionModel(String _code, LanguageModel _defaultLanguage, String _target, ActionType _type)
_code - initial attribute declared by type AbstractMobileSendAction at extension mobileservices_defaultLanguage - initial attribute declared by type AbstractMobileSendAction at extension mobileservices_target - initial attribute declared by type AbstractMobileSendAction at extension mobileservices_type - initial attribute declared by type AbstractMobileSendAction at extension mobileservices@Deprecated public AbstractMobileSendActionModel(String _code, LanguageModel _defaultLanguage, ItemModel _owner, String _target, ActionType _type)
_code - initial attribute declared by type AbstractMobileSendAction at extension mobileservices_defaultLanguage - initial attribute declared by type AbstractMobileSendAction at extension mobileservices_owner - initial attribute declared by type Item at extension core_target - initial attribute declared by type AbstractMobileSendAction at extension mobileservices_type - initial attribute declared by type AbstractMobileSendAction at extension mobileservices@Accessor(qualifier="defaultLanguage", type=GETTER) public LanguageModel getDefaultLanguage()
AbstractMobileSendAction.defaultLanguage attribute defined at extension mobileservices.@Accessor(qualifier="filterLists", type=GETTER) public Collection<PhoneNumberListModel> getFilterLists()
AbstractMobileSendAction.filterLists attribute defined at extension mobileservices.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="code", type=SETTER) public void setCode(String value)
AbstractAction.code attribute defined at extension processing and redeclared at extension mobileservices. Will only accept values of type String.setCode in class AbstractActionModelvalue - the code@Accessor(qualifier="defaultLanguage", type=SETTER) public void setDefaultLanguage(LanguageModel value)
AbstractMobileSendAction.defaultLanguage attribute defined at extension mobileservices.value - the defaultLanguage@Accessor(qualifier="filterLists", type=SETTER) public void setFilterLists(Collection<PhoneNumberListModel> value)
AbstractMobileSendAction.filterLists attribute defined at extension mobileservices.value - the filterListsCopyright © 2017 SAP SE. All Rights Reserved.