public class MDRRuleLocalServiceImpl extends MDRRuleLocalServiceBaseImpl
counterLocalService, mdrActionLocalService, mdrActionPersistence, mdrActionService, mdrRuleGroupFinder, mdrRuleGroupInstanceLocalService, mdrRuleGroupInstancePersistence, mdrRuleGroupInstanceService, mdrRuleGroupLocalService, mdrRuleGroupPersistence, mdrRuleGroupService, mdrRuleLocalService, mdrRulePersistence, mdrRuleService, persistedModelLocalServiceRegistry, resourceLocalService, systemEventLocalService, systemEventPersistence, userFinder, userLocalService, userPersistence, userService| Constructor and Description |
|---|
MDRRuleLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portlet.mobiledevicerules.model.MDRRule |
addRule(long ruleGroupId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String type,
java.lang.String typeSettings,
com.liferay.portal.service.ServiceContext serviceContext) |
com.liferay.portlet.mobiledevicerules.model.MDRRule |
addRule(long ruleGroupId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String type,
com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties,
com.liferay.portal.service.ServiceContext serviceContext) |
com.liferay.portlet.mobiledevicerules.model.MDRRule |
copyRule(long ruleId,
long ruleGroupId,
com.liferay.portal.service.ServiceContext serviceContext) |
com.liferay.portlet.mobiledevicerules.model.MDRRule |
copyRule(com.liferay.portlet.mobiledevicerules.model.MDRRule rule,
long ruleGroupId,
com.liferay.portal.service.ServiceContext serviceContext) |
void |
deleteRule(long ruleId) |
void |
deleteRule(com.liferay.portlet.mobiledevicerules.model.MDRRule rule) |
void |
deleteRules(long ruleGroupId) |
com.liferay.portlet.mobiledevicerules.model.MDRRule |
fetchRule(long ruleId) |
com.liferay.portlet.mobiledevicerules.model.MDRRule |
getRule(long ruleId) |
java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRule> |
getRules(long ruleGroupId) |
java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRule> |
getRules(long ruleGroupId,
int start,
int end) |
int |
getRulesCount(long ruleGroupId) |
com.liferay.portlet.mobiledevicerules.model.MDRRule |
updateRule(long ruleId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String type,
java.lang.String typeSettings,
com.liferay.portal.service.ServiceContext serviceContext) |
com.liferay.portlet.mobiledevicerules.model.MDRRule |
updateRule(long ruleId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String type,
com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties,
com.liferay.portal.service.ServiceContext serviceContext) |
addMDRRule, afterPropertiesSet, createMDRRule, deleteMDRRule, deleteMDRRule, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchMDRRule, fetchMDRRuleByUuidAndCompanyId, fetchMDRRuleByUuidAndGroupId, getBeanIdentifier, getCounterLocalService, getMDRActionLocalService, getMDRActionPersistence, getMDRActionService, getMDRRule, getMDRRuleByUuidAndCompanyId, getMDRRuleByUuidAndGroupId, getMDRRuleGroupFinder, getMDRRuleGroupInstanceLocalService, getMDRRuleGroupInstancePersistence, getMDRRuleGroupInstanceService, getMDRRuleGroupLocalService, getMDRRuleGroupPersistence, getMDRRuleGroupService, getMDRRuleLocalService, getMDRRulePersistence, getMDRRules, getMDRRulesCount, getMDRRuleService, getModelClass, getModelClassName, getPersistedModel, getResourceLocalService, getSystemEventLocalService, getSystemEventPersistence, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBeanIdentifier, setCounterLocalService, setMDRActionLocalService, setMDRActionPersistence, setMDRActionService, setMDRRuleGroupFinder, setMDRRuleGroupInstanceLocalService, setMDRRuleGroupInstancePersistence, setMDRRuleGroupInstanceService, setMDRRuleGroupLocalService, setMDRRuleGroupPersistence, setMDRRuleGroupService, setMDRRuleLocalService, setMDRRulePersistence, setMDRRuleService, setResourceLocalService, setSystemEventLocalService, setSystemEventPersistence, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateMDRRulepublic com.liferay.portlet.mobiledevicerules.model.MDRRule addRule(long ruleGroupId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String type,
java.lang.String typeSettings,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.mobiledevicerules.model.MDRRule addRule(long ruleGroupId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String type,
com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.mobiledevicerules.model.MDRRule copyRule(long ruleId,
long ruleGroupId,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.mobiledevicerules.model.MDRRule copyRule(com.liferay.portlet.mobiledevicerules.model.MDRRule rule,
long ruleGroupId,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic void deleteRule(long ruleId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemException@SystemEvent(type=1)
public void deleteRule(com.liferay.portlet.mobiledevicerules.model.MDRRule rule)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic void deleteRules(long ruleGroupId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.mobiledevicerules.model.MDRRule fetchRule(long ruleId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.mobiledevicerules.model.MDRRule getRule(long ruleId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRule> getRules(long ruleGroupId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRule> getRules(long ruleGroupId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic int getRulesCount(long ruleGroupId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.mobiledevicerules.model.MDRRule updateRule(long ruleId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String type,
java.lang.String typeSettings,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.mobiledevicerules.model.MDRRule updateRule(long ruleId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String type,
com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemException