com.liferay.portlet.mobiledevicerules.service
Class MDRRuleGroupServiceWrapper
java.lang.Object
com.liferay.portlet.mobiledevicerules.service.MDRRuleGroupServiceWrapper
- All Implemented Interfaces:
- BaseService, ServiceWrapper<MDRRuleGroupService>, MDRRuleGroupService
@ProviderType
public class MDRRuleGroupServiceWrapper
- extends Object
- implements MDRRuleGroupService, ServiceWrapper<MDRRuleGroupService>
Provides a wrapper for MDRRuleGroupService.
- See Also:
MDRRuleGroupService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
|
Method Summary |
MDRRuleGroup |
addRuleGroup(long groupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
MDRRuleGroup |
copyRuleGroup(long ruleGroupId,
long groupId,
ServiceContext serviceContext)
|
void |
deleteRuleGroup(long ruleGroupId)
|
MDRRuleGroup |
fetchRuleGroup(long ruleGroupId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
MDRRuleGroup |
getRuleGroup(long ruleGroupId)
|
MDRRuleGroupService |
getWrappedMDRRuleGroupService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
MDRRuleGroupService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedMDRRuleGroupService(MDRRuleGroupService mdrRuleGroupService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.mobiledevicerules.service.MDRRuleGroupService) |
void |
setWrappedService(MDRRuleGroupService mdrRuleGroupService)
|
MDRRuleGroup |
updateRuleGroup(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MDRRuleGroupServiceWrapper
public MDRRuleGroupServiceWrapper(MDRRuleGroupService mdrRuleGroupService)
addRuleGroup
public MDRRuleGroup addRuleGroup(long groupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
throws PortalException
- Specified by:
addRuleGroup in interface MDRRuleGroupService
- Throws:
PortalException
copyRuleGroup
public MDRRuleGroup copyRuleGroup(long ruleGroupId,
long groupId,
ServiceContext serviceContext)
throws PortalException
- Specified by:
copyRuleGroup in interface MDRRuleGroupService
- Throws:
PortalException
deleteRuleGroup
public void deleteRuleGroup(long ruleGroupId)
throws PortalException
- Specified by:
deleteRuleGroup in interface MDRRuleGroupService
- Throws:
PortalException
fetchRuleGroup
public MDRRuleGroup fetchRuleGroup(long ruleGroupId)
throws PortalException
- Specified by:
fetchRuleGroup in interface MDRRuleGroupService
- Throws:
PortalException
getBeanIdentifier
public String getBeanIdentifier()
- Returns the Spring bean ID for this bean.
- Specified by:
getBeanIdentifier in interface MDRRuleGroupService
- Returns:
- the Spring bean ID for this bean
getRuleGroup
public MDRRuleGroup getRuleGroup(long ruleGroupId)
throws PortalException
- Specified by:
getRuleGroup in interface MDRRuleGroupService
- Throws:
PortalException
setBeanIdentifier
public void setBeanIdentifier(String beanIdentifier)
- Sets the Spring bean ID for this bean.
- Specified by:
setBeanIdentifier in interface MDRRuleGroupService
- Parameters:
beanIdentifier - the Spring bean ID for this bean
updateRuleGroup
public MDRRuleGroup updateRuleGroup(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
throws PortalException
- Specified by:
updateRuleGroup in interface MDRRuleGroupService
- Throws:
PortalException
getWrappedMDRRuleGroupService
@Deprecated
public MDRRuleGroupService getWrappedMDRRuleGroupService()
- Deprecated. As of 6.1.0, replaced by
getWrappedService()
setWrappedMDRRuleGroupService
@Deprecated
public void setWrappedMDRRuleGroupService(MDRRuleGroupService mdrRuleGroupService)
- Deprecated. As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.mobiledevicerules.service.MDRRuleGroupService)
getWrappedService
public MDRRuleGroupService getWrappedService()
- Specified by:
getWrappedService in interface ServiceWrapper<MDRRuleGroupService>
setWrappedService
public void setWrappedService(MDRRuleGroupService mdrRuleGroupService)
- Specified by:
setWrappedService in interface ServiceWrapper<MDRRuleGroupService>