|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 FormField 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 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()
|
OrgGroupRole |
toUnescapedModel()
|
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, setNew |
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, setNew |
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 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 final long LOCK_EXPIRATION_TIME
Constructor Detail |
---|
public OrgGroupRoleModelImpl()
Method Detail |
---|
public OrgGroupRolePK getPrimaryKey()
OrgGroupRoleModel
getPrimaryKey
in interface OrgGroupRoleModel
public void setPrimaryKey(OrgGroupRolePK primaryKey)
OrgGroupRoleModel
setPrimaryKey
in interface OrgGroupRoleModel
primaryKey
- the primary key of this org group rolepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<OrgGroupRole>
getPrimaryKeyObj
in interface ClassedModel
getPrimaryKeyObj
in interface OrgGroupRoleModel
public void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<OrgGroupRole>
setPrimaryKeyObj
in interface ClassedModel
setPrimaryKeyObj
in interface OrgGroupRoleModel
primaryKeyObj
- the primary key of this model instancepublic Class<?> getModelClass()
getModelClass
in interface ClassedModel
public String getModelClassName()
getModelClassName
in interface ClassedModel
public 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 OrgGroupRoleModel
public void setOrganizationId(long organizationId)
OrgGroupRoleModel
setOrganizationId
in interface OrgGroupRoleModel
organizationId
- the organization ID of this org group rolepublic long getGroupId()
OrgGroupRoleModel
getGroupId
in interface OrgGroupRoleModel
public void setGroupId(long groupId)
OrgGroupRoleModel
setGroupId
in interface OrgGroupRoleModel
groupId
- the group ID of this org group rolepublic long getOriginalGroupId()
public long getRoleId()
OrgGroupRoleModel
getRoleId
in interface OrgGroupRoleModel
public void setRoleId(long roleId)
OrgGroupRoleModel
setRoleId
in interface OrgGroupRoleModel
roleId
- the role ID of this org group rolepublic long getOriginalRoleId()
public long getColumnBitmask()
public OrgGroupRole toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface BaseModel<OrgGroupRole>
toEscapedModel
in interface OrgGroupRoleModel
toEscapedModel
in class BaseModelImpl<OrgGroupRole>
AutoEscapeBeanHandler
public OrgGroupRole toUnescapedModel()
toUnescapedModel
in interface BaseModel<OrgGroupRole>
toUnescapedModel
in interface OrgGroupRoleModel
toUnescapedModel
in class BaseModelImpl<OrgGroupRole>
public Object clone()
BaseModel
clone
in interface BaseModel<OrgGroupRole>
clone
in interface OrgGroupRoleModel
clone
in class BaseModelImpl<OrgGroupRole>
public int compareTo(OrgGroupRole orgGroupRole)
compareTo
in interface OrgGroupRoleModel
compareTo
in interface Comparable<OrgGroupRole>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface OrgGroupRoleModel
hashCode
in class Object
public 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 OrgGroupRoleModel
toCacheModel
in class BaseModelImpl<OrgGroupRole>
public String toString()
toString
in interface OrgGroupRoleModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<OrgGroupRole>
toXmlString
in interface OrgGroupRoleModel
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |