public class MDRRuleGroupLocalServiceImpl extends MDRRuleGroupLocalServiceBaseImpl
counterLocalService, groupFinder, groupLocalService, groupPersistence, groupService, mdrActionLocalService, mdrActionPersistence, mdrActionService, mdrRuleGroupFinder, mdrRuleGroupInstanceLocalService, mdrRuleGroupInstancePersistence, mdrRuleGroupInstanceService, mdrRuleGroupLocalService, mdrRuleGroupPersistence, mdrRuleGroupService, mdrRuleLocalService, mdrRulePersistence, mdrRuleService, persistedModelLocalServiceRegistry, resourceLocalService, systemEventLocalService, systemEventPersistence, userFinder, userLocalService, userPersistence, userService| Constructor and Description |
|---|
MDRRuleGroupLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup |
addRuleGroup(long groupId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
com.liferay.portal.service.ServiceContext serviceContext) |
com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup |
copyRuleGroup(long ruleGroupId,
long groupId,
com.liferay.portal.service.ServiceContext serviceContext) |
com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup |
copyRuleGroup(com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup ruleGroup,
long groupId,
com.liferay.portal.service.ServiceContext serviceContext) |
void |
deleteRuleGroup(long ruleGroupId) |
void |
deleteRuleGroup(com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup ruleGroup) |
void |
deleteRuleGroups(long groupId) |
com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup |
fetchRuleGroup(long ruleGroupId) |
com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup |
getRuleGroup(long ruleGroupId) |
java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> |
getRuleGroups(long groupId) |
java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> |
getRuleGroups(long groupId,
int start,
int end) |
int |
getRuleGroupsCount(long groupId) |
java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> |
search(long groupId,
java.lang.String name,
boolean andOperator,
int start,
int end)
Deprecated.
As of 6.2.0, replaced by
search(long, String,
LinkedHashMap, boolean, int, int) |
java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> |
search(long groupId,
java.lang.String name,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
boolean andOperator,
int start,
int end) |
java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> |
searchByKeywords(long groupId,
java.lang.String keywords,
boolean andOperator,
int start,
int end)
Deprecated.
As of 6.2.0, replaced by
searchByKeywords(long,
String, LinkedHashMap, boolean, int, int) |
java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> |
searchByKeywords(long groupId,
java.lang.String keywords,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
boolean andOperator,
int start,
int end) |
int |
searchByKeywordsCount(long groupId,
java.lang.String keywords,
boolean andOperator)
Deprecated.
As of 6.2.0, replaced by
searchByKeywordsCount(long,
String, LinkedHashMap, boolean) |
int |
searchByKeywordsCount(long groupId,
java.lang.String keywords,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
boolean andOperator) |
int |
searchCount(long groupId,
java.lang.String name,
boolean andOperator)
Deprecated.
As of 6.2.0, replaced by
searchCount(long, String,
LinkedHashMap, boolean) |
int |
searchCount(long groupId,
java.lang.String name,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
boolean andOperator) |
com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup |
updateRuleGroup(long ruleGroupId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
com.liferay.portal.service.ServiceContext serviceContext) |
addMDRRuleGroup, afterPropertiesSet, createMDRRuleGroup, deleteMDRRuleGroup, deleteMDRRuleGroup, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchMDRRuleGroup, fetchMDRRuleGroupByUuidAndCompanyId, fetchMDRRuleGroupByUuidAndGroupId, getBeanIdentifier, getCounterLocalService, getGroupFinder, getGroupLocalService, getGroupPersistence, getGroupService, getMDRActionLocalService, getMDRActionPersistence, getMDRActionService, getMDRRuleGroup, getMDRRuleGroupByUuidAndCompanyId, getMDRRuleGroupByUuidAndGroupId, getMDRRuleGroupFinder, getMDRRuleGroupInstanceLocalService, getMDRRuleGroupInstancePersistence, getMDRRuleGroupInstanceService, getMDRRuleGroupLocalService, getMDRRuleGroupPersistence, getMDRRuleGroups, getMDRRuleGroupsCount, getMDRRuleGroupService, getMDRRuleLocalService, getMDRRulePersistence, getMDRRuleService, getModelClass, getModelClassName, getPersistedModel, getResourceLocalService, getSystemEventLocalService, getSystemEventPersistence, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBeanIdentifier, setCounterLocalService, setGroupFinder, setGroupLocalService, setGroupPersistence, setGroupService, setMDRActionLocalService, setMDRActionPersistence, setMDRActionService, setMDRRuleGroupFinder, setMDRRuleGroupInstanceLocalService, setMDRRuleGroupInstancePersistence, setMDRRuleGroupInstanceService, setMDRRuleGroupLocalService, setMDRRuleGroupPersistence, setMDRRuleGroupService, setMDRRuleLocalService, setMDRRulePersistence, setMDRRuleService, setResourceLocalService, setSystemEventLocalService, setSystemEventPersistence, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateMDRRuleGrouppublic com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup addRuleGroup(long groupId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
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.MDRRuleGroup copyRuleGroup(long ruleGroupId,
long groupId,
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.MDRRuleGroup copyRuleGroup(com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup ruleGroup,
long groupId,
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 deleteRuleGroup(long ruleGroupId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemException@SystemEvent(action=1,
type=1)
public void deleteRuleGroup(com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup ruleGroup)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic void deleteRuleGroups(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup fetchRuleGroup(long ruleGroupId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup getRuleGroup(long ruleGroupId)
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.MDRRuleGroup> getRuleGroups(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> getRuleGroups(long groupId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic int getRuleGroupsCount(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> search(long groupId,
java.lang.String name,
boolean andOperator,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
search(long, String,
LinkedHashMap, boolean, int, int)com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> search(long groupId,
java.lang.String name,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
boolean andOperator,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> searchByKeywords(long groupId,
java.lang.String keywords,
boolean andOperator,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
searchByKeywords(long,
String, LinkedHashMap, boolean, int, int)com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> searchByKeywords(long groupId,
java.lang.String keywords,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
boolean andOperator,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic int searchByKeywordsCount(long groupId,
java.lang.String keywords,
boolean andOperator)
throws com.liferay.portal.kernel.exception.SystemException
searchByKeywordsCount(long,
String, LinkedHashMap, boolean)com.liferay.portal.kernel.exception.SystemExceptionpublic int searchByKeywordsCount(long groupId,
java.lang.String keywords,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
boolean andOperator)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic int searchCount(long groupId,
java.lang.String name,
boolean andOperator)
throws com.liferay.portal.kernel.exception.SystemException
searchCount(long, String,
LinkedHashMap, boolean)com.liferay.portal.kernel.exception.SystemExceptionpublic int searchCount(long groupId,
java.lang.String name,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
boolean andOperator)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup updateRuleGroup(long ruleGroupId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
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