public class MDRRuleGroupInstanceLocalServiceImpl extends MDRRuleGroupInstanceLocalServiceBaseImpl
classNameLocalService, classNamePersistence, classNameService, counterLocalService, layoutFinder, layoutLocalService, layoutPersistence, layoutService, layoutSetLocalService, layoutSetPersistence, layoutSetService, mdrActionLocalService, mdrActionPersistence, mdrActionService, mdrRuleGroupFinder, mdrRuleGroupInstanceLocalService, mdrRuleGroupInstancePersistence, mdrRuleGroupInstanceService, mdrRuleGroupLocalService, mdrRuleGroupPersistence, mdrRuleGroupService, persistedModelLocalServiceRegistry, systemEventLocalService, systemEventPersistence, userFinder, userLocalService, userPersistence, userService| Constructor and Description |
|---|
MDRRuleGroupInstanceLocalServiceImpl() |
| 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 |
deleteGroupRuleGroupInstances(long groupId) |
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<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance> 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) |
addMDRRuleGroupInstance, afterPropertiesSet, createMDRRuleGroupInstance, deleteMDRRuleGroupInstance, deleteMDRRuleGroupInstance, deletePersistedModel, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchMDRRuleGroupInstance, fetchMDRRuleGroupInstanceByUuidAndGroupId, getActionableDynamicQuery, getBeanIdentifier, getClassNameLocalService, getClassNamePersistence, getClassNameService, getCounterLocalService, getExportActionableDynamicQuery, getLayoutFinder, getLayoutLocalService, getLayoutPersistence, getLayoutService, getLayoutSetLocalService, getLayoutSetPersistence, getLayoutSetService, getMDRActionLocalService, getMDRActionPersistence, getMDRActionService, getMDRRuleGroupFinder, getMDRRuleGroupInstance, getMDRRuleGroupInstanceByUuidAndGroupId, getMDRRuleGroupInstanceLocalService, getMDRRuleGroupInstancePersistence, getMDRRuleGroupInstances, getMDRRuleGroupInstancesByUuidAndCompanyId, getMDRRuleGroupInstancesByUuidAndCompanyId, getMDRRuleGroupInstancesCount, getMDRRuleGroupInstanceService, getMDRRuleGroupLocalService, getMDRRuleGroupPersistence, getMDRRuleGroupService, getModelClass, getModelClassName, getPersistedModel, getSystemEventLocalService, getSystemEventPersistence, getUserFinder, getUserLocalService, getUserPersistence, getUserService, initActionableDynamicQuery, 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, setUserService, updateMDRRuleGroupInstancepublic MDRRuleGroupInstanceLocalServiceImpl()
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.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 deleteGroupRuleGroupInstances(long groupId)
public void deleteRuleGroupInstance(long ruleGroupInstanceId)
@SystemEvent(action=1,
type=1)
public void deleteRuleGroupInstance(com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance ruleGroupInstance)
public void deleteRuleGroupInstances(long ruleGroupId)
public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance fetchRuleGroupInstance(long ruleGroupInstanceId)
public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance fetchRuleGroupInstance(java.lang.String className,
long classPK,
long ruleGroupId)
public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance getRuleGroupInstance(long ruleGroupInstanceId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic 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.PortalExceptionpublic java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance> getRuleGroupInstances(long ruleGroupId)
public java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance> getRuleGroupInstances(long ruleGroupId,
int start,
int end)
public java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance> getRuleGroupInstances(java.lang.String className,
long classPK)
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<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance> orderByComparator)
public int getRuleGroupInstancesCount(long ruleGroupId)
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 void validate(long classNameId,
long classPK,
long ruleGroupId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException