public class AbstractMobileSendActionModel extends AbstractActionModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
DEFAULTLANGUAGE
Generated constant - Attribute key of
AbstractMobileSendAction.defaultLanguage attribute defined at extension mobileservices. |
static java.lang.String |
FILTERLISTS
Generated constant - Attribute key of
AbstractMobileSendAction.filterLists attribute defined at extension mobileservices. |
CODE, TARGET, TYPE_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_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(java.lang.String _code,
LanguageModel _defaultLanguage,
ItemModel _owner,
java.lang.String _target,
ActionType _type)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
AbstractMobileSendActionModel(java.lang.String _code,
LanguageModel _defaultLanguage,
java.lang.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. |
java.util.Collection<PhoneNumberListModel> |
getFilterLists()
Generated method - Getter of the
AbstractMobileSendAction.filterLists attribute defined at extension mobileservices. |
void |
setCode(java.lang.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(java.util.Collection<PhoneNumberListModel> value)
Generated method - Setter of
AbstractMobileSendAction.filterLists attribute defined at extension mobileservices. |
getCode, getTarget, getType, setTarget, setTypegetComments, getCreationtime, getModifiedtime, getOwner, isSealed, 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 java.lang.String _TYPECODE
public static final java.lang.String DEFAULTLANGUAGE
AbstractMobileSendAction.defaultLanguage attribute defined at extension mobileservices.public static final java.lang.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(java.lang.String _code,
LanguageModel _defaultLanguage,
java.lang.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(java.lang.String _code,
LanguageModel _defaultLanguage,
ItemModel _owner,
java.lang.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 java.util.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(java.lang.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(java.util.Collection<PhoneNumberListModel> value)
AbstractMobileSendAction.filterLists attribute defined at extension mobileservices.value - the filterListsCopyright © 2018 SAP SE. All Rights Reserved.