public class MDRRuleGroupInstanceServiceImpl extends MDRRuleGroupInstanceServiceBaseImpl
classNameLocalService, classNamePersistence, classNameService, counterLocalService, layoutFinder, layoutLocalService, layoutPersistence, layoutService, layoutSetLocalService, layoutSetPersistence, layoutSetService, mdrActionLocalService, mdrActionPersistence, mdrActionService, mdrRuleGroupFinder, mdrRuleGroupInstanceLocalService, mdrRuleGroupInstancePersistence, mdrRuleGroupInstanceService, mdrRuleGroupLocalService, mdrRuleGroupPersistence, mdrRuleGroupService, systemEventLocalService, systemEventPersistence, userFinder, userLocalService, userPersistence, userService| Constructor and Description |
|---|
MDRRuleGroupInstanceServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
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) |
protected long |
getGroupId(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<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance> orderByComparator) |
int |
getRuleGroupInstancesCount(java.lang.String className,
long classPK) |
com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance |
updateRuleGroupInstance(long ruleGroupInstanceId,
int priority) |
afterPropertiesSet, destroy, getBeanIdentifier, getClassNameLocalService, getClassNamePersistence, getClassNameService, getCounterLocalService, getLayoutFinder, getLayoutLocalService, getLayoutPersistence, getLayoutService, getLayoutSetLocalService, getLayoutSetPersistence, getLayoutSetService, getMDRActionLocalService, getMDRActionPersistence, getMDRActionService, getMDRRuleGroupFinder, getMDRRuleGroupInstanceLocalService, getMDRRuleGroupInstancePersistence, getMDRRuleGroupInstanceService, getMDRRuleGroupLocalService, getMDRRuleGroupPersistence, getMDRRuleGroupService, getModelClass, getModelClassName, getSystemEventLocalService, getSystemEventPersistence, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBeanIdentifier, setClassNameLocalService, setClassNamePersistence, setClassNameService, setCounterLocalService, setLayoutFinder, setLayoutLocalService, setLayoutPersistence, setLayoutService, setLayoutSetLocalService, setLayoutSetPersistence, setLayoutSetService, setMDRActionLocalService, setMDRActionPersistence, setMDRActionService, setMDRRuleGroupFinder, setMDRRuleGroupInstanceLocalService, setMDRRuleGroupInstancePersistence, setMDRRuleGroupInstanceService, setMDRRuleGroupLocalService, setMDRRuleGroupPersistence, setMDRRuleGroupService, setSystemEventLocalService, setSystemEventPersistence, setUserFinder, setUserLocalService, setUserPersistence, setUserServicepublic 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.PortalExceptionpublic 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.PortalExceptionpublic void deleteRuleGroupInstance(long ruleGroupInstanceId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic 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<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance> orderByComparator)
public int getRuleGroupInstancesCount(java.lang.String className,
long classPK)
public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance updateRuleGroupInstance(long ruleGroupInstanceId,
int priority)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionprotected long getGroupId(java.lang.String className,
long classPK)