|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<ResourcePermission>
com.liferay.portal.model.impl.ResourcePermissionModelImpl
@JSON(strict=true) @ProviderType public class ResourcePermissionModelImpl
The base model implementation for the ResourcePermission service. Represents a row in the "ResourcePermission" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface ResourcePermissionModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in ResourcePermissionImpl.
ResourcePermissionImpl,
ResourcePermission,
ResourcePermissionModel,
Serialized Form| Field Summary | |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED
|
static long |
COMPANYID_COLUMN_BITMASK
|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
LOCK_EXPIRATION_TIME
|
static long |
NAME_COLUMN_BITMASK
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static long |
PRIMKEY_COLUMN_BITMASK
|
static long |
PRIMKEYID_COLUMN_BITMASK
|
static long |
RESOURCEPERMISSIONID_COLUMN_BITMASK
|
static long |
ROLEID_COLUMN_BITMASK
|
static long |
SCOPE_COLUMN_BITMASK
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static Map<String,Integer> |
TABLE_COLUMNS_MAP
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
static long |
VIEWACTIONID_COLUMN_BITMASK
|
| Constructor Summary | |
|---|---|
ResourcePermissionModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(ResourcePermission resourcePermission)
|
boolean |
equals(Object obj)
|
long |
getActionIds()
Returns the action IDs of this resource permission. |
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this resource permission. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
long |
getMvccVersion()
Returns the mvcc version of this resource permission. |
String |
getName()
Returns the name of this resource permission. |
long |
getOriginalCompanyId()
|
String |
getOriginalName()
|
String |
getOriginalPrimKey()
|
long |
getOriginalPrimKeyId()
|
long |
getOriginalRoleId()
|
int |
getOriginalScope()
|
boolean |
getOriginalViewActionId()
|
long |
getOwnerId()
Returns the owner ID of this resource permission. |
long |
getPrimaryKey()
Returns the primary key of this resource permission. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
String |
getPrimKey()
Returns the prim key of this resource permission. |
long |
getPrimKeyId()
Returns the prim key ID of this resource permission. |
long |
getResourcePermissionId()
Returns the resource permission ID of this resource permission. |
long |
getRoleId()
Returns the role ID of this resource permission. |
int |
getScope()
Returns the scope of this resource permission. |
boolean |
getViewActionId()
Returns the view action ID of this resource permission. |
int |
hashCode()
|
boolean |
isEntityCacheEnabled()
Returns true if this model's entity cache is enabled. |
boolean |
isFinderCacheEnabled()
Returns true if this model's finder cache is enabled. |
boolean |
isViewActionId()
Returns true if this resource permission is view action ID. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setActionIds(long actionIds)
Sets the action IDs of this resource permission. |
void |
setCompanyId(long companyId)
Sets the company ID of this resource permission. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this resource permission. |
void |
setName(String name)
Sets the name of this resource permission. |
void |
setOwnerId(long ownerId)
Sets the owner ID of this resource permission. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this resource permission. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setPrimKey(String primKey)
Sets the prim key of this resource permission. |
void |
setPrimKeyId(long primKeyId)
Sets the prim key ID of this resource permission. |
void |
setResourcePermissionId(long resourcePermissionId)
Sets the resource permission ID of this resource permission. |
void |
setRoleId(long roleId)
Sets the role ID of this resource permission. |
void |
setScope(int scope)
Sets the scope of this resource permission. |
void |
setViewActionId(boolean viewActionId)
Sets whether this resource permission is view action ID. |
CacheModel<ResourcePermission> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
ResourcePermission |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
static ResourcePermission |
toModel(ResourcePermissionSoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<ResourcePermission> |
toModels(ResourcePermissionSoap[] soapModels)
Converts the soap model instances into normal model instances. |
String |
toString()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, 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.ResourcePermissionModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Field Detail |
|---|
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
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 NAME_COLUMN_BITMASK
public static final long PRIMKEY_COLUMN_BITMASK
public static final long PRIMKEYID_COLUMN_BITMASK
public static final long ROLEID_COLUMN_BITMASK
public static final long SCOPE_COLUMN_BITMASK
public static final long VIEWACTIONID_COLUMN_BITMASK
public static final long RESOURCEPERMISSIONID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public ResourcePermissionModelImpl()
| Method Detail |
|---|
public static ResourcePermission toModel(ResourcePermissionSoap soapModel)
soapModel - the soap model instance to convert
public static List<ResourcePermission> toModels(ResourcePermissionSoap[] soapModels)
soapModels - the soap model instances to convert
public long getPrimaryKey()
ResourcePermissionModel
getPrimaryKey in interface ResourcePermissionModelpublic void setPrimaryKey(long primaryKey)
ResourcePermissionModel
setPrimaryKey in interface ResourcePermissionModelprimaryKey - the primary key of this resource permissionpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<ResourcePermission>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface ResourcePermissionModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<ResourcePermission>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface ResourcePermissionModelprimaryKeyObj - 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<ResourcePermission>getModelAttributes in class BaseModelImpl<ResourcePermission>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<ResourcePermission>setModelAttributes in class BaseModelImpl<ResourcePermission>@JSON public long getMvccVersion()
ResourcePermissionModel
getMvccVersion in interface MVCCModelgetMvccVersion in interface ResourcePermissionModelpublic void setMvccVersion(long mvccVersion)
ResourcePermissionModel
setMvccVersion in interface MVCCModelsetMvccVersion in interface ResourcePermissionModelmvccVersion - the mvcc version of this resource permission@JSON public long getResourcePermissionId()
ResourcePermissionModel
getResourcePermissionId in interface ResourcePermissionModelpublic void setResourcePermissionId(long resourcePermissionId)
ResourcePermissionModel
setResourcePermissionId in interface ResourcePermissionModelresourcePermissionId - the resource permission ID of this resource permission@JSON public long getCompanyId()
ResourcePermissionModel
getCompanyId in interface ResourcePermissionModelgetCompanyId in interface ShardedModelpublic void setCompanyId(long companyId)
ResourcePermissionModel
setCompanyId in interface ResourcePermissionModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this resource permissionpublic long getOriginalCompanyId()
@JSON public String getName()
ResourcePermissionModel
getName in interface ResourcePermissionModelpublic void setName(String name)
ResourcePermissionModel
setName in interface ResourcePermissionModelname - the name of this resource permissionpublic String getOriginalName()
@JSON public int getScope()
ResourcePermissionModel
getScope in interface ResourcePermissionModelpublic void setScope(int scope)
ResourcePermissionModel
setScope in interface ResourcePermissionModelscope - the scope of this resource permissionpublic int getOriginalScope()
@JSON public String getPrimKey()
ResourcePermissionModel
getPrimKey in interface ResourcePermissionModelpublic void setPrimKey(String primKey)
ResourcePermissionModel
setPrimKey in interface ResourcePermissionModelprimKey - the prim key of this resource permissionpublic String getOriginalPrimKey()
@JSON public long getPrimKeyId()
ResourcePermissionModel
getPrimKeyId in interface ResourcePermissionModelpublic void setPrimKeyId(long primKeyId)
ResourcePermissionModel
setPrimKeyId in interface ResourcePermissionModelprimKeyId - the prim key ID of this resource permissionpublic long getOriginalPrimKeyId()
@JSON public long getRoleId()
ResourcePermissionModel
getRoleId in interface ResourcePermissionModelpublic void setRoleId(long roleId)
ResourcePermissionModel
setRoleId in interface ResourcePermissionModelroleId - the role ID of this resource permissionpublic long getOriginalRoleId()
@JSON public long getOwnerId()
ResourcePermissionModel
getOwnerId in interface ResourcePermissionModelpublic void setOwnerId(long ownerId)
ResourcePermissionModel
setOwnerId in interface ResourcePermissionModelownerId - the owner ID of this resource permission@JSON public long getActionIds()
ResourcePermissionModel
getActionIds in interface ResourcePermissionModelpublic void setActionIds(long actionIds)
ResourcePermissionModel
setActionIds in interface ResourcePermissionModelactionIds - the action IDs of this resource permission@JSON public boolean getViewActionId()
ResourcePermissionModel
getViewActionId in interface ResourcePermissionModelpublic boolean isViewActionId()
ResourcePermissionModeltrue if this resource permission is view action ID.
isViewActionId in interface ResourcePermissionModeltrue if this resource permission is view action ID; false otherwisepublic void setViewActionId(boolean viewActionId)
ResourcePermissionModel
setViewActionId in interface ResourcePermissionModelviewActionId - the view action ID of this resource permissionpublic boolean getOriginalViewActionId()
public long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<ResourcePermission>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface ResourcePermissionModelgetExpandoBridge in class BaseModelImpl<ResourcePermission>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<ResourcePermission>setExpandoBridgeAttributes in interface ResourcePermissionModelsetExpandoBridgeAttributes in class BaseModelImpl<ResourcePermission>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public ResourcePermission toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<ResourcePermission>toEscapedModel in interface ResourcePermissionModeltoEscapedModel in class BaseModelImpl<ResourcePermission>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<ResourcePermission>clone in interface ResourcePermissionModelclone in class BaseModelImpl<ResourcePermission>public int compareTo(ResourcePermission resourcePermission)
compareTo in interface ResourcePermissionModelcompareTo in interface Comparable<ResourcePermission>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface ResourcePermissionModelhashCode in class Objectpublic boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<ResourcePermission>true if this model's entity cache is enabled;
false otherwisepublic boolean isFinderCacheEnabled()
BaseModeltrue if this model's finder cache is enabled.
isFinderCacheEnabled in interface BaseModel<ResourcePermission>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<ResourcePermission>resetOriginalValues in class BaseModelImpl<ResourcePermission>public CacheModel<ResourcePermission> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<ResourcePermission>toCacheModel in interface ResourcePermissionModeltoCacheModel in class BaseModelImpl<ResourcePermission>public String toString()
toString in interface ResourcePermissionModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<ResourcePermission>toXmlString in interface ResourcePermissionModel
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||