|
Liferay 6.2.0-ce-m4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<MDRRuleGroupInstance>
com.liferay.portlet.mobiledevicerules.model.impl.MDRRuleGroupInstanceModelImpl
@JSON(strict=true) public class MDRRuleGroupInstanceModelImpl
The base model implementation for the MDRRuleGroupInstance service. Represents a row in the "MDRRuleGroupInstance" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface MDRRuleGroupInstanceModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in MDRRuleGroupInstanceImpl.
MDRRuleGroupInstanceImpl,
MDRRuleGroupInstance,
MDRRuleGroupInstanceModel,
Serialized Form| Field Summary | |
|---|---|
static long |
CLASSNAMEID_COLUMN_BITMASK
|
static long |
CLASSPK_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 |
GROUPID_COLUMN_BITMASK
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static long |
RULEGROUPID_COLUMN_BITMASK
|
static long |
RULEGROUPINSTANCEID_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
|
static long |
UUID_COLUMN_BITMASK
|
| Constructor Summary | |
|---|---|
MDRRuleGroupInstanceModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(MDRRuleGroupInstance mdrRuleGroupInstance)
|
boolean |
equals(Object obj)
|
String |
getClassName()
Returns the fully qualified class name of this m d r rule group instance. |
long |
getClassNameId()
Returns the class name ID of this m d r rule group instance. |
long |
getClassPK()
Returns the class p k of this m d r rule group instance. |
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this m d r rule group instance. |
Date |
getCreateDate()
Returns the create date of this m d r rule group instance. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getGroupId()
Returns the group ID of this m d r rule group instance. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this m d r rule group instance. |
long |
getOriginalClassNameId()
|
long |
getOriginalClassPK()
|
long |
getOriginalCompanyId()
|
long |
getOriginalGroupId()
|
long |
getOriginalRuleGroupId()
|
String |
getOriginalUuid()
|
long |
getPrimaryKey()
Returns the primary key of this m d r rule group instance. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
int |
getPriority()
Returns the priority of this m d r rule group instance. |
long |
getRuleGroupId()
Returns the rule group ID of this m d r rule group instance. |
long |
getRuleGroupInstanceId()
Returns the rule group instance ID of this m d r rule group instance. |
long |
getUserId()
Returns the user ID of this m d r rule group instance. |
String |
getUserName()
Returns the user name of this m d r rule group instance. |
String |
getUserUuid()
Returns the user uuid of this m d r rule group instance. |
String |
getUuid()
Returns the uuid of this m d r rule group instance. |
int |
hashCode()
|
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setClassName(String className)
|
void |
setClassNameId(long classNameId)
Sets the class name ID of this m d r rule group instance. |
void |
setClassPK(long classPK)
Sets the class p k of this m d r rule group instance. |
void |
setCompanyId(long companyId)
Sets the company ID of this m d r rule group instance. |
void |
setCreateDate(Date createDate)
Sets the create date of this m d r rule group instance. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setGroupId(long groupId)
Sets the group ID of this m d r rule group instance. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this m d r rule group instance. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this m d r rule group instance. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setPriority(int priority)
Sets the priority of this m d r rule group instance. |
void |
setRuleGroupId(long ruleGroupId)
Sets the rule group ID of this m d r rule group instance. |
void |
setRuleGroupInstanceId(long ruleGroupInstanceId)
Sets the rule group instance ID of this m d r rule group instance. |
void |
setUserId(long userId)
Sets the user ID of this m d r rule group instance. |
void |
setUserName(String userName)
Sets the user name of this m d r rule group instance. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this m d r rule group instance. |
void |
setUuid(String uuid)
Sets the uuid of this m d r rule group instance. |
CacheModel<MDRRuleGroupInstance> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
MDRRuleGroupInstance |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
static MDRRuleGroupInstance |
toModel(MDRRuleGroupInstanceSoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<MDRRuleGroupInstance> |
toModels(MDRRuleGroupInstanceSoap[] 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, setNew, toUnescapedModel |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstanceModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setNew, toUnescapedModel |
| 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 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 long CLASSNAMEID_COLUMN_BITMASK
public static long CLASSPK_COLUMN_BITMASK
public static long COMPANYID_COLUMN_BITMASK
public static long GROUPID_COLUMN_BITMASK
public static long RULEGROUPID_COLUMN_BITMASK
public static long UUID_COLUMN_BITMASK
public static long RULEGROUPINSTANCEID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public MDRRuleGroupInstanceModelImpl()
| Method Detail |
|---|
public static MDRRuleGroupInstance toModel(MDRRuleGroupInstanceSoap soapModel)
soapModel - the soap model instance to convert
public static List<MDRRuleGroupInstance> toModels(MDRRuleGroupInstanceSoap[] soapModels)
soapModels - the soap model instances to convert
public long getPrimaryKey()
MDRRuleGroupInstanceModel
getPrimaryKey in interface MDRRuleGroupInstanceModelpublic void setPrimaryKey(long primaryKey)
MDRRuleGroupInstanceModel
setPrimaryKey in interface MDRRuleGroupInstanceModelprimaryKey - the primary key of this m d r rule group instancepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<MDRRuleGroupInstance>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface MDRRuleGroupInstanceModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<MDRRuleGroupInstance>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface MDRRuleGroupInstanceModelprimaryKeyObj - 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<MDRRuleGroupInstance>getModelAttributes in class BaseModelImpl<MDRRuleGroupInstance>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<MDRRuleGroupInstance>setModelAttributes in class BaseModelImpl<MDRRuleGroupInstance>@JSON public String getUuid()
MDRRuleGroupInstanceModel
getUuid in interface StagedModelgetUuid in interface MDRRuleGroupInstanceModelpublic void setUuid(String uuid)
MDRRuleGroupInstanceModel
setUuid in interface MDRRuleGroupInstanceModeluuid - the uuid of this m d r rule group instancepublic String getOriginalUuid()
@JSON public long getRuleGroupInstanceId()
MDRRuleGroupInstanceModel
getRuleGroupInstanceId in interface MDRRuleGroupInstanceModelpublic void setRuleGroupInstanceId(long ruleGroupInstanceId)
MDRRuleGroupInstanceModel
setRuleGroupInstanceId in interface MDRRuleGroupInstanceModelruleGroupInstanceId - the rule group instance ID of this m d r rule group instance@JSON public long getGroupId()
MDRRuleGroupInstanceModel
getGroupId in interface GroupedModelgetGroupId in interface MDRRuleGroupInstanceModelpublic void setGroupId(long groupId)
MDRRuleGroupInstanceModel
setGroupId in interface GroupedModelsetGroupId in interface MDRRuleGroupInstanceModelgroupId - the group ID of this m d r rule group instancepublic long getOriginalGroupId()
@JSON public long getCompanyId()
MDRRuleGroupInstanceModel
getCompanyId in interface AuditedModelgetCompanyId in interface MDRRuleGroupInstanceModelpublic void setCompanyId(long companyId)
MDRRuleGroupInstanceModel
setCompanyId in interface AuditedModelsetCompanyId in interface MDRRuleGroupInstanceModelcompanyId - the company ID of this m d r rule group instancepublic long getOriginalCompanyId()
@JSON public long getUserId()
MDRRuleGroupInstanceModel
getUserId in interface AuditedModelgetUserId in interface MDRRuleGroupInstanceModelpublic void setUserId(long userId)
MDRRuleGroupInstanceModel
setUserId in interface AuditedModelsetUserId in interface MDRRuleGroupInstanceModeluserId - the user ID of this m d r rule group instance
public String getUserUuid()
throws SystemException
MDRRuleGroupInstanceModel
getUserUuid in interface AuditedModelgetUserUuid in interface MDRRuleGroupInstanceModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
MDRRuleGroupInstanceModel
setUserUuid in interface AuditedModelsetUserUuid in interface MDRRuleGroupInstanceModeluserUuid - the user uuid of this m d r rule group instance@JSON public String getUserName()
MDRRuleGroupInstanceModel
getUserName in interface AuditedModelgetUserName in interface MDRRuleGroupInstanceModelpublic void setUserName(String userName)
MDRRuleGroupInstanceModel
setUserName in interface AuditedModelsetUserName in interface MDRRuleGroupInstanceModeluserName - the user name of this m d r rule group instance@JSON public Date getCreateDate()
MDRRuleGroupInstanceModel
getCreateDate in interface AuditedModelgetCreateDate in interface MDRRuleGroupInstanceModelpublic void setCreateDate(Date createDate)
MDRRuleGroupInstanceModel
setCreateDate in interface AuditedModelsetCreateDate in interface MDRRuleGroupInstanceModelcreateDate - the create date of this m d r rule group instance@JSON public Date getModifiedDate()
MDRRuleGroupInstanceModel
getModifiedDate in interface AuditedModelgetModifiedDate in interface MDRRuleGroupInstanceModelpublic void setModifiedDate(Date modifiedDate)
MDRRuleGroupInstanceModel
setModifiedDate in interface AuditedModelsetModifiedDate in interface MDRRuleGroupInstanceModelmodifiedDate - the modified date of this m d r rule group instancepublic String getClassName()
MDRRuleGroupInstanceModel
getClassName in interface AttachedModelgetClassName in interface MDRRuleGroupInstanceModelpublic void setClassName(String className)
setClassName in interface MDRRuleGroupInstanceModel@JSON public long getClassNameId()
MDRRuleGroupInstanceModel
getClassNameId in interface AttachedModelgetClassNameId in interface MDRRuleGroupInstanceModelpublic void setClassNameId(long classNameId)
MDRRuleGroupInstanceModel
setClassNameId in interface AttachedModelsetClassNameId in interface MDRRuleGroupInstanceModelclassNameId - the class name ID of this m d r rule group instancepublic long getOriginalClassNameId()
@JSON public long getClassPK()
MDRRuleGroupInstanceModel
getClassPK in interface AttachedModelgetClassPK in interface MDRRuleGroupInstanceModelpublic void setClassPK(long classPK)
MDRRuleGroupInstanceModel
setClassPK in interface AttachedModelsetClassPK in interface MDRRuleGroupInstanceModelclassPK - the class p k of this m d r rule group instancepublic long getOriginalClassPK()
@JSON public long getRuleGroupId()
MDRRuleGroupInstanceModel
getRuleGroupId in interface MDRRuleGroupInstanceModelpublic void setRuleGroupId(long ruleGroupId)
MDRRuleGroupInstanceModel
setRuleGroupId in interface MDRRuleGroupInstanceModelruleGroupId - the rule group ID of this m d r rule group instancepublic long getOriginalRuleGroupId()
@JSON public int getPriority()
MDRRuleGroupInstanceModel
getPriority in interface MDRRuleGroupInstanceModelpublic void setPriority(int priority)
MDRRuleGroupInstanceModel
setPriority in interface MDRRuleGroupInstanceModelpriority - the priority of this m d r rule group instancepublic long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<MDRRuleGroupInstance>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface MDRRuleGroupInstanceModelgetExpandoBridge in class BaseModelImpl<MDRRuleGroupInstance>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<MDRRuleGroupInstance>setExpandoBridgeAttributes in interface MDRRuleGroupInstanceModelsetExpandoBridgeAttributes in class BaseModelImpl<MDRRuleGroupInstance>serviceContext - the service contextServiceContext.getExpandoBridgeAttributes(
)public MDRRuleGroupInstance toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<MDRRuleGroupInstance>toEscapedModel in interface MDRRuleGroupInstanceModeltoEscapedModel in class BaseModelImpl<MDRRuleGroupInstance>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<MDRRuleGroupInstance>clone in interface StagedModelclone in interface MDRRuleGroupInstanceModelclone in class BaseModelImpl<MDRRuleGroupInstance>public int compareTo(MDRRuleGroupInstance mdrRuleGroupInstance)
compareTo in interface MDRRuleGroupInstanceModelcompareTo in interface Comparable<MDRRuleGroupInstance>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface MDRRuleGroupInstanceModelhashCode in class Objectpublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<MDRRuleGroupInstance>resetOriginalValues in class BaseModelImpl<MDRRuleGroupInstance>public CacheModel<MDRRuleGroupInstance> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<MDRRuleGroupInstance>toCacheModel in interface MDRRuleGroupInstanceModeltoCacheModel in class BaseModelImpl<MDRRuleGroupInstance>public String toString()
toString in interface MDRRuleGroupInstanceModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<MDRRuleGroupInstance>toXmlString in interface MDRRuleGroupInstanceModel
|
Liferay 6.2.0-ce-m4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||