|
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<ClusterGroup>
com.liferay.portal.model.impl.ClusterGroupModelImpl
@ProviderType public class ClusterGroupModelImpl
The base model implementation for the ClusterGroup service. Represents a row in the "ClusterGroup" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface ClusterGroupModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in ClusterGroupImpl.
ClusterGroupImpl,
ClusterGroup,
ClusterGroupModel,
Serialized Form| Field Summary | |
|---|---|
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 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 | |
|---|---|
ClusterGroupModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(ClusterGroup clusterGroup)
|
boolean |
equals(Object obj)
|
long |
getClusterGroupId()
Returns the cluster group ID of this cluster group. |
String |
getClusterNodeIds()
Returns the cluster node IDs of this cluster group. |
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 cluster group. |
String |
getName()
Returns the name of this cluster group. |
long |
getPrimaryKey()
Returns the primary key of this cluster group. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
boolean |
getWholeCluster()
Returns the whole cluster of this cluster group. |
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 |
isWholeCluster()
Returns true if this cluster group is whole cluster. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setClusterGroupId(long clusterGroupId)
Sets the cluster group ID of this cluster group. |
void |
setClusterNodeIds(String clusterNodeIds)
Sets the cluster node IDs of this cluster group. |
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 cluster group. |
void |
setName(String name)
Sets the name of this cluster group. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this cluster group. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setWholeCluster(boolean wholeCluster)
Sets whether this cluster group is whole cluster. |
CacheModel<ClusterGroup> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
ClusterGroup |
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.ClusterGroupModel |
|---|
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 LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public ClusterGroupModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
ClusterGroupModel
getPrimaryKey in interface ClusterGroupModelpublic void setPrimaryKey(long primaryKey)
ClusterGroupModel
setPrimaryKey in interface ClusterGroupModelprimaryKey - the primary key of this cluster grouppublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<ClusterGroup>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface ClusterGroupModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<ClusterGroup>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface ClusterGroupModelprimaryKeyObj - 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<ClusterGroup>getModelAttributes in class BaseModelImpl<ClusterGroup>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<ClusterGroup>setModelAttributes in class BaseModelImpl<ClusterGroup>public long getMvccVersion()
ClusterGroupModel
getMvccVersion in interface ClusterGroupModelgetMvccVersion in interface MVCCModelpublic void setMvccVersion(long mvccVersion)
ClusterGroupModel
setMvccVersion in interface ClusterGroupModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this cluster grouppublic long getClusterGroupId()
ClusterGroupModel
getClusterGroupId in interface ClusterGroupModelpublic void setClusterGroupId(long clusterGroupId)
ClusterGroupModel
setClusterGroupId in interface ClusterGroupModelclusterGroupId - the cluster group ID of this cluster grouppublic String getName()
ClusterGroupModel
getName in interface ClusterGroupModelpublic void setName(String name)
ClusterGroupModel
setName in interface ClusterGroupModelname - the name of this cluster grouppublic String getClusterNodeIds()
ClusterGroupModel
getClusterNodeIds in interface ClusterGroupModelpublic void setClusterNodeIds(String clusterNodeIds)
ClusterGroupModel
setClusterNodeIds in interface ClusterGroupModelclusterNodeIds - the cluster node IDs of this cluster grouppublic boolean getWholeCluster()
ClusterGroupModel
getWholeCluster in interface ClusterGroupModelpublic boolean isWholeCluster()
ClusterGroupModeltrue if this cluster group is whole cluster.
isWholeCluster in interface ClusterGroupModeltrue if this cluster group is whole cluster; false otherwisepublic void setWholeCluster(boolean wholeCluster)
ClusterGroupModel
setWholeCluster in interface ClusterGroupModelwholeCluster - the whole cluster of this cluster grouppublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<ClusterGroup>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface ClusterGroupModelgetExpandoBridge in class BaseModelImpl<ClusterGroup>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<ClusterGroup>setExpandoBridgeAttributes in interface ClusterGroupModelsetExpandoBridgeAttributes in class BaseModelImpl<ClusterGroup>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public ClusterGroup toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<ClusterGroup>toEscapedModel in interface ClusterGroupModeltoEscapedModel in class BaseModelImpl<ClusterGroup>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<ClusterGroup>clone in interface ClusterGroupModelclone in class BaseModelImpl<ClusterGroup>public int compareTo(ClusterGroup clusterGroup)
compareTo in interface ClusterGroupModelcompareTo in interface Comparable<ClusterGroup>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface ClusterGroupModelhashCode in class Objectpublic boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<ClusterGroup>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<ClusterGroup>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<ClusterGroup>resetOriginalValues in class BaseModelImpl<ClusterGroup>public CacheModel<ClusterGroup> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<ClusterGroup>toCacheModel in interface ClusterGroupModeltoCacheModel in class BaseModelImpl<ClusterGroup>public String toString()
toString in interface ClusterGroupModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<ClusterGroup>toXmlString in interface ClusterGroupModel
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||