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:
- AuditedModel, BaseModel<RepositoryEntry>, ClassedModel, GroupedModel, PersistedModel, RepositoryEntry, RepositoryEntryModel, StagedGroupedModel, StagedModel, 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, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, MAPPEDID_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, REPOSITORYENTRYID_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, getCompanyId, getCreateDate, getExpandoBridge, getGroupId, getManualCheckInRequired, getMappedId, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getOriginalCompanyId, getOriginalGroupId, getOriginalMappedId, getOriginalRepositoryId, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getRepositoryEntryId, getRepositoryId, getUserId, getUserName, getUserUuid, getUuid, hashCode, isManualCheckInRequired, resetOriginalValues, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setGroupId, setManualCheckInRequired, setMappedId, setModelAttributes, setModifiedDate, setPrimaryKey, setPrimaryKeyObj, setRepositoryEntryId, setRepositoryId, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toXmlString |
| Methods inherited from interface com.liferay.portal.model.RepositoryEntryModel |
clone, compareTo, getCompanyId, getCreateDate, getExpandoBridge, getGroupId, getManualCheckInRequired, getMappedId, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getRepositoryEntryId, getRepositoryId, getUserId, getUserName, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isManualCheckInRequired, isNew, setCachedModel, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setManualCheckInRequired, setMappedId, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setRepositoryEntryId, setRepositoryId, setUserId, setUserName, setUserUuid, 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