@ProviderType public class UserGroupGroupRoleWrapper extends Object implements UserGroupGroupRole, ModelWrapper<UserGroupGroupRole>
This class is a wrapper for UserGroupGroupRole
.
UserGroupGroupRole
,
Serialized FormGROUP_ID_ACCESSOR, ROLE_ID_ACCESSOR, USER_GROUP_ID_ACCESSOR
Constructor and Description |
---|
UserGroupGroupRoleWrapper(UserGroupGroupRole userGroupGroupRole) |
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(UserGroupGroupRole userGroupGroupRole) |
boolean |
equals(Object obj) |
long |
getCompanyId()
Returns the company ID of this user group group role.
|
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance.
|
Group |
getGroup() |
long |
getGroupId()
Returns the group ID of this user group group role.
|
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
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.
|
Role |
getRole() |
long |
getRoleId()
Returns the role ID of this user group group role.
|
UserGroup |
getUserGroup() |
long |
getUserGroupId()
Returns the user group ID of this user group group role.
|
UserGroupGroupRole |
getWrappedModel() |
int |
hashCode() |
boolean |
isCachedModel()
Returns
true if this model instance was retrieved from the
entity cache. |
boolean |
isEntityCacheEnabled()
Returns
true if this model's entity cache is enabled. |
boolean |
isEscapedModel()
Returns
true if this model instance is escaped. |
boolean |
isFinderCacheEnabled()
Returns
true if this model's finder cache is enabled. |
boolean |
isNew()
Returns
true if this model instance does not yet exist in
the database. |
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
void |
resetOriginalValues()
Reset all original fields to current values.
|
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 |
setModelAttributes(Map<String,Object> attributes) |
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.
|
public UserGroupGroupRoleWrapper(UserGroupGroupRole userGroupGroupRole)
public Class<?> getModelClass()
getModelClass
in interface ClassedModel
public String getModelClassName()
getModelClassName
in interface ClassedModel
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface BaseModel<UserGroupGroupRole>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface BaseModel<UserGroupGroupRole>
public Object clone()
BaseModel
clone
in interface BaseModel<UserGroupGroupRole>
clone
in interface UserGroupGroupRoleModel
clone
in class Object
public int compareTo(UserGroupGroupRole userGroupGroupRole)
compareTo
in interface UserGroupGroupRoleModel
compareTo
in interface Comparable<UserGroupGroupRole>
public long getCompanyId()
getCompanyId
in interface ShardedModel
getCompanyId
in interface UserGroupGroupRoleModel
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<UserGroupGroupRole>
getExpandoBridge
in interface ClassedModel
getExpandoBridge
in interface UserGroupGroupRoleModel
public Group getGroup() throws PortalException
getGroup
in interface UserGroupGroupRole
PortalException
public long getGroupId()
getGroupId
in interface UserGroupGroupRoleModel
public long getMvccVersion()
getMvccVersion
in interface MVCCModel
getMvccVersion
in interface UserGroupGroupRoleModel
public UserGroupGroupRolePK getPrimaryKey()
getPrimaryKey
in interface UserGroupGroupRoleModel
public Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<UserGroupGroupRole>
getPrimaryKeyObj
in interface ClassedModel
getPrimaryKeyObj
in interface UserGroupGroupRoleModel
public Role getRole() throws PortalException
getRole
in interface UserGroupGroupRole
PortalException
public long getRoleId()
getRoleId
in interface UserGroupGroupRoleModel
public UserGroup getUserGroup() throws PortalException
getUserGroup
in interface UserGroupGroupRole
PortalException
public long getUserGroupId()
getUserGroupId
in interface UserGroupGroupRoleModel
public int hashCode()
hashCode
in interface UserGroupGroupRoleModel
hashCode
in class Object
public boolean isCachedModel()
BaseModel
true
if this model instance was retrieved from the
entity cache.isCachedModel
in interface BaseModel<UserGroupGroupRole>
isCachedModel
in interface UserGroupGroupRoleModel
true
if this model instance was retrieved from the
entity cache; false
otherwiseBaseModel.setCachedModel(boolean)
public boolean isEscapedModel()
BaseModel
true
if this model instance is escaped.isEscapedModel
in interface BaseModel<UserGroupGroupRole>
isEscapedModel
in interface UserGroupGroupRoleModel
true
if this model instance is escaped;
false
otherwisepublic boolean isNew()
BaseModel
true
if this model instance does not yet exist in
the database.isNew
in interface BaseModel<UserGroupGroupRole>
isNew
in interface UserGroupGroupRoleModel
true
if this model instance does not yet exist in
the database; false
otherwisepublic void persist()
PersistedModel
persist
in interface PersistedModel
public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel
in interface BaseModel<UserGroupGroupRole>
setCachedModel
in interface UserGroupGroupRoleModel
cachedModel
- whether this model instance was retrieved from the
entity cacheEntityCache
public void setCompanyId(long companyId)
setCompanyId
in interface ShardedModel
setCompanyId
in interface UserGroupGroupRoleModel
companyId
- the company ID of this user group group rolepublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes
in interface BaseModel<UserGroupGroupRole>
setExpandoBridgeAttributes
in interface UserGroupGroupRoleModel
public void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes
in interface BaseModel<UserGroupGroupRole>
setExpandoBridgeAttributes
in interface UserGroupGroupRoleModel
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<UserGroupGroupRole>
setExpandoBridgeAttributes
in interface UserGroupGroupRoleModel
serviceContext
- the service context to be appliedServiceContext.getExpandoBridgeAttributes()
public void setGroupId(long groupId)
setGroupId
in interface UserGroupGroupRoleModel
groupId
- the group ID of this user group group rolepublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
setMvccVersion
in interface UserGroupGroupRoleModel
mvccVersion
- the mvcc version of this user group group rolepublic void setNew(boolean n)
BaseModel
setNew
in interface BaseModel<UserGroupGroupRole>
setNew
in interface UserGroupGroupRoleModel
n
- whether this model instance does not yet exist in the databasepublic void setPrimaryKey(UserGroupGroupRolePK primaryKey)
setPrimaryKey
in interface UserGroupGroupRoleModel
primaryKey
- the primary key of this user group group rolepublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<UserGroupGroupRole>
setPrimaryKeyObj
in interface ClassedModel
setPrimaryKeyObj
in interface UserGroupGroupRoleModel
primaryKeyObj
- the primary key of this model instancepublic void setRoleId(long roleId)
setRoleId
in interface UserGroupGroupRoleModel
roleId
- the role ID of this user group group rolepublic void setUserGroupId(long userGroupId)
setUserGroupId
in interface UserGroupGroupRoleModel
userGroupId
- the user group ID of this user group group rolepublic CacheModel<UserGroupGroupRole> toCacheModel()
BaseModel
toCacheModel
in interface BaseModel<UserGroupGroupRole>
toCacheModel
in interface UserGroupGroupRoleModel
public UserGroupGroupRole toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.toEscapedModel
in interface BaseModel<UserGroupGroupRole>
toEscapedModel
in interface UserGroupGroupRoleModel
AutoEscapeBeanHandler
public String toString()
toString
in interface UserGroupGroupRoleModel
toString
in class Object
public UserGroupGroupRole toUnescapedModel()
toUnescapedModel
in interface BaseModel<UserGroupGroupRole>
toUnescapedModel
in interface UserGroupGroupRoleModel
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<UserGroupGroupRole>
toXmlString
in interface UserGroupGroupRoleModel
public boolean equals(Object obj)
equals
in class Object
public UserGroupGroupRole getWrappedModel()
getWrappedModel
in interface ModelWrapper<UserGroupGroupRole>
public boolean isEntityCacheEnabled()
BaseModel
true
if this model's entity cache is enabled.isEntityCacheEnabled
in interface BaseModel<UserGroupGroupRole>
true
if this model's entity cache is enabled;
false
otherwisepublic boolean isFinderCacheEnabled()
BaseModel
true
if this model's finder cache is enabled.isFinderCacheEnabled
in interface BaseModel<UserGroupGroupRole>
true
if this model's finder cache is enabled;
false
otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues
in interface BaseModel<UserGroupGroupRole>