|
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<ResourcePermission> com.liferay.portal.model.impl.ResourcePermissionModelImpl
@JSON(strict=true) 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 FormField Summary | |
---|---|
static long |
ACTIONIDS_COLUMN_BITMASK
|
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 long |
OWNERID_COLUMN_BITMASK
|
static long |
PRIMKEY_COLUMN_BITMASK
|
static long |
ROLEID_COLUMN_BITMASK
|
static long |
SCOPE_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 | |
---|---|
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()
|
String |
getName()
Returns the name of this resource permission. |
long |
getOriginalActionIds()
|
long |
getOriginalCompanyId()
|
String |
getOriginalName()
|
long |
getOriginalOwnerId()
|
String |
getOriginalPrimKey()
|
long |
getOriginalRoleId()
|
int |
getOriginalScope()
|
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 |
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. |
int |
hashCode()
|
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 |
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 |
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. |
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()
|
ResourcePermission |
toUnescapedModel()
|
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, setNew |
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, 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 ACTIONIDS_COLUMN_BITMASK
public static long COMPANYID_COLUMN_BITMASK
public static long NAME_COLUMN_BITMASK
public static long OWNERID_COLUMN_BITMASK
public static long PRIMKEY_COLUMN_BITMASK
public static long ROLEID_COLUMN_BITMASK
public static long SCOPE_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 ResourcePermissionModel
public void setPrimaryKey(long primaryKey)
ResourcePermissionModel
setPrimaryKey
in interface ResourcePermissionModel
primaryKey
- the primary key of this resource permissionpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<ResourcePermission>
getPrimaryKeyObj
in interface ClassedModel
getPrimaryKeyObj
in interface ResourcePermissionModel
public void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<ResourcePermission>
setPrimaryKeyObj
in interface ClassedModel
setPrimaryKeyObj
in interface ResourcePermissionModel
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<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 getResourcePermissionId()
ResourcePermissionModel
getResourcePermissionId
in interface ResourcePermissionModel
public void setResourcePermissionId(long resourcePermissionId)
ResourcePermissionModel
setResourcePermissionId
in interface ResourcePermissionModel
resourcePermissionId
- the resource permission ID of this resource permission@JSON public long getCompanyId()
ResourcePermissionModel
getCompanyId
in interface ResourcePermissionModel
public void setCompanyId(long companyId)
ResourcePermissionModel
setCompanyId
in interface ResourcePermissionModel
companyId
- the company ID of this resource permissionpublic long getOriginalCompanyId()
@JSON public String getName()
ResourcePermissionModel
getName
in interface ResourcePermissionModel
public void setName(String name)
ResourcePermissionModel
setName
in interface ResourcePermissionModel
name
- the name of this resource permissionpublic String getOriginalName()
@JSON public int getScope()
ResourcePermissionModel
getScope
in interface ResourcePermissionModel
public void setScope(int scope)
ResourcePermissionModel
setScope
in interface ResourcePermissionModel
scope
- the scope of this resource permissionpublic int getOriginalScope()
@JSON public String getPrimKey()
ResourcePermissionModel
getPrimKey
in interface ResourcePermissionModel
public void setPrimKey(String primKey)
ResourcePermissionModel
setPrimKey
in interface ResourcePermissionModel
primKey
- the prim key of this resource permissionpublic String getOriginalPrimKey()
@JSON public long getRoleId()
ResourcePermissionModel
getRoleId
in interface ResourcePermissionModel
public void setRoleId(long roleId)
ResourcePermissionModel
setRoleId
in interface ResourcePermissionModel
roleId
- the role ID of this resource permissionpublic long getOriginalRoleId()
@JSON public long getOwnerId()
ResourcePermissionModel
getOwnerId
in interface ResourcePermissionModel
public void setOwnerId(long ownerId)
ResourcePermissionModel
setOwnerId
in interface ResourcePermissionModel
ownerId
- the owner ID of this resource permissionpublic long getOriginalOwnerId()
@JSON public long getActionIds()
ResourcePermissionModel
getActionIds
in interface ResourcePermissionModel
public void setActionIds(long actionIds)
ResourcePermissionModel
setActionIds
in interface ResourcePermissionModel
actionIds
- the action IDs of this resource permissionpublic long getOriginalActionIds()
public long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<ResourcePermission>
getExpandoBridge
in interface ClassedModel
getExpandoBridge
in interface ResourcePermissionModel
getExpandoBridge
in class BaseModelImpl<ResourcePermission>
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<ResourcePermission>
setExpandoBridgeAttributes
in interface ResourcePermissionModel
setExpandoBridgeAttributes
in class BaseModelImpl<ResourcePermission>
serviceContext
- the service contextServiceContext.getExpandoBridgeAttributes(
)
public ResourcePermission toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface BaseModel<ResourcePermission>
toEscapedModel
in interface ResourcePermissionModel
toEscapedModel
in class BaseModelImpl<ResourcePermission>
AutoEscapeBeanHandler
public ResourcePermission toUnescapedModel()
toUnescapedModel
in interface BaseModel<ResourcePermission>
toUnescapedModel
in interface ResourcePermissionModel
toUnescapedModel
in class BaseModelImpl<ResourcePermission>
public Object clone()
BaseModel
clone
in interface BaseModel<ResourcePermission>
clone
in interface ResourcePermissionModel
clone
in class BaseModelImpl<ResourcePermission>
public int compareTo(ResourcePermission resourcePermission)
compareTo
in interface ResourcePermissionModel
compareTo
in interface Comparable<ResourcePermission>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface ResourcePermissionModel
hashCode
in class Object
public 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 ResourcePermissionModel
toCacheModel
in class BaseModelImpl<ResourcePermission>
public String toString()
toString
in interface ResourcePermissionModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<ResourcePermission>
toXmlString
in interface ResourcePermissionModel
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |