|
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<ResourceAction>
com.liferay.portal.model.impl.ResourceActionModelImpl
@ProviderType public class ResourceActionModelImpl
The base model implementation for the ResourceAction service. Represents a row in the "ResourceAction" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface ResourceActionModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in ResourceActionImpl.
ResourceActionImpl,
ResourceAction,
ResourceActionModel,
Serialized Form| Field Summary | |
|---|---|
static long |
ACTIONID_COLUMN_BITMASK
|
static long |
BITWISEVALUE_COLUMN_BITMASK
|
static boolean |
COLUMN_BITMASK_ENABLED
|
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 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
|
| Constructor Summary | |
|---|---|
ResourceActionModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(ResourceAction resourceAction)
|
boolean |
equals(Object obj)
|
String |
getActionId()
Returns the action ID of this resource action. |
long |
getBitwiseValue()
Returns the bitwise value of this resource action. |
long |
getColumnBitmask()
|
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 action. |
String |
getName()
Returns the name of this resource action. |
String |
getOriginalActionId()
|
String |
getOriginalName()
|
long |
getPrimaryKey()
Returns the primary key of this resource action. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getResourceActionId()
Returns the resource action ID of this resource action. |
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. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setActionId(String actionId)
Sets the action ID of this resource action. |
void |
setBitwiseValue(long bitwiseValue)
Sets the bitwise value of this resource action. |
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 action. |
void |
setName(String name)
Sets the name of this resource action. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this resource action. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setResourceActionId(long resourceActionId)
Sets the resource action ID of this resource action. |
CacheModel<ResourceAction> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
ResourceAction |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
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.ResourceActionModel |
|---|
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 ACTIONID_COLUMN_BITMASK
public static final long NAME_COLUMN_BITMASK
public static final long BITWISEVALUE_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public ResourceActionModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
ResourceActionModel
getPrimaryKey in interface ResourceActionModelpublic void setPrimaryKey(long primaryKey)
ResourceActionModel
setPrimaryKey in interface ResourceActionModelprimaryKey - the primary key of this resource actionpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<ResourceAction>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface ResourceActionModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<ResourceAction>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface ResourceActionModelprimaryKeyObj - 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<ResourceAction>getModelAttributes in class BaseModelImpl<ResourceAction>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<ResourceAction>setModelAttributes in class BaseModelImpl<ResourceAction>public long getMvccVersion()
ResourceActionModel
getMvccVersion in interface MVCCModelgetMvccVersion in interface ResourceActionModelpublic void setMvccVersion(long mvccVersion)
ResourceActionModel
setMvccVersion in interface MVCCModelsetMvccVersion in interface ResourceActionModelmvccVersion - the mvcc version of this resource actionpublic long getResourceActionId()
ResourceActionModel
getResourceActionId in interface ResourceActionModelpublic void setResourceActionId(long resourceActionId)
ResourceActionModel
setResourceActionId in interface ResourceActionModelresourceActionId - the resource action ID of this resource actionpublic String getName()
ResourceActionModel
getName in interface ResourceActionModelpublic void setName(String name)
ResourceActionModel
setName in interface ResourceActionModelname - the name of this resource actionpublic String getOriginalName()
public String getActionId()
ResourceActionModel
getActionId in interface ResourceActionModelpublic void setActionId(String actionId)
ResourceActionModel
setActionId in interface ResourceActionModelactionId - the action ID of this resource actionpublic String getOriginalActionId()
public long getBitwiseValue()
ResourceActionModel
getBitwiseValue in interface ResourceActionModelpublic void setBitwiseValue(long bitwiseValue)
ResourceActionModel
setBitwiseValue in interface ResourceActionModelbitwiseValue - the bitwise value of this resource actionpublic long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<ResourceAction>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface ResourceActionModelgetExpandoBridge in class BaseModelImpl<ResourceAction>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<ResourceAction>setExpandoBridgeAttributes in interface ResourceActionModelsetExpandoBridgeAttributes in class BaseModelImpl<ResourceAction>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public ResourceAction toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<ResourceAction>toEscapedModel in interface ResourceActionModeltoEscapedModel in class BaseModelImpl<ResourceAction>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<ResourceAction>clone in interface ResourceActionModelclone in class BaseModelImpl<ResourceAction>public int compareTo(ResourceAction resourceAction)
compareTo in interface ResourceActionModelcompareTo in interface Comparable<ResourceAction>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface ResourceActionModelhashCode in class Objectpublic boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<ResourceAction>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<ResourceAction>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<ResourceAction>resetOriginalValues in class BaseModelImpl<ResourceAction>public CacheModel<ResourceAction> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<ResourceAction>toCacheModel in interface ResourceActionModeltoCacheModel in class BaseModelImpl<ResourceAction>public String toString()
toString in interface ResourceActionModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<ResourceAction>toXmlString in interface ResourceActionModel
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||