public abstract class GeneratedBTGMediaScriptOperand extends BTGAbstractScriptOperand
BTGMediaScriptOperand.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 java.lang.String |
COLLECTION
Qualifier of the
BTGMediaScriptOperand.collection attribute |
protected static java.util.Map<java.lang.String,Item.AttributeMode> |
DEFAULT_INITIAL_ATTRIBUTES |
static java.lang.String |
RETURNTYPE
Qualifier of the
BTGMediaScriptOperand.returnType attribute |
static java.lang.String |
SCRIPTMEDIA
Qualifier of the
BTGMediaScriptOperand.scriptMedia attribute |
BEANIDCODE, DESCRIPTION, SCOPECATALOGVERSION, UIDLANGUAGE_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 |
|---|
GeneratedBTGMediaScriptOperand() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<java.lang.String,Item.AttributeMode> |
getDefaultAttributeModes() |
java.lang.Class |
getReturnType()
Generated method - Getter of the
BTGMediaScriptOperand.returnType attribute. |
java.lang.Class |
getReturnType(SessionContext ctx)
Generated method - Getter of the
BTGMediaScriptOperand.returnType attribute. |
ScriptMedia |
getScriptMedia()
Generated method - Getter of the
BTGMediaScriptOperand.scriptMedia attribute. |
ScriptMedia |
getScriptMedia(SessionContext ctx)
Generated method - Getter of the
BTGMediaScriptOperand.scriptMedia attribute. |
java.lang.Boolean |
isCollection()
Generated method - Getter of the
BTGMediaScriptOperand.collection attribute. |
java.lang.Boolean |
isCollection(SessionContext ctx)
Generated method - Getter of the
BTGMediaScriptOperand.collection attribute. |
boolean |
isCollectionAsPrimitive()
Generated method - Getter of the
BTGMediaScriptOperand.collection attribute. |
boolean |
isCollectionAsPrimitive(SessionContext ctx)
Generated method - Getter of the
BTGMediaScriptOperand.collection attribute. |
void |
setCollection(boolean value)
Generated method - Setter of the
BTGMediaScriptOperand.collection attribute. |
void |
setCollection(java.lang.Boolean value)
Generated method - Setter of the
BTGMediaScriptOperand.collection attribute. |
void |
setCollection(SessionContext ctx,
boolean value)
Generated method - Setter of the
BTGMediaScriptOperand.collection attribute. |
void |
setCollection(SessionContext ctx,
java.lang.Boolean value)
Generated method - Setter of the
BTGMediaScriptOperand.collection attribute. |
void |
setReturnType(java.lang.Class value)
Generated method - Setter of the
BTGMediaScriptOperand.returnType attribute. |
void |
setReturnType(SessionContext ctx,
java.lang.Class value)
Generated method - Setter of the
BTGMediaScriptOperand.returnType attribute. |
void |
setScriptMedia(ScriptMedia value)
Generated method - Setter of the
BTGMediaScriptOperand.scriptMedia attribute. |
void |
setScriptMedia(SessionContext ctx,
ScriptMedia value)
Generated method - Setter of the
BTGMediaScriptOperand.scriptMedia attribute. |
createItemgetBeanId, getBeanId, setBeanId, setBeanIdgetCode, getCode, getDescription, getDescription, getScope, getScope, setCode, setCode, setDescription, setDescription, setScope, setScopegetCatalogVersion, getCatalogVersion, getUid, getUid, setCatalogVersion, setCatalogVersion, setUid, setUidgetInitialProperties, 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, isMarkModifiedDisabled, 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 java.lang.String SCRIPTMEDIA
BTGMediaScriptOperand.scriptMedia attributepublic static final java.lang.String COLLECTION
BTGMediaScriptOperand.collection attributepublic static final java.lang.String RETURNTYPE
BTGMediaScriptOperand.returnType attributeprotected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
getDefaultAttributeModes in class GeneratedBTGAbstractScriptOperandpublic java.lang.Boolean isCollection(SessionContext ctx)
BTGMediaScriptOperand.collection attribute.public java.lang.Boolean isCollection()
BTGMediaScriptOperand.collection attribute.public boolean isCollectionAsPrimitive(SessionContext ctx)
BTGMediaScriptOperand.collection attribute.public boolean isCollectionAsPrimitive()
BTGMediaScriptOperand.collection attribute.public void setCollection(SessionContext ctx, java.lang.Boolean value)
BTGMediaScriptOperand.collection attribute.value - the collectionpublic void setCollection(java.lang.Boolean value)
BTGMediaScriptOperand.collection attribute.value - the collectionpublic void setCollection(SessionContext ctx, boolean value)
BTGMediaScriptOperand.collection attribute.value - the collectionpublic void setCollection(boolean value)
BTGMediaScriptOperand.collection attribute.value - the collectionpublic java.lang.Class getReturnType(SessionContext ctx)
BTGMediaScriptOperand.returnType attribute.public java.lang.Class getReturnType()
BTGMediaScriptOperand.returnType attribute.public void setReturnType(SessionContext ctx, java.lang.Class value)
BTGMediaScriptOperand.returnType attribute.value - the returnTypepublic void setReturnType(java.lang.Class value)
BTGMediaScriptOperand.returnType attribute.value - the returnTypepublic ScriptMedia getScriptMedia(SessionContext ctx)
BTGMediaScriptOperand.scriptMedia attribute.public ScriptMedia getScriptMedia()
BTGMediaScriptOperand.scriptMedia attribute.public void setScriptMedia(SessionContext ctx, ScriptMedia value)
BTGMediaScriptOperand.scriptMedia attribute.value - the scriptMediapublic void setScriptMedia(ScriptMedia value)
BTGMediaScriptOperand.scriptMedia attribute.value - the scriptMediaCopyright © 2018 SAP SE. All Rights Reserved.