|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ProviderType public interface UserGroupGroupRoleModel
The base model interface for the UserGroupGroupRole service. Represents a row in the "UserGroupGroupRole" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation UserGroupGroupRoleModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in UserGroupGroupRoleImpl.
UserGroupGroupRole,
UserGroupGroupRoleImpl,
UserGroupGroupRoleModelImpl| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(UserGroupGroupRole userGroupGroupRole)
|
long |
getCompanyId()
Returns the company ID of this user group group role. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getGroupId()
Returns the group ID of this user group group role. |
long |
getMvccVersion()
Returns the mvcc version of this user group group role. |
UserGroupGroupRolePK |
getPrimaryKey()
Returns the primary key of this user group group role. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getRoleId()
Returns the role ID of this user group group role. |
long |
getUserGroupId()
Returns the user group ID of this user group group role. |
int |
hashCode()
|
boolean |
isCachedModel()
Returns true if this model instance was retrieved from the
entity cache. |
boolean |
isEscapedModel()
Returns true if this model instance is escaped. |
boolean |
isNew()
Returns true if this model instance does not yet exist in
the database. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setCompanyId(long companyId)
Sets the company ID of this user group group role. |
void |
setExpandoBridgeAttributes(BaseModel<?> baseModel)
|
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
|
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setGroupId(long groupId)
Sets the group ID of this user group group role. |
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this user group group role. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(UserGroupGroupRolePK primaryKey)
Sets the primary key of this user group group role. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setRoleId(long roleId)
Sets the role ID of this user group group role. |
void |
setUserGroupId(long userGroupId)
Sets the user group ID of this user group group role. |
CacheModel<UserGroupGroupRole> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
UserGroupGroupRole |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
UserGroupGroupRole |
toUnescapedModel()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| 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 |
| Method Detail |
|---|
UserGroupGroupRolePK getPrimaryKey()
void setPrimaryKey(UserGroupGroupRolePK primaryKey)
primaryKey - the primary key of this user group group rolelong getMvccVersion()
getMvccVersion in interface MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this user group group rolelong getUserGroupId()
void setUserGroupId(long userGroupId)
userGroupId - the user group ID of this user group group rolelong getGroupId()
void setGroupId(long groupId)
groupId - the group ID of this user group group rolelong getRoleId()
void setRoleId(long roleId)
roleId - the role ID of this user group group rolelong getCompanyId()
getCompanyId in interface ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface ShardedModelcompanyId - the company ID of this user group group roleboolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
isNew in interface BaseModel<UserGroupGroupRole>true if this model instance does not yet exist in
the database; false otherwisevoid setNew(boolean n)
BaseModel
setNew in interface BaseModel<UserGroupGroupRole>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<UserGroupGroupRole>true if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<UserGroupGroupRole>cachedModel - whether this model instance was retrieved from the
entity cacheEntityCacheboolean isEscapedModel()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<UserGroupGroupRole>true if this model instance is escaped;
false otherwiseSerializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<UserGroupGroupRole>getPrimaryKeyObj in interface ClassedModelvoid setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<UserGroupGroupRole>setPrimaryKeyObj in interface ClassedModelprimaryKeyObj - the primary key of this model instanceExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<UserGroupGroupRole>getExpandoBridge in interface ClassedModelvoid setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<UserGroupGroupRole>void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<UserGroupGroupRole>void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<UserGroupGroupRole>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()Object clone()
BaseModel
clone in interface BaseModel<UserGroupGroupRole>int compareTo(UserGroupGroupRole userGroupGroupRole)
compareTo in interface Comparable<UserGroupGroupRole>int hashCode()
hashCode in class ObjectCacheModel<UserGroupGroupRole> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<UserGroupGroupRole>UserGroupGroupRole toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<UserGroupGroupRole>AutoEscapeBeanHandlerUserGroupGroupRole toUnescapedModel()
toUnescapedModel in interface BaseModel<UserGroupGroupRole>String toString()
toString in class ObjectString toXmlString()
BaseModel
toXmlString in interface BaseModel<UserGroupGroupRole>
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||