Liferay 6.1.2-ce-ga3

com.liferay.portlet.mobiledevicerules.service
Class MDRRuleGroupServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.mobiledevicerules.service.MDRRuleGroupServiceWrapper
All Implemented Interfaces:
BaseService, ServiceWrapper<MDRRuleGroupService>, MDRRuleGroupService

public class MDRRuleGroupServiceWrapper
extends Object
implements MDRRuleGroupService, ServiceWrapper<MDRRuleGroupService>

This class is a wrapper for MDRRuleGroupService.

See Also:
MDRRuleGroupService

Constructor Summary
MDRRuleGroupServiceWrapper(MDRRuleGroupService mdrRuleGroupService)
           
 
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. Renamed to getWrappedService()
 MDRRuleGroupService getWrappedService()
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedMDRRuleGroupService(MDRRuleGroupService mdrRuleGroupService)
          Deprecated. Renamed to 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
 

Constructor Detail

MDRRuleGroupServiceWrapper

public MDRRuleGroupServiceWrapper(MDRRuleGroupService mdrRuleGroupService)
Method Detail

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

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

addRuleGroup

public MDRRuleGroup addRuleGroup(long groupId,
                                 Map<Locale,String> nameMap,
                                 Map<Locale,String> descriptionMap,
                                 ServiceContext serviceContext)
                          throws PortalException,
                                 SystemException
Specified by:
addRuleGroup in interface MDRRuleGroupService
Throws:
PortalException
SystemException

copyRuleGroup

public MDRRuleGroup copyRuleGroup(long ruleGroupId,
                                  long groupId,
                                  ServiceContext serviceContext)
                           throws PortalException,
                                  SystemException
Specified by:
copyRuleGroup in interface MDRRuleGroupService
Throws:
PortalException
SystemException

deleteRuleGroup

public void deleteRuleGroup(long ruleGroupId)
                     throws PortalException,
                            SystemException
Specified by:
deleteRuleGroup in interface MDRRuleGroupService
Throws:
PortalException
SystemException

fetchRuleGroup

public MDRRuleGroup fetchRuleGroup(long ruleGroupId)
                            throws PortalException,
                                   SystemException
Specified by:
fetchRuleGroup in interface MDRRuleGroupService
Throws:
PortalException
SystemException

getRuleGroup

public MDRRuleGroup getRuleGroup(long ruleGroupId)
                          throws PortalException,
                                 SystemException
Specified by:
getRuleGroup in interface MDRRuleGroupService
Throws:
PortalException
SystemException

updateRuleGroup

public MDRRuleGroup updateRuleGroup(long ruleGroupId,
                                    Map<Locale,String> nameMap,
                                    Map<Locale,String> descriptionMap,
                                    ServiceContext serviceContext)
                             throws PortalException,
                                    SystemException
Specified by:
updateRuleGroup in interface MDRRuleGroupService
Throws:
PortalException
SystemException

getWrappedMDRRuleGroupService

public MDRRuleGroupService getWrappedMDRRuleGroupService()
Deprecated. Renamed to getWrappedService()


setWrappedMDRRuleGroupService

public void setWrappedMDRRuleGroupService(MDRRuleGroupService mdrRuleGroupService)
Deprecated. Renamed to 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>

Liferay 6.1.2-ce-ga3