Package com.liferay.fragment.model
Interface FragmentCollection
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<FragmentCollection>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<FragmentCollection>,com.liferay.portal.kernel.model.change.tracking.CTModel<FragmentCollection>,com.liferay.portal.kernel.model.ExternalReferenceCodeModel,FragmentCollectionModel,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,Serializable,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedGroupedModel,com.liferay.portal.kernel.model.StagedModel
- All Known Implementing Classes:
FragmentCollectionWrapper
@ProviderType
public interface FragmentCollection
extends FragmentCollectionModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the FragmentCollection service. Represents a row in the "FragmentCollection" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<FragmentCollection,Long> -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.repository.model.FileEntrygetResource(String path) List<com.liferay.portal.kernel.repository.model.FileEntry>longlonggetResourcesFolderId(boolean createIfAbsent) booleanvoidpopulateZipWriter(com.liferay.portal.kernel.zip.ZipWriter zipWriter) voidpopulateZipWriter(com.liferay.portal.kernel.zip.ZipWriter zipWriter, String path) Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.fragment.model.FragmentCollectionModel
cloneWithOriginalValues, getCompanyId, getCreateDate, getCtCollectionId, getDescription, getExternalReferenceCode, getFragmentCollectionId, getFragmentCollectionKey, getGroupId, getLastPublishDate, getModifiedDate, getMvccVersion, getName, getPrimaryKey, getUserId, getUserName, getUserUuid, getUuid, setCompanyId, setCreateDate, setCtCollectionId, setDescription, setExternalReferenceCode, setFragmentCollectionId, setFragmentCollectionKey, setGroupId, setLastPublishDate, setModifiedDate, setMvccVersion, setName, setPrimaryKey, setUserId, setUserName, setUserUuid, setUuid, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persistMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Field Details
-
FRAGMENT_COLLECTION_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<FragmentCollection,Long> FRAGMENT_COLLECTION_ID_ACCESSOR
-
-
Method Details
-
getResource
-
getResources
List<com.liferay.portal.kernel.repository.model.FileEntry> getResources() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getResourcesFolderId
long getResourcesFolderId() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getResourcesFolderId
long getResourcesFolderId(boolean createIfAbsent) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getResourcesMap
Map<String,com.liferay.portal.kernel.repository.model.FileEntry> getResourcesMap() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
hasResources
boolean hasResources() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
populateZipWriter
- Throws:
Exception
-
populateZipWriter
void populateZipWriter(com.liferay.portal.kernel.zip.ZipWriter zipWriter, String path) throws Exception - Throws:
Exception
-