Package com.liferay.style.book.model
Interface StyleBookEntry
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<StyleBookEntry>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<StyleBookEntry>,com.liferay.portal.kernel.model.change.tracking.CTModel<StyleBookEntry>,com.liferay.portal.kernel.model.ExternalReferenceCodeModel,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.StagedAuditedModel,com.liferay.portal.kernel.model.StagedModel,StyleBookEntryModel,com.liferay.portal.kernel.model.version.VersionedModel<StyleBookEntryVersion>
- All Known Implementing Classes:
StyleBookEntryWrapper
@ProviderType
public interface StyleBookEntry
extends com.liferay.portal.kernel.model.PersistedModel, StyleBookEntryModel
The extended model interface for the StyleBookEntry service. Represents a row in the "StyleBookEntry" 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<StyleBookEntry,Long> -
Method Summary
Modifier and TypeMethodDescriptiongetImagePreviewURL(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) 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.portal.kernel.model.PersistedModel
persistMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelTypeMethods inherited from interface com.liferay.style.book.model.StyleBookEntryModel
cloneWithOriginalValues, getCompanyId, getCreateDate, getCtCollectionId, getDefaultStyleBookEntry, getExternalReferenceCode, getFrontendTokensValues, getGroupId, getHeadId, getModifiedDate, getMvccVersion, getName, getPreviewFileEntryId, getPrimaryKey, getStyleBookEntryId, getStyleBookEntryKey, getThemeId, getUserId, getUserName, getUserUuid, getUuid, isDefaultStyleBookEntry, setCompanyId, setCreateDate, setCtCollectionId, setDefaultStyleBookEntry, setExternalReferenceCode, setFrontendTokensValues, setGroupId, setHeadId, setModifiedDate, setMvccVersion, setName, setPreviewFileEntryId, setPrimaryKey, setStyleBookEntryId, setStyleBookEntryKey, setThemeId, setUserId, setUserName, setUserUuid, setUuid, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.version.VersionedModel
isHead, populateVersionModel
-
Field Details
-
STYLE_BOOK_ENTRY_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<StyleBookEntry,Long> STYLE_BOOK_ENTRY_ID_ACCESSOR
-
-
Method Details