|
Liferay 6.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ProviderType public interface DLFileRankModel
The base model interface for the DLFileRank service. Represents a row in the "DLFileRank" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.portlet.documentlibrary.model.impl.DLFileRankModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portlet.documentlibrary.model.impl.DLFileRankImpl.
DLFileRank,
com.liferay.portlet.documentlibrary.model.impl.DLFileRankImpl,
com.liferay.portlet.documentlibrary.model.impl.DLFileRankModelImpl| Method Summary | |
|---|---|
abstract Object |
clone()
Creates a shallow clone of this model instance. |
abstract int |
compareTo(DLFileRank dlFileRank)
|
abstract boolean |
getActive()
Returns the active of this document library file rank. |
abstract long |
getCompanyId()
Returns the company ID of this document library file rank. |
abstract Date |
getCreateDate()
Returns the create date of this document library file rank. |
abstract ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
abstract long |
getFileEntryId()
Returns the file entry ID of this document library file rank. |
abstract long |
getFileRankId()
Returns the file rank ID of this document library file rank. |
abstract long |
getGroupId()
Returns the group ID of this document library file rank. |
abstract long |
getPrimaryKey()
Returns the primary key of this document library file rank. |
abstract Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
abstract long |
getUserId()
Returns the user ID of this document library file rank. |
abstract String |
getUserUuid()
Returns the user uuid of this document library file rank. |
abstract int |
hashCode()
|
abstract boolean |
isActive()
Returns true if this document library file rank is active. |
abstract boolean |
isCachedModel()
Returns true if this model instance was retrieved from the
entity cache. |
abstract boolean |
isEscapedModel()
Returns true if this model instance is escaped. |
abstract boolean |
isNew()
Returns true if this model instance does not yet exist in
the database. |
abstract void |
setActive(boolean active)
Sets whether this document library file rank is active. |
abstract void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
abstract void |
setCompanyId(long companyId)
Sets the company ID of this document library file rank. |
abstract void |
setCreateDate(Date createDate)
Sets the create date of this document library file rank. |
abstract void |
setExpandoBridgeAttributes(BaseModel<?> baseModel)
|
abstract void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
|
abstract void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
abstract void |
setFileEntryId(long fileEntryId)
Sets the file entry ID of this document library file rank. |
abstract void |
setFileRankId(long fileRankId)
Sets the file rank ID of this document library file rank. |
abstract void |
setGroupId(long groupId)
Sets the group ID of this document library file rank. |
abstract void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
abstract void |
setPrimaryKey(long primaryKey)
Sets the primary key of this document library file rank. |
abstract void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
abstract void |
setUserId(long userId)
Sets the user ID of this document library file rank. |
abstract void |
setUserUuid(String userUuid)
Sets the user uuid of this document library file rank. |
abstract CacheModel<DLFileRank> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
abstract DLFileRank |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
abstract String |
toString()
|
abstract DLFileRank |
toUnescapedModel()
|
abstract String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from interface com.liferay.portal.model.BaseModel |
|---|
getModelAttributes, resetOriginalValues, setModelAttributes |
| Methods inherited from interface com.liferay.portal.model.ClassedModel |
|---|
getModelClass, getModelClassName |
| Method Detail |
|---|
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this document library file ranklong getFileRankId()
void setFileRankId(long fileRankId)
fileRankId - the file rank ID of this document library file ranklong getGroupId()
void setGroupId(long groupId)
groupId - the group ID of this document library file ranklong getCompanyId()
void setCompanyId(long companyId)
companyId - the company ID of this document library file ranklong getUserId()
void setUserId(long userId)
userId - the user ID of this document library file rank
String getUserUuid()
throws SystemException
SystemException - if a system exception occurredvoid setUserUuid(String userUuid)
userUuid - the user uuid of this document library file rankDate getCreateDate()
void setCreateDate(Date createDate)
createDate - the create date of this document library file ranklong getFileEntryId()
void setFileEntryId(long fileEntryId)
fileEntryId - the file entry ID of this document library file rankboolean getActive()
boolean isActive()
true if this document library file rank is active.
true if this document library file rank is active; false otherwisevoid setActive(boolean active)
active - the active of this document library file rankboolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
isNew in interface BaseModel<DLFileRank>true if this model instance does not yet exist in
the database; false otherwisevoid setNew(boolean n)
BaseModel
setNew in interface BaseModel<DLFileRank>n - whether this model instance does not yet exist in the databaseboolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.
isCachedModel in interface BaseModel<DLFileRank>true if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<DLFileRank>cachedModel - whether this model instance was retrieved from the
entity cacheEntityCacheboolean isEscapedModel()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<DLFileRank>true if this model instance is escaped;
false otherwiseSerializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<DLFileRank>getPrimaryKeyObj in interface ClassedModelvoid setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<DLFileRank>setPrimaryKeyObj in interface ClassedModelprimaryKeyObj - the primary key of this model instanceExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<DLFileRank>getExpandoBridge in interface ClassedModelvoid setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<DLFileRank>void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<DLFileRank>void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<DLFileRank>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)Object clone()
BaseModel
clone in interface BaseModel<DLFileRank>int compareTo(DLFileRank dlFileRank)
compareTo in interface Comparable<DLFileRank>int hashCode()
hashCode in class ObjectCacheModel<DLFileRank> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<DLFileRank>DLFileRank toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<DLFileRank>AutoEscapeBeanHandlerDLFileRank toUnescapedModel()
toUnescapedModel in interface BaseModel<DLFileRank>String toString()
toString in class ObjectString toXmlString()
BaseModel
toXmlString in interface BaseModel<DLFileRank>
|
Liferay 6.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||