public class MDRRuleGroupServiceWrapper extends java.lang.Object implements MDRRuleGroupService, ServiceWrapper<MDRRuleGroupService>
MDRRuleGroupService.MDRRuleGroupService| Constructor and Description |
|---|
MDRRuleGroupServiceWrapper(MDRRuleGroupService mdrRuleGroupService) |
| Modifier and Type | Method and Description |
|---|---|
MDRRuleGroup |
addRuleGroup(long groupId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
ServiceContext serviceContext) |
MDRRuleGroup |
copyRuleGroup(long ruleGroupId,
long groupId,
ServiceContext serviceContext) |
void |
deleteRuleGroup(long ruleGroupId) |
MDRRuleGroup |
fetchRuleGroup(long ruleGroupId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
MDRRuleGroup |
getRuleGroup(long ruleGroupId) |
java.util.List<MDRRuleGroup> |
getRuleGroups(long[] groupIds,
int start,
int end) |
int |
getRuleGroupsCount(long[] groupIds) |
MDRRuleGroupService |
getWrappedService() |
void |
setWrappedService(MDRRuleGroupService mdrRuleGroupService) |
MDRRuleGroup |
updateRuleGroup(long ruleGroupId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
ServiceContext serviceContext) |
public MDRRuleGroupServiceWrapper(MDRRuleGroupService mdrRuleGroupService)
public MDRRuleGroup addRuleGroup(long groupId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, ServiceContext serviceContext) throws PortalException
addRuleGroup in interface MDRRuleGroupServicePortalExceptionpublic MDRRuleGroup copyRuleGroup(long ruleGroupId, long groupId, ServiceContext serviceContext) throws PortalException
copyRuleGroup in interface MDRRuleGroupServicePortalExceptionpublic void deleteRuleGroup(long ruleGroupId)
throws PortalException
deleteRuleGroup in interface MDRRuleGroupServicePortalExceptionpublic MDRRuleGroup fetchRuleGroup(long ruleGroupId) throws PortalException
fetchRuleGroup in interface MDRRuleGroupServicePortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface MDRRuleGroupServicepublic MDRRuleGroup getRuleGroup(long ruleGroupId) throws PortalException
getRuleGroup in interface MDRRuleGroupServicePortalExceptionpublic java.util.List<MDRRuleGroup> getRuleGroups(long[] groupIds, int start, int end)
getRuleGroups in interface MDRRuleGroupServicepublic int getRuleGroupsCount(long[] groupIds)
getRuleGroupsCount in interface MDRRuleGroupServicepublic MDRRuleGroup updateRuleGroup(long ruleGroupId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, ServiceContext serviceContext) throws PortalException
updateRuleGroup in interface MDRRuleGroupServicePortalExceptionpublic MDRRuleGroupService getWrappedService()
getWrappedService in interface ServiceWrapper<MDRRuleGroupService>public void setWrappedService(MDRRuleGroupService mdrRuleGroupService)
setWrappedService in interface ServiceWrapper<MDRRuleGroupService>