Package de.hybris.platform.jalo.media
Class GeneratedMedia
- java.lang.Object
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
Media
public abstract class GeneratedMedia extends AbstractMedia
Generated class for typeMedia
.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ALTTEXT
Qualifier of theMedia.altText
attributestatic java.lang.String
CODE
Qualifier of theMedia.code
attributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
DERIVEDMEDIAS
Qualifier of theMedia.derivedMedias
attributeprotected static OneToManyHandler<DerivedMedia>
DERIVEDMEDIASHANDLER
OneToManyHandler
for handling 1:n DERIVEDMEDIAS's relation attributes from 'many' side.static java.lang.String
DESCRIPTION
Qualifier of theMedia.description
attributestatic java.lang.String
FOLDER
Qualifier of theMedia.folder
attributestatic java.lang.String
INTERNALURL
Qualifier of theMedia.internalURL
attributestatic java.lang.String
MEDIACONTAINER
Qualifier of theMedia.mediaContainer
attributeprotected static BidirectionalOneToManyHandler<GeneratedMedia>
MEDIACONTAINERHANDLER
BidirectionalOneToManyHandler
for handling 1:n MEDIACONTAINER's relation attributes from 'one' side.static java.lang.String
MEDIAFORMAT
Qualifier of theMedia.mediaFormat
attributestatic java.lang.String
REMOVABLE
Qualifier of theMedia.removable
attributestatic java.lang.String
SUBFOLDERPATH
Qualifier of theMedia.subFolderPath
attribute-
Fields inherited from class de.hybris.platform.jalo.media.GeneratedAbstractMedia
DATAPK, LOCATION, LOCATIONHASH, MIME, REALFILENAME, SIZE
-
Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLED
-
Fields inherited from class de.hybris.platform.jalo.Item
_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description GeneratedMedia()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToDerivedMedias(DerivedMedia value)
Generated method - Addsvalue
to derivedMedias.void
addToDerivedMedias(SessionContext ctx, DerivedMedia value)
Generated method - Addsvalue
to derivedMedias.protected Item
createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes)
Has to be implemented for each concrete subtype of item.java.lang.String
getAltText()
Generated method - Getter of theMedia.altText
attribute.java.lang.String
getAltText(SessionContext ctx)
Generated method - Getter of theMedia.altText
attribute.java.lang.String
getCode()
Generated method - Getter of theMedia.code
attribute.java.lang.String
getCode(SessionContext ctx)
Generated method - Getter of theMedia.code
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
java.util.Collection<DerivedMedia>
getDerivedMedias()
Generated method - Getter of theMedia.derivedMedias
attribute.java.util.Collection<DerivedMedia>
getDerivedMedias(SessionContext ctx)
Generated method - Getter of theMedia.derivedMedias
attribute.java.lang.String
getDescription()
Generated method - Getter of theMedia.description
attribute.java.lang.String
getDescription(SessionContext ctx)
Generated method - Getter of theMedia.description
attribute.MediaFolder
getFolder()
Generated method - Getter of theMedia.folder
attribute.MediaFolder
getFolder(SessionContext ctx)
Generated method - Getter of theMedia.folder
attribute.java.lang.String
getInternalURL()
Generated method - Getter of theMedia.internalURL
attribute.java.lang.String
getInternalURL(SessionContext ctx)
Generated method - Getter of theMedia.internalURL
attribute.MediaContainer
getMediaContainer()
Generated method - Getter of theMedia.mediaContainer
attribute.MediaContainer
getMediaContainer(SessionContext ctx)
Generated method - Getter of theMedia.mediaContainer
attribute.MediaFormat
getMediaFormat()
Generated method - Getter of theMedia.mediaFormat
attribute.MediaFormat
getMediaFormat(SessionContext ctx)
Generated method - Getter of theMedia.mediaFormat
attribute.java.lang.String
getSubFolderPath()
Generated method - Getter of theMedia.subFolderPath
attribute.java.lang.String
getSubFolderPath(SessionContext ctx)
Generated method - Getter of theMedia.subFolderPath
attribute.java.lang.Boolean
isRemovable()
Generated method - Getter of theMedia.removable
attribute.java.lang.Boolean
isRemovable(SessionContext ctx)
Generated method - Getter of theMedia.removable
attribute.boolean
isRemovableAsPrimitive()
Generated method - Getter of theMedia.removable
attribute.boolean
isRemovableAsPrimitive(SessionContext ctx)
Generated method - Getter of theMedia.removable
attribute.void
removeFromDerivedMedias(DerivedMedia value)
Generated method - Removesvalue
from derivedMedias.void
removeFromDerivedMedias(SessionContext ctx, DerivedMedia value)
Generated method - Removesvalue
from derivedMedias.void
setAltText(SessionContext ctx, java.lang.String value)
Generated method - Setter of theMedia.altText
attribute.void
setAltText(java.lang.String value)
Generated method - Setter of theMedia.altText
attribute.void
setCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theMedia.code
attribute.void
setCode(java.lang.String value)
Generated method - Setter of theMedia.code
attribute.void
setDerivedMedias(SessionContext ctx, java.util.Collection<DerivedMedia> value)
Generated method - Setter of theMedia.derivedMedias
attribute.void
setDerivedMedias(java.util.Collection<DerivedMedia> value)
Generated method - Setter of theMedia.derivedMedias
attribute.void
setDescription(SessionContext ctx, java.lang.String value)
Generated method - Setter of theMedia.description
attribute.void
setDescription(java.lang.String value)
Generated method - Setter of theMedia.description
attribute.void
setFolder(MediaFolder value)
Generated method - Setter of theMedia.folder
attribute.void
setFolder(SessionContext ctx, MediaFolder value)
Generated method - Setter of theMedia.folder
attribute.void
setInternalURL(SessionContext ctx, java.lang.String value)
Generated method - Setter of theMedia.internalURL
attribute.void
setInternalURL(java.lang.String value)
Generated method - Setter of theMedia.internalURL
attribute.void
setMediaContainer(MediaContainer value)
Generated method - Setter of theMedia.mediaContainer
attribute.void
setMediaContainer(SessionContext ctx, MediaContainer value)
Generated method - Setter of theMedia.mediaContainer
attribute.void
setMediaFormat(MediaFormat value)
Generated method - Setter of theMedia.mediaFormat
attribute.void
setMediaFormat(SessionContext ctx, MediaFormat value)
Generated method - Setter of theMedia.mediaFormat
attribute.void
setRemovable(boolean value)
Generated method - Setter of theMedia.removable
attribute.void
setRemovable(SessionContext ctx, boolean value)
Generated method - Setter of theMedia.removable
attribute.void
setRemovable(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theMedia.removable
attribute.void
setRemovable(java.lang.Boolean value)
Generated method - Setter of theMedia.removable
attribute.void
setSubFolderPath(SessionContext ctx, java.lang.String value)
Generated method - Setter of theMedia.subFolderPath
attribute.void
setSubFolderPath(java.lang.String value)
Generated method - Setter of theMedia.subFolderPath
attribute.-
Methods inherited from class de.hybris.platform.jalo.media.GeneratedAbstractMedia
getDataPK, getDataPK, getDataPKAsPrimitive, getDataPKAsPrimitive, getLocation, getLocation, getLocationHash, getLocationHash, getMime, getMime, getRealFileName, getRealFileName, getSize, getSize, getSizeAsPrimitive, getSizeAsPrimitive, setDataPK, setDataPK, setDataPK, setDataPK, setLocation, setLocation, setLocationHash, setLocationHash, setMime, setMime, setRealFileName, setRealFileName, setSize, setSize, setSize, setSize
-
Methods inherited from class de.hybris.platform.jalo.GenericItem
getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, setRelatedItems
-
Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty
-
Methods inherited from class de.hybris.platform.jalo.Item
addLinkedItems, 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, notifyManagerAboutItemRemoval, readResolve, 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, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
CODE
public static final java.lang.String CODE
Qualifier of theMedia.code
attribute- See Also:
- Constant Field Values
-
INTERNALURL
public static final java.lang.String INTERNALURL
Qualifier of theMedia.internalURL
attribute- See Also:
- Constant Field Values
-
DESCRIPTION
public static final java.lang.String DESCRIPTION
Qualifier of theMedia.description
attribute- See Also:
- Constant Field Values
-
ALTTEXT
public static final java.lang.String ALTTEXT
Qualifier of theMedia.altText
attribute- See Also:
- Constant Field Values
-
REMOVABLE
public static final java.lang.String REMOVABLE
Qualifier of theMedia.removable
attribute- See Also:
- Constant Field Values
-
MEDIAFORMAT
public static final java.lang.String MEDIAFORMAT
Qualifier of theMedia.mediaFormat
attribute- See Also:
- Constant Field Values
-
FOLDER
public static final java.lang.String FOLDER
Qualifier of theMedia.folder
attribute- See Also:
- Constant Field Values
-
SUBFOLDERPATH
public static final java.lang.String SUBFOLDERPATH
Qualifier of theMedia.subFolderPath
attribute- See Also:
- Constant Field Values
-
MEDIACONTAINER
public static final java.lang.String MEDIACONTAINER
Qualifier of theMedia.mediaContainer
attribute- See Also:
- Constant Field Values
-
DERIVEDMEDIAS
public static final java.lang.String DERIVEDMEDIAS
Qualifier of theMedia.derivedMedias
attribute- See Also:
- Constant Field Values
-
MEDIACONTAINERHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedMedia> MEDIACONTAINERHANDLER
BidirectionalOneToManyHandler
for handling 1:n MEDIACONTAINER's relation attributes from 'one' side.
-
DERIVEDMEDIASHANDLER
protected static final OneToManyHandler<DerivedMedia> DERIVEDMEDIASHANDLER
OneToManyHandler
for handling 1:n DERIVEDMEDIAS's relation attributes from 'many' side.
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
- Overrides:
getDefaultAttributeModes
in classGeneratedAbstractMedia
-
getAltText
public java.lang.String getAltText(SessionContext ctx)
Generated method - Getter of theMedia.altText
attribute.- Returns:
- the altText
-
getAltText
public java.lang.String getAltText()
Generated method - Getter of theMedia.altText
attribute.- Returns:
- the altText
-
setAltText
public void setAltText(SessionContext ctx, java.lang.String value)
Generated method - Setter of theMedia.altText
attribute.- Parameters:
value
- the altText
-
setAltText
public void setAltText(java.lang.String value)
Generated method - Setter of theMedia.altText
attribute.- Parameters:
value
- the altText
-
getCode
public java.lang.String getCode(SessionContext ctx)
Generated method - Getter of theMedia.code
attribute.- Returns:
- the code - Code of media
-
getCode
public java.lang.String getCode()
Generated method - Getter of theMedia.code
attribute.- Returns:
- the code - Code of media
-
setCode
public void setCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theMedia.code
attribute.- Parameters:
value
- the code - Code of media
-
setCode
public void setCode(java.lang.String value)
Generated method - Setter of theMedia.code
attribute.- Parameters:
value
- the code - Code of media
-
createItem
protected Item createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes) throws JaloBusinessException
Description copied from class:Item
Has to be implemented for each concrete subtype of item. This method is responsible for creating a new item instance ( by calling managers, ejb homes, etc. ) duringComposedType.newInstance(Map)
.In case this method uses any of the attribute values during creation it is required to override
Item.getNonInitialAttributes(SessionContext, ItemAttributeMap)
too.
Sn example:public static final String MY_ATTRIBUTE = "someAttribute"; ... protected Item createItem(SessionContext ctx, ComposedType type, Map allAttributes ) throws JaloBusinessException { MyManager man = ... return man.createMyItem( (String)allAttributes.get(MY_ATTRIBUTE) ); // here MY_ATTRIBUTE is used for creation, so it must not be set again } protected Map getNonInitialAttributes( SessionContext ctx, Map allAttributes ) { // let superclass remove its own initial attributes Map ret = super.getNonInitialAttributes( ctx, allAttributes ); // remove MY_ATTRIBUTE from all attributes since if has already been set ret.remove(MY_ATTRIBUTE); return ret; }
- Overrides:
createItem
in classGenericItem
- Parameters:
ctx
- the current session context which this item is created withintype
- the actual item type ( since subtypes may not provide a own jalo class this may be different from the type which this method was implemented for )- Returns:
- the new item instance
- Throws:
JaloBusinessException
- indicates an error during creation - any changes will be rollbacked
-
getDerivedMedias
public java.util.Collection<DerivedMedia> getDerivedMedias(SessionContext ctx)
Generated method - Getter of theMedia.derivedMedias
attribute.- Returns:
- the derivedMedias
-
getDerivedMedias
public java.util.Collection<DerivedMedia> getDerivedMedias()
Generated method - Getter of theMedia.derivedMedias
attribute.- Returns:
- the derivedMedias
-
setDerivedMedias
public void setDerivedMedias(SessionContext ctx, java.util.Collection<DerivedMedia> value)
Generated method - Setter of theMedia.derivedMedias
attribute.- Parameters:
value
- the derivedMedias
-
setDerivedMedias
public void setDerivedMedias(java.util.Collection<DerivedMedia> value)
Generated method - Setter of theMedia.derivedMedias
attribute.- Parameters:
value
- the derivedMedias
-
addToDerivedMedias
public void addToDerivedMedias(SessionContext ctx, DerivedMedia value)
Generated method - Addsvalue
to derivedMedias.- Parameters:
value
- the item to add to derivedMedias
-
addToDerivedMedias
public void addToDerivedMedias(DerivedMedia value)
Generated method - Addsvalue
to derivedMedias.- Parameters:
value
- the item to add to derivedMedias
-
removeFromDerivedMedias
public void removeFromDerivedMedias(SessionContext ctx, DerivedMedia value)
Generated method - Removesvalue
from derivedMedias.- Parameters:
value
- the item to remove from derivedMedias
-
removeFromDerivedMedias
public void removeFromDerivedMedias(DerivedMedia value)
Generated method - Removesvalue
from derivedMedias.- Parameters:
value
- the item to remove from derivedMedias
-
getDescription
public java.lang.String getDescription(SessionContext ctx)
Generated method - Getter of theMedia.description
attribute.- Returns:
- the description
-
getDescription
public java.lang.String getDescription()
Generated method - Getter of theMedia.description
attribute.- Returns:
- the description
-
setDescription
public void setDescription(SessionContext ctx, java.lang.String value)
Generated method - Setter of theMedia.description
attribute.- Parameters:
value
- the description
-
setDescription
public void setDescription(java.lang.String value)
Generated method - Setter of theMedia.description
attribute.- Parameters:
value
- the description
-
getFolder
public MediaFolder getFolder(SessionContext ctx)
Generated method - Getter of theMedia.folder
attribute.- Returns:
- the folder - Sub folder where this media is stored.
-
getFolder
public MediaFolder getFolder()
Generated method - Getter of theMedia.folder
attribute.- Returns:
- the folder - Sub folder where this media is stored.
-
setFolder
public void setFolder(SessionContext ctx, MediaFolder value)
Generated method - Setter of theMedia.folder
attribute.- Parameters:
value
- the folder - Sub folder where this media is stored.
-
setFolder
public void setFolder(MediaFolder value)
Generated method - Setter of theMedia.folder
attribute.- Parameters:
value
- the folder - Sub folder where this media is stored.
-
getInternalURL
public java.lang.String getInternalURL(SessionContext ctx)
Generated method - Getter of theMedia.internalURL
attribute.- Returns:
- the internalURL
-
getInternalURL
public java.lang.String getInternalURL()
Generated method - Getter of theMedia.internalURL
attribute.- Returns:
- the internalURL
-
setInternalURL
public void setInternalURL(SessionContext ctx, java.lang.String value)
Generated method - Setter of theMedia.internalURL
attribute.- Parameters:
value
- the internalURL
-
setInternalURL
public void setInternalURL(java.lang.String value)
Generated method - Setter of theMedia.internalURL
attribute.- Parameters:
value
- the internalURL
-
getMediaContainer
public MediaContainer getMediaContainer(SessionContext ctx)
Generated method - Getter of theMedia.mediaContainer
attribute.- Returns:
- the mediaContainer
-
getMediaContainer
public MediaContainer getMediaContainer()
Generated method - Getter of theMedia.mediaContainer
attribute.- Returns:
- the mediaContainer
-
setMediaContainer
public void setMediaContainer(SessionContext ctx, MediaContainer value)
Generated method - Setter of theMedia.mediaContainer
attribute.- Parameters:
value
- the mediaContainer
-
setMediaContainer
public void setMediaContainer(MediaContainer value)
Generated method - Setter of theMedia.mediaContainer
attribute.- Parameters:
value
- the mediaContainer
-
getMediaFormat
public MediaFormat getMediaFormat(SessionContext ctx)
Generated method - Getter of theMedia.mediaFormat
attribute.- Returns:
- the mediaFormat - Format of this media
-
getMediaFormat
public MediaFormat getMediaFormat()
Generated method - Getter of theMedia.mediaFormat
attribute.- Returns:
- the mediaFormat - Format of this media
-
setMediaFormat
public void setMediaFormat(SessionContext ctx, MediaFormat value)
Generated method - Setter of theMedia.mediaFormat
attribute.- Parameters:
value
- the mediaFormat - Format of this media
-
setMediaFormat
public void setMediaFormat(MediaFormat value)
Generated method - Setter of theMedia.mediaFormat
attribute.- Parameters:
value
- the mediaFormat - Format of this media
-
isRemovable
public java.lang.Boolean isRemovable(SessionContext ctx)
Generated method - Getter of theMedia.removable
attribute.- Returns:
- the removable
-
isRemovable
public java.lang.Boolean isRemovable()
Generated method - Getter of theMedia.removable
attribute.- Returns:
- the removable
-
isRemovableAsPrimitive
public boolean isRemovableAsPrimitive(SessionContext ctx)
Generated method - Getter of theMedia.removable
attribute.- Returns:
- the removable
-
isRemovableAsPrimitive
public boolean isRemovableAsPrimitive()
Generated method - Getter of theMedia.removable
attribute.- Returns:
- the removable
-
setRemovable
public void setRemovable(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theMedia.removable
attribute.- Parameters:
value
- the removable
-
setRemovable
public void setRemovable(java.lang.Boolean value)
Generated method - Setter of theMedia.removable
attribute.- Parameters:
value
- the removable
-
setRemovable
public void setRemovable(SessionContext ctx, boolean value)
Generated method - Setter of theMedia.removable
attribute.- Parameters:
value
- the removable
-
setRemovable
public void setRemovable(boolean value)
Generated method - Setter of theMedia.removable
attribute.- Parameters:
value
- the removable
-
getSubFolderPath
public java.lang.String getSubFolderPath(SessionContext ctx)
Generated method - Getter of theMedia.subFolderPath
attribute.- Returns:
- the subFolderPath - Generated location (by one of Storage Strategies) to media within storage.
-
getSubFolderPath
public java.lang.String getSubFolderPath()
Generated method - Getter of theMedia.subFolderPath
attribute.- Returns:
- the subFolderPath - Generated location (by one of Storage Strategies) to media within storage.
-
setSubFolderPath
public void setSubFolderPath(SessionContext ctx, java.lang.String value)
Generated method - Setter of theMedia.subFolderPath
attribute.- Parameters:
value
- the subFolderPath - Generated location (by one of Storage Strategies) to media within storage.
-
setSubFolderPath
public void setSubFolderPath(java.lang.String value)
Generated method - Setter of theMedia.subFolderPath
attribute.- Parameters:
value
- the subFolderPath - Generated location (by one of Storage Strategies) to media within storage.
-
-