com.liferay.portlet.mobiledevicerules.model
Interface MDRRuleGroup

All Superinterfaces:
AuditedModel, BaseModel<MDRRuleGroup>, ClassedModel, java.lang.Cloneable, java.lang.Comparable<MDRRuleGroup>, GroupedModel, MDRRuleGroupModel, PersistedModel, java.io.Serializable
All Known Implementing Classes:
MDRRuleGroupWrapper

public interface MDRRuleGroup
extends MDRRuleGroupModel, PersistedModel

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

Author:
Edward C. Han
See Also:
MDRRuleGroupModel, MDRRuleGroupImpl, MDRRuleGroupModelImpl
Generated:

Method Summary
 java.util.List<MDRRule> getRules()
           
 
Methods inherited from interface com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupModel
clone, compareTo, getCompanyId, getCreateDate, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExpandoBridge, getGroupId, getModifiedDate, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getPrimaryKey, getPrimaryKeyObj, getRuleGroupId, getUserId, getUserName, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, prepareLocalizedFieldsForImport, setCachedModel, setCompanyId, setCreateDate, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setNew, setPrimaryKey, setPrimaryKeyObj, setRuleGroupId, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, 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

getRules

java.util.List<MDRRule> getRules()
                                 throws SystemException
Throws:
SystemException