Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class ResourcePermissionModelImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<ResourcePermission>
      extended by com.liferay.portal.model.impl.ResourcePermissionModelImpl
All Implemented Interfaces:
BaseModel<ResourcePermission>, ClassedModel, ResourcePermissionModel, Serializable, Cloneable, Comparable<ResourcePermission>
Direct Known Subclasses:
ResourcePermissionBaseImpl

@JSON(strict=true)
public class ResourcePermissionModelImpl
extends BaseModelImpl<ResourcePermission>
implements ResourcePermissionModel

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.

See Also:
ResourcePermissionImpl, ResourcePermission, ResourcePermissionModel, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field 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

TABLE_NAME

public static final String TABLE_NAME
See Also:
Constant Field Values

TABLE_COLUMNS

public static final Object[][] TABLE_COLUMNS

TABLE_SQL_CREATE

public static final String TABLE_SQL_CREATE
See Also:
Constant Field Values

TABLE_SQL_DROP

public static final String TABLE_SQL_DROP
See Also:
Constant Field Values

DATA_SOURCE

public static final String DATA_SOURCE
See Also:
Constant Field Values

SESSION_FACTORY

public static final String SESSION_FACTORY
See Also:
Constant Field Values

TX_MANAGER

public static final String TX_MANAGER
See Also:
Constant Field Values

ENTITY_CACHE_ENABLED

public static final boolean ENTITY_CACHE_ENABLED

FINDER_CACHE_ENABLED

public static final boolean FINDER_CACHE_ENABLED

COLUMN_BITMASK_ENABLED

public static final boolean COLUMN_BITMASK_ENABLED

ACTIONIDS_COLUMN_BITMASK

public static long ACTIONIDS_COLUMN_BITMASK

COMPANYID_COLUMN_BITMASK

public static long COMPANYID_COLUMN_BITMASK

NAME_COLUMN_BITMASK

public static long NAME_COLUMN_BITMASK

OWNERID_COLUMN_BITMASK

public static long OWNERID_COLUMN_BITMASK

PRIMKEY_COLUMN_BITMASK

public static long PRIMKEY_COLUMN_BITMASK

ROLEID_COLUMN_BITMASK

public static long ROLEID_COLUMN_BITMASK

SCOPE_COLUMN_BITMASK

public static long SCOPE_COLUMN_BITMASK

LOCK_EXPIRATION_TIME

public static final long LOCK_EXPIRATION_TIME
Constructor Detail

ResourcePermissionModelImpl

public ResourcePermissionModelImpl()
Method Detail

toModel

public static ResourcePermission toModel(ResourcePermissionSoap soapModel)
Converts the soap model instance into a normal model instance.

Parameters:
soapModel - the soap model instance to convert
Returns:
the normal model instance

toModels

public static List<ResourcePermission> toModels(ResourcePermissionSoap[] soapModels)
Converts the soap model instances into normal model instances.

Parameters:
soapModels - the soap model instances to convert
Returns:
the normal model instances

getPrimaryKey

public long getPrimaryKey()
Description copied from interface: ResourcePermissionModel
Returns the primary key of this resource permission.

Specified by:
getPrimaryKey in interface ResourcePermissionModel
Returns:
the primary key of this resource permission

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Description copied from interface: ResourcePermissionModel
Sets the primary key of this resource permission.

Specified by:
setPrimaryKey in interface ResourcePermissionModel
Parameters:
primaryKey - the primary key of this resource permission

getPrimaryKeyObj

public Serializable getPrimaryKeyObj()
Description copied from interface: BaseModel
Returns the primary key of this model instance.

Specified by:
getPrimaryKeyObj in interface BaseModel<ResourcePermission>
Specified by:
getPrimaryKeyObj in interface ClassedModel
Specified by:
getPrimaryKeyObj in interface ResourcePermissionModel
Returns:
the primary key of this model instance

setPrimaryKeyObj

public void setPrimaryKeyObj(Serializable primaryKeyObj)
Description copied from interface: BaseModel
Sets the primary key of this model instance.

Specified by:
setPrimaryKeyObj in interface BaseModel<ResourcePermission>
Specified by:
setPrimaryKeyObj in interface ClassedModel
Specified by:
setPrimaryKeyObj in interface ResourcePermissionModel
Parameters:
primaryKeyObj - the primary key of this model instance

getModelClass

public Class<?> getModelClass()
Specified by:
getModelClass in interface ClassedModel

getModelClassName

public String getModelClassName()
Specified by:
getModelClassName in interface ClassedModel

getModelAttributes

public Map<String,Object> getModelAttributes()
Specified by:
getModelAttributes in interface BaseModel<ResourcePermission>
Overrides:
getModelAttributes in class BaseModelImpl<ResourcePermission>

setModelAttributes

public void setModelAttributes(Map<String,Object> attributes)
Specified by:
setModelAttributes in interface BaseModel<ResourcePermission>
Overrides:
setModelAttributes in class BaseModelImpl<ResourcePermission>

getResourcePermissionId

@JSON
public long getResourcePermissionId()
Description copied from interface: ResourcePermissionModel
Returns the resource permission ID of this resource permission.

Specified by:
getResourcePermissionId in interface ResourcePermissionModel
Returns:
the resource permission ID of this resource permission

setResourcePermissionId

public void setResourcePermissionId(long resourcePermissionId)
Description copied from interface: ResourcePermissionModel
Sets the resource permission ID of this resource permission.

Specified by:
setResourcePermissionId in interface ResourcePermissionModel
Parameters:
resourcePermissionId - the resource permission ID of this resource permission

getCompanyId

@JSON
public long getCompanyId()
Description copied from interface: ResourcePermissionModel
Returns the company ID of this resource permission.

Specified by:
getCompanyId in interface ResourcePermissionModel
Returns:
the company ID of this resource permission

setCompanyId

public void setCompanyId(long companyId)
Description copied from interface: ResourcePermissionModel
Sets the company ID of this resource permission.

Specified by:
setCompanyId in interface ResourcePermissionModel
Parameters:
companyId - the company ID of this resource permission

getOriginalCompanyId

public long getOriginalCompanyId()

getName

@JSON
public String getName()
Description copied from interface: ResourcePermissionModel
Returns the name of this resource permission.

Specified by:
getName in interface ResourcePermissionModel
Returns:
the name of this resource permission

setName

public void setName(String name)
Description copied from interface: ResourcePermissionModel
Sets the name of this resource permission.

Specified by:
setName in interface ResourcePermissionModel
Parameters:
name - the name of this resource permission

getOriginalName

public String getOriginalName()

getScope

@JSON
public int getScope()
Description copied from interface: ResourcePermissionModel
Returns the scope of this resource permission.

Specified by:
getScope in interface ResourcePermissionModel
Returns:
the scope of this resource permission

setScope

public void setScope(int scope)
Description copied from interface: ResourcePermissionModel
Sets the scope of this resource permission.

Specified by:
setScope in interface ResourcePermissionModel
Parameters:
scope - the scope of this resource permission

getOriginalScope

public int getOriginalScope()

getPrimKey

@JSON
public String getPrimKey()
Description copied from interface: ResourcePermissionModel
Returns the prim key of this resource permission.

Specified by:
getPrimKey in interface ResourcePermissionModel
Returns:
the prim key of this resource permission

setPrimKey

public void setPrimKey(String primKey)
Description copied from interface: ResourcePermissionModel
Sets the prim key of this resource permission.

Specified by:
setPrimKey in interface ResourcePermissionModel
Parameters:
primKey - the prim key of this resource permission

getOriginalPrimKey

public String getOriginalPrimKey()

getRoleId

@JSON
public long getRoleId()
Description copied from interface: ResourcePermissionModel
Returns the role ID of this resource permission.

Specified by:
getRoleId in interface ResourcePermissionModel
Returns:
the role ID of this resource permission

setRoleId

public void setRoleId(long roleId)
Description copied from interface: ResourcePermissionModel
Sets the role ID of this resource permission.

Specified by:
setRoleId in interface ResourcePermissionModel
Parameters:
roleId - the role ID of this resource permission

getOriginalRoleId

public long getOriginalRoleId()

getOwnerId

@JSON
public long getOwnerId()
Description copied from interface: ResourcePermissionModel
Returns the owner ID of this resource permission.

Specified by:
getOwnerId in interface ResourcePermissionModel
Returns:
the owner ID of this resource permission

setOwnerId

public void setOwnerId(long ownerId)
Description copied from interface: ResourcePermissionModel
Sets the owner ID of this resource permission.

Specified by:
setOwnerId in interface ResourcePermissionModel
Parameters:
ownerId - the owner ID of this resource permission

getOriginalOwnerId

public long getOriginalOwnerId()

getActionIds

@JSON
public long getActionIds()
Description copied from interface: ResourcePermissionModel
Returns the action IDs of this resource permission.

Specified by:
getActionIds in interface ResourcePermissionModel
Returns:
the action IDs of this resource permission

setActionIds

public void setActionIds(long actionIds)
Description copied from interface: ResourcePermissionModel
Sets the action IDs of this resource permission.

Specified by:
setActionIds in interface ResourcePermissionModel
Parameters:
actionIds - the action IDs of this resource permission

getOriginalActionIds

public long getOriginalActionIds()

getColumnBitmask

public long getColumnBitmask()

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Description copied from interface: BaseModel
Returns the expando bridge for this model instance.

Specified by:
getExpandoBridge in interface BaseModel<ResourcePermission>
Specified by:
getExpandoBridge in interface ClassedModel
Specified by:
getExpandoBridge in interface ResourcePermissionModel
Overrides:
getExpandoBridge in class BaseModelImpl<ResourcePermission>
Returns:
the expando bridge for this model instance

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Description copied from interface: BaseModel
Sets the expando bridge attributes for this model instance to the attributes stored in the service context.

Specified by:
setExpandoBridgeAttributes in interface BaseModel<ResourcePermission>
Specified by:
setExpandoBridgeAttributes in interface ResourcePermissionModel
Overrides:
setExpandoBridgeAttributes in class BaseModelImpl<ResourcePermission>
Parameters:
serviceContext - the service context
See Also:
ServiceContext.getExpandoBridgeAttributes( )

toEscapedModel

public ResourcePermission toEscapedModel()
Description copied from interface: BaseModel
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.

Specified by:
toEscapedModel in interface BaseModel<ResourcePermission>
Specified by:
toEscapedModel in interface ResourcePermissionModel
Overrides:
toEscapedModel in class BaseModelImpl<ResourcePermission>
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

toUnescapedModel

public ResourcePermission toUnescapedModel()
Specified by:
toUnescapedModel in interface BaseModel<ResourcePermission>
Specified by:
toUnescapedModel in interface ResourcePermissionModel
Overrides:
toUnescapedModel in class BaseModelImpl<ResourcePermission>

clone

public Object clone()
Description copied from interface: BaseModel
Creates a shallow clone of this model instance.

Specified by:
clone in interface BaseModel<ResourcePermission>
Specified by:
clone in interface ResourcePermissionModel
Specified by:
clone in class BaseModelImpl<ResourcePermission>
Returns:
the shallow clone of this model instance

compareTo

public int compareTo(ResourcePermission resourcePermission)
Specified by:
compareTo in interface ResourcePermissionModel
Specified by:
compareTo in interface Comparable<ResourcePermission>

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Specified by:
hashCode in interface ResourcePermissionModel
Overrides:
hashCode in class Object

resetOriginalValues

public void resetOriginalValues()
Description copied from interface: BaseModel
Reset all original fields to current values.

Specified by:
resetOriginalValues in interface BaseModel<ResourcePermission>
Overrides:
resetOriginalValues in class BaseModelImpl<ResourcePermission>

toCacheModel

public CacheModel<ResourcePermission> toCacheModel()
Description copied from interface: BaseModel
Returns a cache model object for this entity used by entity cache.

Specified by:
toCacheModel in interface BaseModel<ResourcePermission>
Specified by:
toCacheModel in interface ResourcePermissionModel
Overrides:
toCacheModel in class BaseModelImpl<ResourcePermission>
Returns:
the cache model object

toString

public String toString()
Specified by:
toString in interface ResourcePermissionModel
Overrides:
toString in class Object

toXmlString

public String toXmlString()
Description copied from interface: BaseModel
Returns the XML representation of this model instance.

Specified by:
toXmlString in interface BaseModel<ResourcePermission>
Specified by:
toXmlString in interface ResourcePermissionModel
Returns:
the XML representation of this model instance

Liferay 6.1.2-ce-ga3