com.liferay.portlet.mobiledevicerules.service.impl
Class MDRRuleGroupLocalServiceImpl
java.lang.Object
com.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portlet.mobiledevicerules.service.base.MDRRuleGroupLocalServiceBaseImpl
com.liferay.portlet.mobiledevicerules.service.impl.MDRRuleGroupLocalServiceImpl
- All Implemented Interfaces:
- IdentifiableBean, BaseLocalService, PersistedModelLocalService, MDRRuleGroupLocalService
public class MDRRuleGroupLocalServiceImpl
- extends MDRRuleGroupLocalServiceBaseImpl
Fields inherited from class com.liferay.portlet.mobiledevicerules.service.base.MDRRuleGroupLocalServiceBaseImpl |
counterLocalService, groupFinder, groupLocalService, groupPersistence, groupService, mdrActionLocalService, mdrActionPersistence, mdrActionService, mdrRuleGroupFinder, mdrRuleGroupInstanceLocalService, mdrRuleGroupInstancePersistence, mdrRuleGroupInstanceService, mdrRuleGroupLocalService, mdrRuleGroupPersistence, mdrRuleGroupService, mdrRuleLocalService, mdrRulePersistence, mdrRuleService, persistedModelLocalServiceRegistry, resourceFinder, resourceLocalService, resourcePersistence, resourceService, userFinder, userLocalService, userPersistence, userService |
Method Summary |
MDRRuleGroup |
addRuleGroup(long groupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
MDRRuleGroup |
copyRuleGroup(long ruleGroupId,
long groupId,
ServiceContext serviceContext)
|
MDRRuleGroup |
copyRuleGroup(MDRRuleGroup ruleGroup,
long groupId,
ServiceContext serviceContext)
|
void |
deleteRuleGroup(long ruleGroupId)
|
void |
deleteRuleGroup(MDRRuleGroup ruleGroup)
|
void |
deleteRuleGroups(long groupId)
|
MDRRuleGroup |
fetchRuleGroup(long ruleGroupId)
|
MDRRuleGroup |
getRuleGroup(long ruleGroupId)
|
List<MDRRuleGroup> |
getRuleGroups(long groupId)
|
List<MDRRuleGroup> |
getRuleGroups(long groupId,
int start,
int end)
|
int |
getRuleGroupsCount(long groupId)
|
List<MDRRuleGroup> |
search(long groupId,
String name,
boolean andOperator,
int start,
int end)
|
List<MDRRuleGroup> |
searchByKeywords(long groupId,
String keywords,
boolean andOperator,
int start,
int end)
|
int |
searchByKeywordsCount(long groupId,
String keywords,
boolean andOperator)
|
int |
searchCount(long groupId,
String name,
boolean andOperator)
|
MDRRuleGroup |
updateRuleGroup(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
Methods inherited from class com.liferay.portlet.mobiledevicerules.service.base.MDRRuleGroupLocalServiceBaseImpl |
addMDRRuleGroup, afterPropertiesSet, createMDRRuleGroup, deleteMDRRuleGroup, deleteMDRRuleGroup, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, fetchMDRRuleGroup, getBeanIdentifier, getCounterLocalService, getGroupFinder, getGroupLocalService, getGroupPersistence, getGroupService, getMDRActionLocalService, getMDRActionPersistence, getMDRActionService, getMDRRuleGroup, getMDRRuleGroupByUuidAndGroupId, getMDRRuleGroupFinder, getMDRRuleGroupInstanceLocalService, getMDRRuleGroupInstancePersistence, getMDRRuleGroupInstanceService, getMDRRuleGroupLocalService, getMDRRuleGroupPersistence, getMDRRuleGroups, getMDRRuleGroupsCount, getMDRRuleGroupService, getMDRRuleLocalService, getMDRRulePersistence, getMDRRuleService, getModelClass, getModelClassName, getPersistedModel, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBeanIdentifier, setCounterLocalService, setGroupFinder, setGroupLocalService, setGroupPersistence, setGroupService, setMDRActionLocalService, setMDRActionPersistence, setMDRActionService, setMDRRuleGroupFinder, setMDRRuleGroupInstanceLocalService, setMDRRuleGroupInstancePersistence, setMDRRuleGroupInstanceService, setMDRRuleGroupLocalService, setMDRRuleGroupPersistence, setMDRRuleGroupService, setMDRRuleLocalService, setMDRRulePersistence, setMDRRuleService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateMDRRuleGroup, updateMDRRuleGroup |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MDRRuleGroupLocalServiceImpl
public MDRRuleGroupLocalServiceImpl()
addRuleGroup
public MDRRuleGroup addRuleGroup(long groupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
copyRuleGroup
public MDRRuleGroup copyRuleGroup(long ruleGroupId,
long groupId,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
copyRuleGroup
public MDRRuleGroup copyRuleGroup(MDRRuleGroup ruleGroup,
long groupId,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteRuleGroup
public void deleteRuleGroup(long ruleGroupId)
throws SystemException
- Throws:
SystemException
deleteRuleGroup
public void deleteRuleGroup(MDRRuleGroup ruleGroup)
throws SystemException
- Throws:
SystemException
deleteRuleGroups
public void deleteRuleGroups(long groupId)
throws SystemException
- Throws:
SystemException
fetchRuleGroup
public MDRRuleGroup fetchRuleGroup(long ruleGroupId)
throws SystemException
- Throws:
SystemException
getRuleGroup
public MDRRuleGroup getRuleGroup(long ruleGroupId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getRuleGroups
public List<MDRRuleGroup> getRuleGroups(long groupId)
throws SystemException
- Throws:
SystemException
getRuleGroups
public List<MDRRuleGroup> getRuleGroups(long groupId,
int start,
int end)
throws SystemException
- Throws:
SystemException
getRuleGroupsCount
public int getRuleGroupsCount(long groupId)
throws SystemException
- Throws:
SystemException
search
public List<MDRRuleGroup> search(long groupId,
String name,
boolean andOperator,
int start,
int end)
throws SystemException
- Throws:
SystemException
searchByKeywords
public List<MDRRuleGroup> searchByKeywords(long groupId,
String keywords,
boolean andOperator,
int start,
int end)
throws SystemException
- Throws:
SystemException
searchByKeywordsCount
public int searchByKeywordsCount(long groupId,
String keywords,
boolean andOperator)
throws SystemException
- Throws:
SystemException
searchCount
public int searchCount(long groupId,
String name,
boolean andOperator)
throws SystemException
- Throws:
SystemException
updateRuleGroup
public MDRRuleGroup updateRuleGroup(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException