public interface MultiTenantStaticAsset extends Serializable
StaticAsset| Modifier and Type | Method and Description |
|---|---|
org.broadleafcommerce.cms.file.domain.StaticAsset |
getParent() |
Long |
getRelatedProfile()
Get the
Site Profile that the
StaticAsset has been linked to. |
StaticAssetShareableType |
getShareableType()
Dictates how the
StaticAsset
will be shared in the site hierarchy. |
void |
setRelatedProfile(Long relatedProfile)
Sets the
Site Profile. |
void |
setShareableType(StaticAssetShareableType shareableType)
Sets the type of access the
StaticAsset
will have. |
org.broadleafcommerce.cms.file.domain.StaticAsset getParent()
StaticAssetShareableType getShareableType()
StaticAsset
will be shared in the site hierarchy.void setShareableType(StaticAssetShareableType shareableType)
StaticAsset
will have.shareableType - Long getRelatedProfile()
Site Profile that the
StaticAsset has been linked to.void setRelatedProfile(Long relatedProfile)
Site Profile. Only valid if
StaticAssetShareableType.FOR_PROFILE has been set.relatedProfile - Copyright © 2020. All rights reserved.