@ProviderType public interface FragmentCollection extends FragmentCollectionModel, PersistedModel
FragmentCollectionModel| Modifier and Type | Field and Description |
|---|---|
static Accessor<FragmentCollection,java.lang.Long> |
FRAGMENT_COLLECTION_ID_ACCESSOR |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FileEntry> |
getResources() |
long |
getResourcesFolderId() |
long |
getResourcesFolderId(boolean createIfAbsent) |
boolean |
hasResources() |
void |
populateZipWriter(ZipWriter zipWriter) |
void |
populateZipWriter(ZipWriter zipWriter,
java.lang.String path) |
getCompanyId, getCreateDate, getDescription, getFragmentCollectionId, getFragmentCollectionKey, getGroupId, getLastPublishDate, getModifiedDate, getMvccVersion, getName, getPrimaryKey, getUserId, getUserName, getUserUuid, getUuid, setCompanyId, setCreateDate, setDescription, setFragmentCollectionId, setFragmentCollectionKey, setGroupId, setLastPublishDate, setModifiedDate, setMvccVersion, setName, setPrimaryKey, setUserId, setUserName, setUserUuid, setUuidclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNameclone, getStagedModelTypepersiststatic final Accessor<FragmentCollection,java.lang.Long> FRAGMENT_COLLECTION_ID_ACCESSOR
java.util.List<FileEntry> getResources() throws PortalException
PortalExceptionlong getResourcesFolderId()
throws PortalException
PortalExceptionlong getResourcesFolderId(boolean createIfAbsent)
throws PortalException
PortalExceptionboolean hasResources()
throws PortalException
PortalExceptionvoid populateZipWriter(ZipWriter zipWriter) throws java.lang.Exception
java.lang.Exceptionvoid populateZipWriter(ZipWriter zipWriter, java.lang.String path) throws java.lang.Exception
java.lang.Exception