Class AssetVocabularyGroupRelBaseImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetVocabularyGroupRel>
com.liferay.portlet.asset.model.impl.AssetVocabularyGroupRelModelImpl
com.liferay.portlet.asset.model.impl.AssetVocabularyGroupRelBaseImpl
- All Implemented Interfaces:
com.liferay.asset.kernel.model.AssetVocabularyGroupRel
,com.liferay.asset.kernel.model.AssetVocabularyGroupRelModel
,com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetVocabularyGroupRel>
,com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.asset.kernel.model.AssetVocabularyGroupRel>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,Serializable
,Cloneable
,Comparable<com.liferay.asset.kernel.model.AssetVocabularyGroupRel>
- Direct Known Subclasses:
AssetVocabularyGroupRelImpl
public abstract class AssetVocabularyGroupRelBaseImpl
extends AssetVocabularyGroupRelModelImpl
implements com.liferay.asset.kernel.model.AssetVocabularyGroupRel
The extended model base implementation for the AssetVocabularyGroupRel service. Represents a row in the "AssetVocabularyGroupRel" 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 AssetVocabularyGroupRelImpl
.
- Author:
- Brian Wing Shun Chan
- See Also:
-
AssetVocabularyGroupRelImpl
AssetVocabularyGroupRel
- Serialized Form
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portlet.asset.model.impl.AssetVocabularyGroupRelModelImpl
ASSETVOCABULARYGROUPRELID_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, 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_BITMASK, VOCABULARYID_COLUMN_BITMASK
Fields inherited from interface com.liferay.asset.kernel.model.AssetVocabularyGroupRel
ASSET_VOCABULARY_GROUP_REL_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.liferay.portlet.asset.model.impl.AssetVocabularyGroupRelModelImpl
clone, cloneWithOriginalValues, compareTo, equals, getAssetVocabularyGroupRelId, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getColumnBitmask, getColumnBitmask, getColumnOriginalValue, getColumnValue, getCompanyId, getCtCollectionId, getExpandoBridge, getGroupId, getModelAttributes, getModelClass, getModelClassName, getMvccVersion, getOriginalCompanyId, getOriginalGroupId, getOriginalUuid, getOriginalVocabularyId, getPrimaryKey, getPrimaryKeyObj, getUuid, getVocabularyId, hashCode, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setAssetVocabularyGroupRelId, setCompanyId, setCtCollectionId, setExpandoBridgeAttributes, setGroupId, setModelAttributes, setMvccVersion, setPrimaryKey, setPrimaryKeyObj, setUuid, setVocabularyId, toCacheModel, toEscapedModel, toString
Methods inherited from class com.liferay.portal.kernel.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.asset.kernel.model.AssetVocabularyGroupRelModel
cloneWithOriginalValues, getAssetVocabularyGroupRelId, getCompanyId, getCtCollectionId, getGroupId, getMvccVersion, getPrimaryKey, getUuid, getVocabularyId, setAssetVocabularyGroupRelId, setCompanyId, setCtCollectionId, setGroupId, setMvccVersion, setPrimaryKey, setUuid, setVocabularyId, toXmlString
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
-
Constructor Details
-
AssetVocabularyGroupRelBaseImpl
public AssetVocabularyGroupRelBaseImpl()
-
-
Method Details
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-