@ProviderType
public class ResourceTypePermissionModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.ResourceTypePermission>
implements com.liferay.portal.kernel.model.ResourceTypePermissionModel
This implementation and its corresponding interface ResourceTypePermissionModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in ResourceTypePermissionImpl.
ResourceTypePermissionImpl,
ResourceTypePermission,
ResourceTypePermissionModel,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED |
static long |
COMPANYID_COLUMN_BITMASK |
static java.lang.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 |
NAME_COLUMN_BITMASK |
static java.lang.String |
ORDER_BY_JPQL |
static java.lang.String |
ORDER_BY_SQL |
static long |
RESOURCETYPEPERMISSIONID_COLUMN_BITMASK |
static long |
ROLEID_COLUMN_BITMASK |
static java.lang.String |
SESSION_FACTORY |
static java.lang.Object[][] |
TABLE_COLUMNS |
static java.util.Map<java.lang.String,java.lang.Integer> |
TABLE_COLUMNS_MAP |
static java.lang.String |
TABLE_NAME |
static java.lang.String |
TABLE_SQL_CREATE |
static java.lang.String |
TABLE_SQL_DROP |
static java.lang.String |
TX_MANAGER |
| Constructor and Description |
|---|
ResourceTypePermissionModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(com.liferay.portal.kernel.model.ResourceTypePermission resourceTypePermission) |
boolean |
equals(java.lang.Object obj) |
long |
getActionIds() |
long |
getColumnBitmask() |
long |
getCompanyId() |
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getGroupId() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
long |
getMvccVersion() |
java.lang.String |
getName() |
long |
getOriginalCompanyId() |
long |
getOriginalGroupId() |
java.lang.String |
getOriginalName() |
long |
getOriginalRoleId() |
long |
getPrimaryKey() |
java.io.Serializable |
getPrimaryKeyObj() |
long |
getResourceTypePermissionId() |
long |
getRoleId() |
int |
hashCode() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
void |
resetOriginalValues() |
void |
setActionIds(long actionIds) |
void |
setCompanyId(long companyId) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setGroupId(long groupId) |
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setMvccVersion(long mvccVersion) |
void |
setName(java.lang.String name) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setResourceTypePermissionId(long resourceTypePermissionId) |
void |
setRoleId(long roleId) |
com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.ResourceTypePermission> |
toCacheModel() |
com.liferay.portal.kernel.model.ResourceTypePermission |
toEscapedModel() |
java.lang.String |
toString() |
java.lang.String |
toXmlString() |
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelpublic static final java.lang.String TABLE_NAME
public static final java.lang.Object[][] TABLE_COLUMNS
public static final java.util.Map<java.lang.String,java.lang.Integer> TABLE_COLUMNS_MAP
public static final java.lang.String TABLE_SQL_CREATE
public static final java.lang.String TABLE_SQL_DROP
public static final java.lang.String ORDER_BY_JPQL
public static final java.lang.String ORDER_BY_SQL
public static final java.lang.String DATA_SOURCE
public static final java.lang.String SESSION_FACTORY
public static final java.lang.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 final long COMPANYID_COLUMN_BITMASK
public static final long GROUPID_COLUMN_BITMASK
public static final long NAME_COLUMN_BITMASK
public static final long ROLEID_COLUMN_BITMASK
public static final long RESOURCETYPEPERMISSIONID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public long getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.ResourceTypePermissionModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.ResourceTypePermissionModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.ResourceTypePermission>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelgetPrimaryKeyObj in interface com.liferay.portal.kernel.model.ResourceTypePermissionModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.ResourceTypePermission>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelsetPrimaryKeyObj in interface com.liferay.portal.kernel.model.ResourceTypePermissionModelpublic java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.ResourceTypePermission>getModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.ResourceTypePermission>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.ResourceTypePermission>setModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.ResourceTypePermission>public long getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelgetMvccVersion in interface com.liferay.portal.kernel.model.ResourceTypePermissionModelpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelsetMvccVersion in interface com.liferay.portal.kernel.model.ResourceTypePermissionModelpublic long getResourceTypePermissionId()
getResourceTypePermissionId in interface com.liferay.portal.kernel.model.ResourceTypePermissionModelpublic void setResourceTypePermissionId(long resourceTypePermissionId)
setResourceTypePermissionId in interface com.liferay.portal.kernel.model.ResourceTypePermissionModelpublic long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ResourceTypePermissionModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ResourceTypePermissionModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic long getOriginalCompanyId()
public long getGroupId()
getGroupId in interface com.liferay.portal.kernel.model.ResourceTypePermissionModelpublic void setGroupId(long groupId)
setGroupId in interface com.liferay.portal.kernel.model.ResourceTypePermissionModelpublic long getOriginalGroupId()
public java.lang.String getName()
getName in interface com.liferay.portal.kernel.model.ResourceTypePermissionModelpublic void setName(java.lang.String name)
setName in interface com.liferay.portal.kernel.model.ResourceTypePermissionModelpublic java.lang.String getOriginalName()
public long getRoleId()
getRoleId in interface com.liferay.portal.kernel.model.ResourceTypePermissionModelpublic void setRoleId(long roleId)
setRoleId in interface com.liferay.portal.kernel.model.ResourceTypePermissionModelpublic long getOriginalRoleId()
public long getActionIds()
getActionIds in interface com.liferay.portal.kernel.model.ResourceTypePermissionModelpublic void setActionIds(long actionIds)
setActionIds in interface com.liferay.portal.kernel.model.ResourceTypePermissionModelpublic long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.ResourceTypePermission>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in interface com.liferay.portal.kernel.model.ResourceTypePermissionModelgetExpandoBridge in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.ResourceTypePermission>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.ResourceTypePermission>setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.ResourceTypePermissionModelsetExpandoBridgeAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.ResourceTypePermission>public com.liferay.portal.kernel.model.ResourceTypePermission toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.ResourceTypePermission>toEscapedModel in interface com.liferay.portal.kernel.model.ResourceTypePermissionModeltoEscapedModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.ResourceTypePermission>public java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.ResourceTypePermission>clone in interface com.liferay.portal.kernel.model.ResourceTypePermissionModelclone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.ResourceTypePermission>public int compareTo(com.liferay.portal.kernel.model.ResourceTypePermission resourceTypePermission)
compareTo in interface com.liferay.portal.kernel.model.ResourceTypePermissionModelcompareTo in interface java.lang.Comparable<com.liferay.portal.kernel.model.ResourceTypePermission>public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in interface com.liferay.portal.kernel.model.ResourceTypePermissionModelhashCode in class java.lang.Objectpublic boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.ResourceTypePermission>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.ResourceTypePermission>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.ResourceTypePermission>resetOriginalValues in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.ResourceTypePermission>public com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.ResourceTypePermission> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.ResourceTypePermission>toCacheModel in interface com.liferay.portal.kernel.model.ResourceTypePermissionModeltoCacheModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.ResourceTypePermission>public java.lang.String toString()
toString in interface com.liferay.portal.kernel.model.ResourceTypePermissionModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.ResourceTypePermission>toXmlString in interface com.liferay.portal.kernel.model.ResourceTypePermissionModel