Liferay 6.2-ce-ga5

com.liferay.portlet.mobiledevicerules.model.impl
Class MDRActionImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<MDRAction>
      extended by com.liferay.portlet.mobiledevicerules.model.impl.MDRActionModelImpl
          extended by com.liferay.portlet.mobiledevicerules.model.impl.MDRActionBaseImpl
              extended by com.liferay.portlet.mobiledevicerules.model.impl.MDRActionImpl
All Implemented Interfaces:
AttachedModel, AuditedModel, BaseModel<MDRAction>, ClassedModel, GroupedModel, PersistedModel, StagedGroupedModel, StagedModel, TypedModel, MDRAction, MDRActionModel, Serializable, Cloneable, Comparable<MDRAction>

public class MDRActionImpl
extends MDRActionBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.mobiledevicerules.model.impl.MDRActionModelImpl
ACTIONID_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, RULEGROUPINSTANCEID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, UUID_COLUMN_BITMASK
 
Constructor Summary
MDRActionImpl()
           
 
Method Summary
 UnicodeProperties getTypeSettingsProperties()
           
 void setTypeSettings(String typeSettings)
          Sets the type settings of this m d r action.
 void setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 
Methods inherited from class com.liferay.portlet.mobiledevicerules.model.impl.MDRActionBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.mobiledevicerules.model.impl.MDRActionModelImpl
clone, compareTo, equals, getActionId, getAvailableLanguageIds, getClassName, getClassNameId, getClassPK, getColumnBitmask, getCompanyId, getCreateDate, getDefaultLanguageId, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExpandoBridge, getGroupId, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getOriginalCompanyId, getOriginalGroupId, getOriginalRuleGroupInstanceId, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getRuleGroupInstanceId, getStagedModelType, getType, getTypeSettings, getUserId, getUserName, getUserUuid, getUuid, hashCode, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, resetOriginalValues, setActionId, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setGroupId, setModelAttributes, setModifiedDate, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setPrimaryKey, setPrimaryKeyObj, setRuleGroupInstanceId, setType, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString
 
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.portlet.mobiledevicerules.model.MDRActionModel
clone, compareTo, getActionId, getAvailableLanguageIds, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getDefaultLanguageId, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExpandoBridge, getGroupId, getModifiedDate, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getPrimaryKey, getPrimaryKeyObj, getRuleGroupInstanceId, getType, getTypeSettings, getUserId, getUserName, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, setActionId, setCachedModel, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setNew, setPrimaryKey, setPrimaryKeyObj, setRuleGroupInstanceId, setType, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.StagedModel
getStagedModelType
 

Constructor Detail

MDRActionImpl

public MDRActionImpl()
Method Detail

getTypeSettingsProperties

public UnicodeProperties getTypeSettingsProperties()

setTypeSettings

public void setTypeSettings(String typeSettings)
Description copied from interface: MDRActionModel
Sets the type settings of this m d r action.

Specified by:
setTypeSettings in interface MDRActionModel
Overrides:
setTypeSettings in class MDRActionModelImpl
Parameters:
typeSettings - the type settings of this m d r action

setTypeSettingsProperties

public void setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)

Liferay 6.2-ce-ga5