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

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

public abstract class MDRActionBaseImpl
extends MDRActionModelImpl
implements com.liferay.portlet.mobiledevicerules.model.MDRAction

The extended model base implementation for the MDRAction service. Represents a row in the "MDRAction" database table, with each column mapped to a property of this class.

This class exists only as a container for the default extended model level methods generated by ServiceBuilder. Helper methods and all application logic should be put in MDRActionImpl.

Author:
Edward C. Han
See Also:
MDRActionImpl, MDRAction, Serialized Form
Generated:

Field Summary
 
Fields inherited from class com.liferay.portlet.mobiledevicerules.model.impl.MDRActionModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, RULEGROUPINSTANCEID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, UUID_COLUMN_BITMASK
 
Constructor Summary
MDRActionBaseImpl()
           
 
Method Summary
 void persist()
           
 
Methods inherited from class com.liferay.portlet.mobiledevicerules.model.impl.MDRActionModelImpl
clone, compareTo, equals, getActionId, getClassName, getClassNameId, getClassPK, getColumnBitmask, getCompanyId, getCreateDate, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExpandoBridge, getGroupId, getModelClass, getModelClassName, getModifiedDate, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getOriginalGroupId, getOriginalRuleGroupInstanceId, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getRuleGroupInstanceId, getType, getTypeSettings, getUserId, getUserName, getUserUuid, getUuid, hashCode, resetOriginalValues, setActionId, setClassNameId, setClassPK, setCompanyId, setCreateDate, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setPrimaryKey, setPrimaryKeyObj, setRuleGroupInstanceId, setType, setTypeSettings, 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, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.mobiledevicerules.model.MDRAction
getTypeSettingsProperties, setTypeSettings, setTypeSettingsProperties
 
Methods inherited from interface com.liferay.portlet.mobiledevicerules.model.MDRActionModel
clone, compareTo, getActionId, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, 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, setActionId, setCachedModel, setClassNameId, setClassPK, setCompanyId, setCreateDate, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setNew, setPrimaryKey, setPrimaryKeyObj, setRuleGroupInstanceId, setType, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
resetOriginalValues
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

MDRActionBaseImpl

public MDRActionBaseImpl()
Method Detail

persist

public void persist()
             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
persist in interface com.liferay.portal.model.PersistedModel
Throws:
com.liferay.portal.kernel.exception.SystemException