com.liferay.portlet.mobiledevicerules.service.impl
Class MDRRuleGroupInstanceLocalServiceImpl
java.lang.Object
com.liferay.portlet.mobiledevicerules.service.base.MDRRuleGroupInstanceLocalServiceBaseImpl
com.liferay.portlet.mobiledevicerules.service.impl.MDRRuleGroupInstanceLocalServiceImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.bean.IdentifiableBean, com.liferay.portal.service.PersistedModelLocalService, com.liferay.portlet.mobiledevicerules.service.MDRRuleGroupInstanceLocalService
public class MDRRuleGroupInstanceLocalServiceImpl
- extends MDRRuleGroupInstanceLocalServiceBaseImpl
- Author:
- Edward C. Han
| Fields inherited from class com.liferay.portlet.mobiledevicerules.service.base.MDRRuleGroupInstanceLocalServiceBaseImpl |
counterLocalService, layoutFinder, layoutLocalService, layoutPersistence, layoutService, layoutSetLocalService, layoutSetPersistence, layoutSetService, mdrActionLocalService, mdrActionPersistence, mdrActionService, mdrRuleGroupFinder, mdrRuleGroupInstanceLocalService, mdrRuleGroupInstancePersistence, mdrRuleGroupInstanceService, mdrRuleGroupLocalService, mdrRuleGroupPersistence, mdrRuleGroupService, mdrRuleLocalService, mdrRulePersistence, mdrRuleService, persistedModelLocalServiceRegistry, resourceFinder, resourceLocalService, resourcePersistence, resourceService, userFinder, userLocalService, userPersistence, userService |
|
Method Summary |
com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance |
addRuleGroupInstance(long groupId,
java.lang.String className,
long classPK,
long ruleGroupId,
int priority,
com.liferay.portal.service.ServiceContext serviceContext)
|
com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance |
addRuleGroupInstance(long groupId,
java.lang.String className,
long classPK,
long ruleGroupId,
com.liferay.portal.service.ServiceContext serviceContext)
|
void |
deleteRuleGroupInstance(long ruleGroupInstanceId)
|
void |
deleteRuleGroupInstance(com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance ruleGroupInstance)
|
void |
deleteRuleGroupInstances(long ruleGroupId)
|
com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance |
fetchRuleGroupInstance(long ruleGroupInstanceId)
|
com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance |
fetchRuleGroupInstance(java.lang.String className,
long classPK,
long ruleGroupId)
|
com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance |
getRuleGroupInstance(long ruleGroupInstanceId)
|
com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance |
getRuleGroupInstance(java.lang.String className,
long classPK,
long ruleGroupId)
|
java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance> |
getRuleGroupInstances(long ruleGroupId)
|
java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance> |
getRuleGroupInstances(long ruleGroupId,
int start,
int end)
|
java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance> |
getRuleGroupInstances(java.lang.String className,
long classPK)
|
java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance> |
getRuleGroupInstances(java.lang.String className,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
int |
getRuleGroupInstancesCount(long ruleGroupId)
|
int |
getRuleGroupInstancesCount(java.lang.String className,
long classPK)
|
com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance |
updateRuleGroupInstance(long ruleGroupInstanceId,
int priority)
|
protected void |
validate(long classNameId,
long classPK,
long ruleGroupId)
|
| Methods inherited from class com.liferay.portlet.mobiledevicerules.service.base.MDRRuleGroupInstanceLocalServiceBaseImpl |
addMDRRuleGroupInstance, afterPropertiesSet, createMDRRuleGroupInstance, deleteMDRRuleGroupInstance, deleteMDRRuleGroupInstance, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, fetchMDRRuleGroupInstance, getBeanIdentifier, getCounterLocalService, getLayoutFinder, getLayoutLocalService, getLayoutPersistence, getLayoutService, getLayoutSetLocalService, getLayoutSetPersistence, getLayoutSetService, getMDRActionLocalService, getMDRActionPersistence, getMDRActionService, getMDRRuleGroupFinder, getMDRRuleGroupInstance, getMDRRuleGroupInstanceByUuidAndGroupId, getMDRRuleGroupInstanceLocalService, getMDRRuleGroupInstancePersistence, getMDRRuleGroupInstances, getMDRRuleGroupInstancesCount, getMDRRuleGroupInstanceService, getMDRRuleGroupLocalService, getMDRRuleGroupPersistence, getMDRRuleGroupService, getMDRRuleLocalService, getMDRRulePersistence, getMDRRuleService, getModelClass, getModelClassName, getPersistedModel, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBeanIdentifier, setCounterLocalService, setLayoutFinder, setLayoutLocalService, setLayoutPersistence, setLayoutService, setLayoutSetLocalService, setLayoutSetPersistence, setLayoutSetService, setMDRActionLocalService, setMDRActionPersistence, setMDRActionService, setMDRRuleGroupFinder, setMDRRuleGroupInstanceLocalService, setMDRRuleGroupInstancePersistence, setMDRRuleGroupInstanceService, setMDRRuleGroupLocalService, setMDRRuleGroupPersistence, setMDRRuleGroupService, setMDRRuleLocalService, setMDRRulePersistence, setMDRRuleService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateMDRRuleGroupInstance, updateMDRRuleGroupInstance |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MDRRuleGroupInstanceLocalServiceImpl
public MDRRuleGroupInstanceLocalServiceImpl()
addRuleGroupInstance
public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance addRuleGroupInstance(long groupId,
java.lang.String className,
long classPK,
long ruleGroupId,
int priority,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addRuleGroupInstance
public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance addRuleGroupInstance(long groupId,
java.lang.String className,
long classPK,
long ruleGroupId,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteRuleGroupInstance
public void deleteRuleGroupInstance(long ruleGroupInstanceId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
deleteRuleGroupInstance
public void deleteRuleGroupInstance(com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance ruleGroupInstance)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
deleteRuleGroupInstances
public void deleteRuleGroupInstances(long ruleGroupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchRuleGroupInstance
public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance fetchRuleGroupInstance(long ruleGroupInstanceId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchRuleGroupInstance
public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance fetchRuleGroupInstance(java.lang.String className,
long classPK,
long ruleGroupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getRuleGroupInstance
public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance getRuleGroupInstance(long ruleGroupInstanceId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getRuleGroupInstance
public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance getRuleGroupInstance(java.lang.String className,
long classPK,
long ruleGroupId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getRuleGroupInstances
public java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance> getRuleGroupInstances(long ruleGroupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getRuleGroupInstances
public java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance> getRuleGroupInstances(long ruleGroupId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getRuleGroupInstances
public java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance> getRuleGroupInstances(java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getRuleGroupInstances
public java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance> getRuleGroupInstances(java.lang.String className,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getRuleGroupInstancesCount
public int getRuleGroupInstancesCount(long ruleGroupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getRuleGroupInstancesCount
public int getRuleGroupInstancesCount(java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateRuleGroupInstance
public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance updateRuleGroupInstance(long ruleGroupInstanceId,
int priority)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
validate
protected void validate(long classNameId,
long classPK,
long ruleGroupId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException