|
Liferay 6.2.0-ce-m5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<OrgGroupRole>
com.liferay.portal.model.impl.OrgGroupRoleModelImpl
public class OrgGroupRoleModelImpl
The base model implementation for the OrgGroupRole service. Represents a row in the "OrgGroupRole" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface OrgGroupRoleModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in OrgGroupRoleImpl.
OrgGroupRoleImpl,
OrgGroupRole,
OrgGroupRoleModel,
Serialized Form| Field Summary | |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED
|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
GROUPID_COLUMN_BITMASK
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static long |
ORGANIZATIONID_COLUMN_BITMASK
|
static long |
ROLEID_COLUMN_BITMASK
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
| Constructor Summary | |
|---|---|
OrgGroupRoleModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(OrgGroupRole orgGroupRole)
|
boolean |
equals(Object obj)
|
long |
getColumnBitmask()
|
long |
getGroupId()
Returns the group ID of this org group role. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
long |
getOrganizationId()
Returns the organization ID of this org group role. |
long |
getOriginalGroupId()
|
long |
getOriginalRoleId()
|
OrgGroupRolePK |
getPrimaryKey()
Returns the primary key of this org group role. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getRoleId()
Returns the role ID of this org group role. |
int |
hashCode()
|
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setGroupId(long groupId)
Sets the group ID of this org group role. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setOrganizationId(long organizationId)
Sets the organization ID of this org group role. |
void |
setPrimaryKey(OrgGroupRolePK primaryKey)
Sets the primary key of this org group role. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setRoleId(long roleId)
Sets the role ID of this org group role. |
CacheModel<OrgGroupRole> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
OrgGroupRole |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
getExpandoBridge, getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.model.OrgGroupRoleModel |
|---|
getExpandoBridge, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static long GROUPID_COLUMN_BITMASK
public static long ROLEID_COLUMN_BITMASK
public static long ORGANIZATIONID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public OrgGroupRoleModelImpl()
| Method Detail |
|---|
public OrgGroupRolePK getPrimaryKey()
OrgGroupRoleModel
getPrimaryKey in interface OrgGroupRoleModelpublic void setPrimaryKey(OrgGroupRolePK primaryKey)
OrgGroupRoleModel
setPrimaryKey in interface OrgGroupRoleModelprimaryKey - the primary key of this org group rolepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<OrgGroupRole>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface OrgGroupRoleModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<OrgGroupRole>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface OrgGroupRoleModelprimaryKeyObj - the primary key of this model instancepublic Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<OrgGroupRole>getModelAttributes in class BaseModelImpl<OrgGroupRole>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<OrgGroupRole>setModelAttributes in class BaseModelImpl<OrgGroupRole>public long getOrganizationId()
OrgGroupRoleModel
getOrganizationId in interface OrgGroupRoleModelpublic void setOrganizationId(long organizationId)
OrgGroupRoleModel
setOrganizationId in interface OrgGroupRoleModelorganizationId - the organization ID of this org group rolepublic long getGroupId()
OrgGroupRoleModel
getGroupId in interface OrgGroupRoleModelpublic void setGroupId(long groupId)
OrgGroupRoleModel
setGroupId in interface OrgGroupRoleModelgroupId - the group ID of this org group rolepublic long getOriginalGroupId()
public long getRoleId()
OrgGroupRoleModel
getRoleId in interface OrgGroupRoleModelpublic void setRoleId(long roleId)
OrgGroupRoleModel
setRoleId in interface OrgGroupRoleModelroleId - the role ID of this org group rolepublic long getOriginalRoleId()
public long getColumnBitmask()
public OrgGroupRole toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<OrgGroupRole>toEscapedModel in interface OrgGroupRoleModeltoEscapedModel in class BaseModelImpl<OrgGroupRole>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<OrgGroupRole>clone in interface OrgGroupRoleModelclone in class BaseModelImpl<OrgGroupRole>public int compareTo(OrgGroupRole orgGroupRole)
compareTo in interface OrgGroupRoleModelcompareTo in interface Comparable<OrgGroupRole>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface OrgGroupRoleModelhashCode in class Objectpublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<OrgGroupRole>resetOriginalValues in class BaseModelImpl<OrgGroupRole>public CacheModel<OrgGroupRole> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<OrgGroupRole>toCacheModel in interface OrgGroupRoleModeltoCacheModel in class BaseModelImpl<OrgGroupRole>public String toString()
toString in interface OrgGroupRoleModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<OrgGroupRole>toXmlString in interface OrgGroupRoleModel
|
Liferay 6.2.0-ce-m5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||