Interface CPAttachmentFileEntry
- All Superinterfaces:
com.liferay.portal.kernel.model.AttachedModel
,com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<CPAttachmentFileEntry>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<CPAttachmentFileEntry>
,CPAttachmentFileEntryModel
,com.liferay.portal.kernel.model.change.tracking.CTModel<CPAttachmentFileEntry>
,com.liferay.portal.kernel.model.ExternalReferenceCodeModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.LocalizedModel
,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
,com.liferay.portal.kernel.model.TypedModel
,com.liferay.portal.kernel.model.WorkflowedModel
- All Known Implementing Classes:
CPAttachmentFileEntryWrapper
@ProviderType
public interface CPAttachmentFileEntry
extends CPAttachmentFileEntryModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the CPAttachmentFileEntry service. Represents a row in the "CPAttachmentFileEntry" 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<CPAttachmentFileEntry,
Long> -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.repository.model.FileEntry
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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.commerce.product.model.CPAttachmentFileEntryModel
cloneWithOriginalValues, getAvailableLanguageIds, getCDNEnabled, getCDNURL, getClassName, getClassNameId, getClassPK, getCompanyId, getCPAttachmentFileEntryId, getCreateDate, getCtCollectionId, getDefaultLanguageId, getDisplayDate, getExpirationDate, getExternalReferenceCode, getFileEntryId, getGalleryEnabled, getGroupId, getJson, getLastPublishDate, getModifiedDate, getMvccVersion, getPrimaryKey, getPriority, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getTitle, getTitle, getTitle, getTitle, getTitle, getTitleCurrentLanguageId, getTitleCurrentValue, getTitleMap, getType, getUserId, getUserName, getUserUuid, getUuid, isApproved, isCDNEnabled, isDenied, isDraft, isExpired, isGalleryEnabled, isInactive, isIncomplete, isPending, isScheduled, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, setCDNEnabled, setCDNURL, setClassName, setClassNameId, setClassPK, setCompanyId, setCPAttachmentFileEntryId, setCreateDate, setCtCollectionId, setDisplayDate, setExpirationDate, setExternalReferenceCode, setFileEntryId, setGalleryEnabled, setGroupId, setJson, setLastPublishDate, setModifiedDate, setMvccVersion, setPrimaryKey, setPriority, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setTitle, setTitle, setTitle, setTitleCurrentLanguageId, setTitleMap, setTitleMap, setType, setUserId, setUserName, setUserUuid, setUuid, toXmlString
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Field Details
-
CP_ATTACHMENT_FILE_ENTRY_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<CPAttachmentFileEntry,Long> CP_ATTACHMENT_FILE_ENTRY_ID_ACCESSOR
-
-
Method Details
-
fetchFileEntry
com.liferay.portal.kernel.repository.model.FileEntry fetchFileEntry() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-