Liferay 7.0-ce-b4

com.liferay.portal.model
Interface RepositoryEntry

All Superinterfaces:
AuditedModel, BaseModel<RepositoryEntry>, ClassedModel, Cloneable, Comparable<RepositoryEntry>, GroupedModel, MVCCModel, PersistedModel, RepositoryEntryModel, Serializable, ShardedModel, StagedGroupedModel, StagedModel
All Known Implementing Classes:
RepositoryEntryWrapper

@ProviderType
public interface RepositoryEntry
extends RepositoryEntryModel, PersistedModel

The extended model interface for the RepositoryEntry service. Represents a row in the "RepositoryEntry" database table, with each column mapped to a property of this class.

See Also:
RepositoryEntryModel, RepositoryEntryImpl, RepositoryEntryModelImpl

Field Summary
static Accessor<RepositoryEntry,Long> REPOSITORY_ENTRY_ID_ACCESSOR
           
 
Method Summary
 
Methods inherited from interface com.liferay.portal.model.RepositoryEntryModel
clone, compareTo, getCompanyId, getCreateDate, getExpandoBridge, getGroupId, getLastPublishDate, getManualCheckInRequired, getMappedId, getModifiedDate, getMvccVersion, getPrimaryKey, getPrimaryKeyObj, getRepositoryEntryId, getRepositoryId, getUserId, getUserName, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isManualCheckInRequired, isNew, setCachedModel, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setLastPublishDate, setManualCheckInRequired, setMappedId, setModifiedDate, setMvccVersion, setNew, setPrimaryKey, setPrimaryKeyObj, setRepositoryEntryId, setRepositoryId, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.StagedModel
getStagedModelType
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

REPOSITORY_ENTRY_ID_ACCESSOR

static final Accessor<RepositoryEntry,Long> REPOSITORY_ENTRY_ID_ACCESSOR

Liferay 7.0-ce-b4