public class MDRRuleGroupLocalServiceImpl extends MDRRuleGroupLocalServiceBaseImpl
counterLocalService, groupFinder, groupLocalService, groupPersistence, groupService, mdrRuleGroupFinder, mdrRuleGroupInstanceLocalService, mdrRuleGroupInstancePersistence, mdrRuleGroupInstanceService, mdrRuleGroupLocalService, mdrRuleGroupPersistence, mdrRuleGroupService, mdrRuleLocalService, mdrRulePersistence, mdrRuleService, persistedModelLocalServiceRegistry, 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[] groupIds,
int start,
int end) |
java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> |
getRuleGroups(long groupId,
int start,
int end) |
int |
getRuleGroupsCount(long groupId) |
int |
getRuleGroupsCount(long[] groupIds) |
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, deletePersistedModel, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchMDRRuleGroup, fetchMDRRuleGroupByUuidAndGroupId, getActionableDynamicQuery, getBeanIdentifier, getCounterLocalService, getExportActionableDynamicQuery, getGroupFinder, getGroupLocalService, getGroupPersistence, getGroupService, getMDRRuleGroup, getMDRRuleGroupByUuidAndGroupId, getMDRRuleGroupFinder, getMDRRuleGroupInstanceLocalService, getMDRRuleGroupInstancePersistence, getMDRRuleGroupInstanceService, getMDRRuleGroupLocalService, getMDRRuleGroupPersistence, getMDRRuleGroups, getMDRRuleGroupsByUuidAndCompanyId, getMDRRuleGroupsByUuidAndCompanyId, getMDRRuleGroupsCount, getMDRRuleGroupService, getMDRRuleLocalService, getMDRRulePersistence, getMDRRuleService, getModelClass, getModelClassName, getPersistedModel, getSystemEventLocalService, getSystemEventPersistence, getUserFinder, getUserLocalService, getUserPersistence, getUserService, initActionableDynamicQuery, runSQL, setBeanIdentifier, setCounterLocalService, setGroupFinder, setGroupLocalService, setGroupPersistence, setGroupService, setMDRRuleGroupFinder, setMDRRuleGroupInstanceLocalService, setMDRRuleGroupInstancePersistence, setMDRRuleGroupInstanceService, setMDRRuleGroupLocalService, setMDRRuleGroupPersistence, setMDRRuleGroupService, setMDRRuleLocalService, setMDRRulePersistence, setMDRRuleService, 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.PortalExceptionpublic 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.PortalExceptionpublic 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.PortalExceptionpublic void deleteRuleGroup(long ruleGroupId)
@SystemEvent(action=1,
type=1)
public void deleteRuleGroup(com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup ruleGroup)
public void deleteRuleGroups(long groupId)
public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup fetchRuleGroup(long ruleGroupId)
public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup getRuleGroup(long ruleGroupId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> getRuleGroups(long groupId)
public java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> getRuleGroups(long groupId,
int start,
int end)
public java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> getRuleGroups(long[] groupIds,
int start,
int end)
public int getRuleGroupsCount(long groupId)
public int getRuleGroupsCount(long[] groupIds)
@Deprecated
public java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> search(long groupId,
java.lang.String name,
boolean andOperator,
int start,
int end)
search(long, String,
LinkedHashMap, boolean, int, int)public 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)
@Deprecated
public java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> searchByKeywords(long groupId,
java.lang.String keywords,
boolean andOperator,
int start,
int end)
searchByKeywords(long,
String, LinkedHashMap, boolean, int, int)public 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)
@Deprecated
public int searchByKeywordsCount(long groupId,
java.lang.String keywords,
boolean andOperator)
searchByKeywordsCount(long,
String, LinkedHashMap, boolean)public int searchByKeywordsCount(long groupId,
java.lang.String keywords,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
boolean andOperator)
@Deprecated
public int searchCount(long groupId,
java.lang.String name,
boolean andOperator)
searchCount(long, String,
LinkedHashMap, boolean)public int searchCount(long groupId,
java.lang.String name,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
boolean andOperator)
public 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.PortalException