Class AssetTagBaseImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetTag>
com.liferay.portlet.asset.model.impl.AssetTagModelImpl
com.liferay.portlet.asset.model.impl.AssetTagBaseImpl
- All Implemented Interfaces:
com.liferay.asset.kernel.model.AssetTag,com.liferay.asset.kernel.model.AssetTagModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetTag>,com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.asset.kernel.model.AssetTag>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ExternalReferenceCodeModel,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedGroupedModel,com.liferay.portal.kernel.model.StagedModel,Serializable,Cloneable,Comparable<com.liferay.asset.kernel.model.AssetTag>
- Direct Known Subclasses:
AssetTagImpl
public abstract class AssetTagBaseImpl
extends AssetTagModelImpl
implements com.liferay.asset.kernel.model.AssetTag
The extended model base implementation for the AssetTag service. Represents a row in the "AssetTag" database table, with each column mapped to a property of this class.
This class exists only as a container for the default extended model level methods generated by ServiceBuilder. Helper methods and all application logic should be put in AssetTagImpl.
- Author:
- Brian Wing Shun Chan
- See Also:
-
AssetTagImplAssetTag- Serialized Form
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portlet.asset.model.impl.AssetTagModelImpl
COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, EXTERNALREFERENCECODE_COLUMN_BITMASK, FINDER_CACHE_ENABLED, FINDER_CACHE_ENABLED_ASSETENTRIES_ASSETTAGS, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_COLUMNS, MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_NAME, MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_SQL_CREATE, NAME_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, UUID_COLUMN_BITMASKFields inherited from interface com.liferay.asset.kernel.model.AssetTag
NAME_ACCESSOR, TAG_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.liferay.portlet.asset.model.impl.AssetTagModelImpl
clone, cloneWithOriginalValues, compareTo, equals, getAssetCount, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getColumnBitmask, getColumnBitmask, getColumnOriginalValue, getColumnValue, getCompanyId, getCreateDate, getCtCollectionId, getExpandoBridge, getExternalReferenceCode, getGroupId, getLastPublishDate, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getMvccVersion, getName, getOriginalCompanyId, getOriginalExternalReferenceCode, getOriginalGroupId, getOriginalName, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getStagedModelType, getTagId, getUserId, getUserName, getUserUuid, getUuid, hashCode, hasSetModifiedDate, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setAssetCount, setCompanyId, setCreateDate, setCtCollectionId, setExpandoBridgeAttributes, setExternalReferenceCode, setGroupId, setLastPublishDate, setModelAttributes, setModifiedDate, setMvccVersion, setName, setPrimaryKey, setPrimaryKeyObj, setTagId, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toStringMethods inherited from class com.liferay.portal.kernel.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.asset.kernel.model.AssetTagModel
cloneWithOriginalValues, getAssetCount, getCompanyId, getCreateDate, getCtCollectionId, getExternalReferenceCode, getGroupId, getLastPublishDate, getModifiedDate, getMvccVersion, getName, getPrimaryKey, getTagId, getUserId, getUserName, getUserUuid, getUuid, setAssetCount, setCompanyId, setCreateDate, setCtCollectionId, setExternalReferenceCode, setGroupId, setLastPublishDate, setModifiedDate, setMvccVersion, setName, setPrimaryKey, setTagId, setUserId, setUserName, setUserUuid, setUuid, toXmlStringMethods 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.StagedModel
clone, getStagedModelType
-
Constructor Details
-
AssetTagBaseImpl
public AssetTagBaseImpl()
-
-
Method Details
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-