@Deprecated
public class OrgGroupRoleModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.OrgGroupRole>
implements com.liferay.portal.kernel.model.OrgGroupRoleModel
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,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static String |
DATA_SOURCE
Deprecated.
|
static boolean |
ENTITY_CACHE_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static boolean |
FINDER_CACHE_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static long |
GROUPID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
LOCK_EXPIRATION_TIME
Deprecated.
|
static String |
ORDER_BY_JPQL
Deprecated.
|
static String |
ORDER_BY_SQL
Deprecated.
|
static long |
ORGANIZATIONID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
ROLEID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static String |
SESSION_FACTORY
Deprecated.
|
static Object[][] |
TABLE_COLUMNS
Deprecated.
|
static Map<String,Integer> |
TABLE_COLUMNS_MAP
Deprecated.
|
static String |
TABLE_NAME
Deprecated.
|
static String |
TABLE_SQL_CREATE
Deprecated.
|
static String |
TABLE_SQL_DROP
Deprecated.
|
static String |
TX_MANAGER
Deprecated.
|
| Constructor and Description |
|---|
OrgGroupRoleModelImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Deprecated.
|
com.liferay.portal.kernel.model.OrgGroupRole |
cloneWithOriginalValues()
Deprecated.
|
int |
compareTo(com.liferay.portal.kernel.model.OrgGroupRole orgGroupRole)
Deprecated.
|
boolean |
equals(Object object)
Deprecated.
|
Map<String,Function<com.liferay.portal.kernel.model.OrgGroupRole,Object>> |
getAttributeGetterFunctions()
Deprecated.
|
Map<String,BiConsumer<com.liferay.portal.kernel.model.OrgGroupRole,Object>> |
getAttributeSetterBiConsumers()
Deprecated.
|
long |
getColumnBitmask()
Deprecated.
|
static long |
getColumnBitmask(String columnName)
Deprecated.
|
<T> T |
getColumnOriginalValue(String columnName)
Deprecated.
|
<T> T |
getColumnValue(String columnName)
Deprecated.
|
long |
getCompanyId()
Deprecated.
|
long |
getGroupId()
Deprecated.
|
Map<String,Object> |
getModelAttributes()
Deprecated.
|
Class<?> |
getModelClass()
Deprecated.
|
String |
getModelClassName()
Deprecated.
|
long |
getMvccVersion()
Deprecated.
|
long |
getOrganizationId()
Deprecated.
|
long |
getOriginalGroupId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getOriginalRoleId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
com.liferay.portal.kernel.service.persistence.OrgGroupRolePK |
getPrimaryKey()
Deprecated.
|
Serializable |
getPrimaryKeyObj()
Deprecated.
|
long |
getRoleId()
Deprecated.
|
int |
hashCode()
Deprecated.
|
boolean |
isEntityCacheEnabled()
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
boolean |
isFinderCacheEnabled()
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
void |
resetOriginalValues()
Deprecated.
|
void |
setCompanyId(long companyId)
Deprecated.
|
void |
setGroupId(long groupId)
Deprecated.
|
void |
setModelAttributes(Map<String,Object> attributes)
Deprecated.
|
void |
setMvccVersion(long mvccVersion)
Deprecated.
|
void |
setOrganizationId(long organizationId)
Deprecated.
|
void |
setPrimaryKey(com.liferay.portal.kernel.service.persistence.OrgGroupRolePK primaryKey)
Deprecated.
|
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Deprecated.
|
void |
setRoleId(long roleId)
Deprecated.
|
com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.OrgGroupRole> |
toCacheModel()
Deprecated.
|
com.liferay.portal.kernel.model.OrgGroupRole |
toEscapedModel()
Deprecated.
|
String |
toString()
Deprecated.
|
String |
toXmlString()
Deprecated.
|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final Map<String,Integer> TABLE_COLUMNS_MAP
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
@Deprecated public static final boolean ENTITY_CACHE_ENABLED
@Deprecated public static final boolean FINDER_CACHE_ENABLED
@Deprecated public static final boolean COLUMN_BITMASK_ENABLED
@Deprecated public static final long GROUPID_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long ROLEID_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long ORGANIZATIONID_COLUMN_BITMASK
getColumnBitmask(String)public static final long LOCK_EXPIRATION_TIME
public com.liferay.portal.kernel.service.persistence.OrgGroupRolePK getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.OrgGroupRoleModelpublic void setPrimaryKey(com.liferay.portal.kernel.service.persistence.OrgGroupRolePK primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.OrgGroupRoleModelpublic Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.OrgGroupRole>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.OrgGroupRole>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.OrgGroupRole>getModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.OrgGroupRole>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.OrgGroupRole>setModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.OrgGroupRole>public Map<String,Function<com.liferay.portal.kernel.model.OrgGroupRole,Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.OrgGroupRole>public Map<String,BiConsumer<com.liferay.portal.kernel.model.OrgGroupRole,Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.OrgGroupRole>public long getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelgetMvccVersion in interface com.liferay.portal.kernel.model.OrgGroupRoleModelpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelsetMvccVersion in interface com.liferay.portal.kernel.model.OrgGroupRoleModelpublic long getOrganizationId()
getOrganizationId in interface com.liferay.portal.kernel.model.OrgGroupRoleModelpublic void setOrganizationId(long organizationId)
setOrganizationId in interface com.liferay.portal.kernel.model.OrgGroupRoleModelpublic long getGroupId()
getGroupId in interface com.liferay.portal.kernel.model.OrgGroupRoleModelpublic void setGroupId(long groupId)
setGroupId in interface com.liferay.portal.kernel.model.OrgGroupRoleModel@Deprecated public long getOriginalGroupId()
getColumnOriginalValue(String)public long getRoleId()
getRoleId in interface com.liferay.portal.kernel.model.OrgGroupRoleModelpublic void setRoleId(long roleId)
setRoleId in interface com.liferay.portal.kernel.model.OrgGroupRoleModel@Deprecated public long getOriginalRoleId()
getColumnOriginalValue(String)public long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.OrgGroupRoleModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.OrgGroupRoleModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic long getColumnBitmask()
public com.liferay.portal.kernel.model.OrgGroupRole toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.OrgGroupRole>toEscapedModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.OrgGroupRole>public Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.OrgGroupRole>clone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.OrgGroupRole>public com.liferay.portal.kernel.model.OrgGroupRole cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.OrgGroupRole>cloneWithOriginalValues in interface com.liferay.portal.kernel.model.OrgGroupRoleModelpublic int compareTo(com.liferay.portal.kernel.model.OrgGroupRole orgGroupRole)
compareTo in interface Comparable<com.liferay.portal.kernel.model.OrgGroupRole>public boolean equals(Object object)
equals in class Objectpublic int hashCode()
hashCode in class Object@Deprecated public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.OrgGroupRole>@Deprecated public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.OrgGroupRole>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.OrgGroupRole>resetOriginalValues in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.OrgGroupRole>public com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.OrgGroupRole> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.OrgGroupRole>toCacheModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.OrgGroupRole>public String toString()
toString in class Objectpublic String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.OrgGroupRole>public <T> T getColumnValue(String columnName)
public <T> T getColumnOriginalValue(String columnName)
public static long getColumnBitmask(String columnName)