Liferay 6.1.2-ce-ga3

com.liferay.portlet.mobiledevicerules.model
Interface MDRRuleGroupInstance

All Superinterfaces:
AttachedModel, AuditedModel, BaseModel<MDRRuleGroupInstance>, ClassedModel, Cloneable, Comparable<MDRRuleGroupInstance>, GroupedModel, MDRRuleGroupInstanceModel, PersistedModel, Serializable
All Known Implementing Classes:
MDRRuleGroupInstanceWrapper

public interface MDRRuleGroupInstance
extends MDRRuleGroupInstanceModel, PersistedModel

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

See Also:
MDRRuleGroupInstanceModel, MDRRuleGroupInstanceImpl, MDRRuleGroupInstanceModelImpl

Method Summary
 List<MDRAction> getActions()
           
 MDRRuleGroup getRuleGroup()
           
 
Methods inherited from interface com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstanceModel
clone, compareTo, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExpandoBridge, getGroupId, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getPriority, getRuleGroupId, getRuleGroupInstanceId, getUserId, getUserName, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setPriority, setRuleGroupId, setRuleGroupInstanceId, 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.PersistedModel
persist
 

Method Detail

getActions

List<MDRAction> getActions()
                           throws SystemException
Throws:
SystemException

getRuleGroup

MDRRuleGroup getRuleGroup()
                          throws PortalException,
                                 SystemException
Throws:
PortalException
SystemException

Liferay 6.1.2-ce-ga3