@ProviderType public interface FragmentCollection extends FragmentCollectionModel, com.liferay.portal.kernel.model.PersistedModel
FragmentCollectionModel| Modifier and Type | Field and Description |
|---|---|
static com.liferay.portal.kernel.util.Accessor<FragmentCollection,java.lang.Long> |
FRAGMENT_COLLECTION_ID_ACCESSOR |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> |
getResources() |
long |
getResourcesFolderId() |
long |
getResourcesFolderId(boolean createIfAbsent) |
boolean |
hasResources() |
void |
populateZipWriter(com.liferay.portal.kernel.zip.ZipWriter zipWriter) |
void |
populateZipWriter(com.liferay.portal.kernel.zip.ZipWriter zipWriter,
java.lang.String path) |
cloneWithOriginalValues, getCompanyId, getCreateDate, getCtCollectionId, getDescription, getFragmentCollectionId, getFragmentCollectionKey, getGroupId, getLastPublishDate, getModifiedDate, getMvccVersion, getName, getPrimaryKey, getUserId, getUserName, getUserUuid, getUuid, setCompanyId, setCreateDate, setCtCollectionId, 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, toUnescapedModelgetModelClass, getModelClassNamestatic final com.liferay.portal.kernel.util.Accessor<FragmentCollection,java.lang.Long> FRAGMENT_COLLECTION_ID_ACCESSOR
java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> getResources()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionlong getResourcesFolderId()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionlong getResourcesFolderId(boolean createIfAbsent)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionboolean hasResources()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid populateZipWriter(com.liferay.portal.kernel.zip.ZipWriter zipWriter)
throws java.lang.Exception
java.lang.Exceptionvoid populateZipWriter(com.liferay.portal.kernel.zip.ZipWriter zipWriter,
java.lang.String path)
throws java.lang.Exception
java.lang.Exception