public abstract class GeneratedMobileAggregator extends GenericItem
MobileAggregator.GenericItem.GenericItemImplLocalizableItem.LocalizableItemImplExtensibleItem.ExtensibleItemImplItem.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException| Modifier and Type | Field and Description |
|---|---|
static String |
AVAILABLE
Qualifier of the
MobileAggregator.available attribute |
static String |
CODE
Qualifier of the
MobileAggregator.code attribute |
protected static Map<String,Item.AttributeMode> |
DEFAULT_INITIAL_ATTRIBUTES |
static String |
ENGINE
Qualifier of the
MobileAggregator.engine attribute |
static String |
MAXSENDINGRETRIES
Qualifier of the
MobileAggregator.maxSendingRetries attribute |
static String |
PARAMETERS
Qualifier of the
MobileAggregator.parameters attribute |
protected static OneToManyHandler<MobileAggregatorParameter> |
PARAMETERSHANDLER
OneToManyHandler for handling 1:n PARAMETERS's relation attributes from 'many' side. |
static String |
SENDINGRETRYINTERVAL
Qualifier of the
MobileAggregator.sendingRetryInterval attribute |
static String |
SHORTCODES
Qualifier of the
MobileAggregator.shortcodes attribute |
protected static OneToManyHandler<MobileShortcode> |
SHORTCODESHANDLER
OneToManyHandler for handling 1:n SHORTCODES's relation attributes from 'many' side. |
static String |
STATE
Qualifier of the
MobileAggregator.state attribute |
LANGUAGE_FALLBACK_ENABLED_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPEimpl, tenant| Constructor and Description |
|---|
GeneratedMobileAggregator() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToParameters(MobileAggregatorParameter value)
Generated method - Adds
value to parameters. |
void |
addToParameters(SessionContext ctx,
MobileAggregatorParameter value)
Generated method - Adds
value to parameters. |
void |
addToShortcodes(MobileShortcode value)
Generated method - Adds
value to shortcodes. |
void |
addToShortcodes(SessionContext ctx,
MobileShortcode value)
Generated method - Adds
value to shortcodes. |
String |
getCode()
Generated method - Getter of the
MobileAggregator.code attribute. |
String |
getCode(SessionContext ctx)
Generated method - Getter of the
MobileAggregator.code attribute. |
protected Map<String,Item.AttributeMode> |
getDefaultAttributeModes() |
EnumerationValue |
getEngine()
Generated method - Getter of the
MobileAggregator.engine attribute. |
EnumerationValue |
getEngine(SessionContext ctx)
Generated method - Getter of the
MobileAggregator.engine attribute. |
Integer |
getMaxSendingRetries()
Generated method - Getter of the
MobileAggregator.maxSendingRetries attribute. |
Integer |
getMaxSendingRetries(SessionContext ctx)
Generated method - Getter of the
MobileAggregator.maxSendingRetries attribute. |
int |
getMaxSendingRetriesAsPrimitive()
Generated method - Getter of the
MobileAggregator.maxSendingRetries attribute. |
int |
getMaxSendingRetriesAsPrimitive(SessionContext ctx)
Generated method - Getter of the
MobileAggregator.maxSendingRetries attribute. |
Collection<MobileAggregatorParameter> |
getParameters()
Generated method - Getter of the
MobileAggregator.parameters attribute. |
Collection<MobileAggregatorParameter> |
getParameters(SessionContext ctx)
Generated method - Getter of the
MobileAggregator.parameters attribute. |
Integer |
getSendingRetryInterval()
Generated method - Getter of the
MobileAggregator.sendingRetryInterval attribute. |
Integer |
getSendingRetryInterval(SessionContext ctx)
Generated method - Getter of the
MobileAggregator.sendingRetryInterval attribute. |
int |
getSendingRetryIntervalAsPrimitive()
Generated method - Getter of the
MobileAggregator.sendingRetryInterval attribute. |
int |
getSendingRetryIntervalAsPrimitive(SessionContext ctx)
Generated method - Getter of the
MobileAggregator.sendingRetryInterval attribute. |
Collection<MobileShortcode> |
getShortcodes()
Generated method - Getter of the
MobileAggregator.shortcodes attribute. |
Collection<MobileShortcode> |
getShortcodes(SessionContext ctx)
Generated method - Getter of the
MobileAggregator.shortcodes attribute. |
EnumerationValue |
getState()
Generated method - Getter of the
MobileAggregator.state attribute. |
EnumerationValue |
getState(SessionContext ctx)
Generated method - Getter of the
MobileAggregator.state attribute. |
Boolean |
isAvailable()
Generated method - Getter of the
MobileAggregator.available attribute. |
abstract Boolean |
isAvailable(SessionContext ctx)
Generated method - Getter of the
MobileAggregator.available attribute. |
boolean |
isAvailableAsPrimitive()
Generated method - Getter of the
MobileAggregator.available attribute. |
boolean |
isAvailableAsPrimitive(SessionContext ctx)
Generated method - Getter of the
MobileAggregator.available attribute. |
void |
removeFromParameters(MobileAggregatorParameter value)
Generated method - Removes
value from parameters. |
void |
removeFromParameters(SessionContext ctx,
MobileAggregatorParameter value)
Generated method - Removes
value from parameters. |
void |
removeFromShortcodes(MobileShortcode value)
Generated method - Removes
value from shortcodes. |
void |
removeFromShortcodes(SessionContext ctx,
MobileShortcode value)
Generated method - Removes
value from shortcodes. |
void |
setCode(SessionContext ctx,
String value)
Generated method - Setter of the
MobileAggregator.code attribute. |
void |
setCode(String value)
Generated method - Setter of the
MobileAggregator.code attribute. |
protected void |
setEngine(EnumerationValue value)
Generated method - Setter of the
MobileAggregator.engine attribute. |
protected void |
setEngine(SessionContext ctx,
EnumerationValue value)
Generated method - Setter of the
MobileAggregator.engine attribute. |
void |
setMaxSendingRetries(int value)
Generated method - Setter of the
MobileAggregator.maxSendingRetries attribute. |
void |
setMaxSendingRetries(Integer value)
Generated method - Setter of the
MobileAggregator.maxSendingRetries attribute. |
void |
setMaxSendingRetries(SessionContext ctx,
int value)
Generated method - Setter of the
MobileAggregator.maxSendingRetries attribute. |
void |
setMaxSendingRetries(SessionContext ctx,
Integer value)
Generated method - Setter of the
MobileAggregator.maxSendingRetries attribute. |
void |
setParameters(Collection<MobileAggregatorParameter> value)
Generated method - Setter of the
MobileAggregator.parameters attribute. |
void |
setParameters(SessionContext ctx,
Collection<MobileAggregatorParameter> value)
Generated method - Setter of the
MobileAggregator.parameters attribute. |
void |
setSendingRetryInterval(int value)
Generated method - Setter of the
MobileAggregator.sendingRetryInterval attribute. |
void |
setSendingRetryInterval(Integer value)
Generated method - Setter of the
MobileAggregator.sendingRetryInterval attribute. |
void |
setSendingRetryInterval(SessionContext ctx,
int value)
Generated method - Setter of the
MobileAggregator.sendingRetryInterval attribute. |
void |
setSendingRetryInterval(SessionContext ctx,
Integer value)
Generated method - Setter of the
MobileAggregator.sendingRetryInterval attribute. |
void |
setShortcodes(Collection<MobileShortcode> value)
Generated method - Setter of the
MobileAggregator.shortcodes attribute. |
void |
setShortcodes(SessionContext ctx,
Collection<MobileShortcode> value)
Generated method - Setter of the
MobileAggregator.shortcodes attribute. |
void |
setState(EnumerationValue value)
Generated method - Setter of the
MobileAggregator.state attribute. |
void |
setState(SessionContext ctx,
EnumerationValue value)
Generated method - Setter of the
MobileAggregator.state attribute. |
createItem, getInitialProperties, getNonInitialAttributesgetAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedPropertycreateNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setPropertyaddLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, readResolve, refreshRemote, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplacegetImplementation, setTenantpublic static final String CODE
MobileAggregator.code attributepublic static final String ENGINE
MobileAggregator.engine attributepublic static final String MAXSENDINGRETRIES
MobileAggregator.maxSendingRetries attributepublic static final String SENDINGRETRYINTERVAL
MobileAggregator.sendingRetryInterval attributepublic static final String AVAILABLE
MobileAggregator.available attributepublic static final String STATE
MobileAggregator.state attributepublic static final String PARAMETERS
MobileAggregator.parameters attributepublic static final String SHORTCODES
MobileAggregator.shortcodes attributeprotected static final OneToManyHandler<MobileAggregatorParameter> PARAMETERSHANDLER
OneToManyHandler for handling 1:n PARAMETERS's relation attributes from 'many' side.protected static final OneToManyHandler<MobileShortcode> SHORTCODESHANDLER
OneToManyHandler for handling 1:n SHORTCODES's relation attributes from 'many' side.protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
getDefaultAttributeModes in class Itempublic abstract Boolean isAvailable(SessionContext ctx)
MobileAggregator.available attribute.public Boolean isAvailable()
MobileAggregator.available attribute.public boolean isAvailableAsPrimitive(SessionContext ctx)
MobileAggregator.available attribute.public boolean isAvailableAsPrimitive()
MobileAggregator.available attribute.public String getCode(SessionContext ctx)
MobileAggregator.code attribute.public String getCode()
MobileAggregator.code attribute.public void setCode(SessionContext ctx, String value)
MobileAggregator.code attribute.value - the codepublic void setCode(String value)
MobileAggregator.code attribute.value - the codepublic EnumerationValue getEngine(SessionContext ctx)
MobileAggregator.engine attribute.public EnumerationValue getEngine()
MobileAggregator.engine attribute.protected void setEngine(SessionContext ctx, EnumerationValue value)
MobileAggregator.engine attribute.value - the engineprotected void setEngine(EnumerationValue value)
MobileAggregator.engine attribute.value - the enginepublic Integer getMaxSendingRetries(SessionContext ctx)
MobileAggregator.maxSendingRetries attribute.public Integer getMaxSendingRetries()
MobileAggregator.maxSendingRetries attribute.public int getMaxSendingRetriesAsPrimitive(SessionContext ctx)
MobileAggregator.maxSendingRetries attribute.public int getMaxSendingRetriesAsPrimitive()
MobileAggregator.maxSendingRetries attribute.public void setMaxSendingRetries(SessionContext ctx, Integer value)
MobileAggregator.maxSendingRetries attribute.value - the maxSendingRetriespublic void setMaxSendingRetries(Integer value)
MobileAggregator.maxSendingRetries attribute.value - the maxSendingRetriespublic void setMaxSendingRetries(SessionContext ctx, int value)
MobileAggregator.maxSendingRetries attribute.value - the maxSendingRetriespublic void setMaxSendingRetries(int value)
MobileAggregator.maxSendingRetries attribute.value - the maxSendingRetriespublic Collection<MobileAggregatorParameter> getParameters(SessionContext ctx)
MobileAggregator.parameters attribute.public Collection<MobileAggregatorParameter> getParameters()
MobileAggregator.parameters attribute.public void setParameters(SessionContext ctx, Collection<MobileAggregatorParameter> value)
MobileAggregator.parameters attribute.value - the parameterspublic void setParameters(Collection<MobileAggregatorParameter> value)
MobileAggregator.parameters attribute.value - the parameterspublic void addToParameters(SessionContext ctx, MobileAggregatorParameter value)
value to parameters.value - the item to add to parameterspublic void addToParameters(MobileAggregatorParameter value)
value to parameters.value - the item to add to parameterspublic void removeFromParameters(SessionContext ctx, MobileAggregatorParameter value)
value from parameters.value - the item to remove from parameterspublic void removeFromParameters(MobileAggregatorParameter value)
value from parameters.value - the item to remove from parameterspublic Integer getSendingRetryInterval(SessionContext ctx)
MobileAggregator.sendingRetryInterval attribute.public Integer getSendingRetryInterval()
MobileAggregator.sendingRetryInterval attribute.public int getSendingRetryIntervalAsPrimitive(SessionContext ctx)
MobileAggregator.sendingRetryInterval attribute.public int getSendingRetryIntervalAsPrimitive()
MobileAggregator.sendingRetryInterval attribute.public void setSendingRetryInterval(SessionContext ctx, Integer value)
MobileAggregator.sendingRetryInterval attribute.value - the sendingRetryIntervalpublic void setSendingRetryInterval(Integer value)
MobileAggregator.sendingRetryInterval attribute.value - the sendingRetryIntervalpublic void setSendingRetryInterval(SessionContext ctx, int value)
MobileAggregator.sendingRetryInterval attribute.value - the sendingRetryIntervalpublic void setSendingRetryInterval(int value)
MobileAggregator.sendingRetryInterval attribute.value - the sendingRetryIntervalpublic Collection<MobileShortcode> getShortcodes(SessionContext ctx)
MobileAggregator.shortcodes attribute.public Collection<MobileShortcode> getShortcodes()
MobileAggregator.shortcodes attribute.public void setShortcodes(SessionContext ctx, Collection<MobileShortcode> value)
MobileAggregator.shortcodes attribute.value - the shortcodespublic void setShortcodes(Collection<MobileShortcode> value)
MobileAggregator.shortcodes attribute.value - the shortcodespublic void addToShortcodes(SessionContext ctx, MobileShortcode value)
value to shortcodes.value - the item to add to shortcodespublic void addToShortcodes(MobileShortcode value)
value to shortcodes.value - the item to add to shortcodespublic void removeFromShortcodes(SessionContext ctx, MobileShortcode value)
value from shortcodes.value - the item to remove from shortcodespublic void removeFromShortcodes(MobileShortcode value)
value from shortcodes.value - the item to remove from shortcodespublic EnumerationValue getState(SessionContext ctx)
MobileAggregator.state attribute.public EnumerationValue getState()
MobileAggregator.state attribute.public void setState(SessionContext ctx, EnumerationValue value)
MobileAggregator.state attribute.value - the statepublic void setState(EnumerationValue value)
MobileAggregator.state attribute.value - the stateCopyright © 2017 SAP SE. All Rights Reserved.