com.liferay.portal.model.impl
Class RepositoryEntryBaseImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<RepositoryEntry>
com.liferay.portal.model.impl.RepositoryEntryModelImpl
com.liferay.portal.model.impl.RepositoryEntryBaseImpl
- All Implemented Interfaces:
- BaseModel<RepositoryEntry>, ClassedModel, PersistedModel, RepositoryEntry, RepositoryEntryModel, Serializable, Cloneable, Comparable<RepositoryEntry>
- Direct Known Subclasses:
- RepositoryEntryImpl
public abstract class RepositoryEntryBaseImpl
- extends RepositoryEntryModelImpl
- implements RepositoryEntry
The extended model base implementation for the RepositoryEntry service. Represents a row in the "RepositoryEntry" 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 RepositoryEntryImpl
.
- See Also:
RepositoryEntryImpl
,
RepositoryEntry
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
Fields inherited from class com.liferay.portal.model.impl.RepositoryEntryModelImpl |
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, MAPPEDID_COLUMN_BITMASK, REPOSITORYID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, UUID_COLUMN_BITMASK |
Method Summary |
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist. |
Methods inherited from class com.liferay.portal.model.impl.RepositoryEntryModelImpl |
clone, compareTo, equals, getColumnBitmask, getExpandoBridge, getGroupId, getMappedId, getModelAttributes, getModelClass, getModelClassName, getOriginalGroupId, getOriginalMappedId, getOriginalRepositoryId, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getRepositoryEntryId, getRepositoryId, getUuid, hashCode, resetOriginalValues, setExpandoBridgeAttributes, setGroupId, setMappedId, setModelAttributes, setPrimaryKey, setPrimaryKeyObj, setRepositoryEntryId, setRepositoryId, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
Methods inherited from interface com.liferay.portal.model.RepositoryEntryModel |
clone, compareTo, getExpandoBridge, getGroupId, getMappedId, getPrimaryKey, getPrimaryKeyObj, getRepositoryEntryId, getRepositoryId, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setGroupId, setMappedId, setNew, setPrimaryKey, setPrimaryKeyObj, setRepositoryEntryId, setRepositoryId, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
RepositoryEntryBaseImpl
public RepositoryEntryBaseImpl()
persist
public void persist()
throws SystemException
- Description copied from interface:
PersistedModel
- Updates this model instance in the database or adds it if it does not yet
exist. Also notifies the appropriate model listeners.
- Specified by:
persist
in interface PersistedModel
- Throws:
SystemException
- if a system exception occurred