Liferay 6.1.2-ce-ga3

com.liferay.portlet.mobiledevicerules.service
Class MDRRuleServiceWrapper

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

public class MDRRuleServiceWrapper
extends Object
implements MDRRuleService, ServiceWrapper<MDRRuleService>

This class is a wrapper for MDRRuleService.

See Also:
MDRRuleService

Constructor Summary
MDRRuleServiceWrapper(MDRRuleService mdrRuleService)
           
 
Method Summary
 MDRRule addRule(long ruleGroupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String typeSettings, ServiceContext serviceContext)
           
 MDRRule addRule(long ruleGroupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettings, ServiceContext serviceContext)
           
 void deleteRule(long ruleId)
           
 MDRRule fetchRule(long ruleId)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 MDRRule getRule(long ruleId)
           
 MDRRuleService getWrappedMDRRuleService()
          Deprecated. Renamed to getWrappedService()
 MDRRuleService getWrappedService()
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedMDRRuleService(MDRRuleService mdrRuleService)
          Deprecated. Renamed to setWrappedService(com.liferay.portlet.mobiledevicerules.service.MDRRuleService)
 void setWrappedService(MDRRuleService mdrRuleService)
           
 MDRRule updateRule(long ruleId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String typeSettings, ServiceContext serviceContext)
           
 MDRRule updateRule(long ruleId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MDRRuleServiceWrapper

public MDRRuleServiceWrapper(MDRRuleService mdrRuleService)
Method Detail

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface MDRRuleService
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 MDRRuleService
Parameters:
beanIdentifier - the Spring bean ID for this bean

addRule

public MDRRule addRule(long ruleGroupId,
                       Map<Locale,String> nameMap,
                       Map<Locale,String> descriptionMap,
                       String type,
                       String typeSettings,
                       ServiceContext serviceContext)
                throws PortalException,
                       SystemException
Specified by:
addRule in interface MDRRuleService
Throws:
PortalException
SystemException

addRule

public MDRRule addRule(long ruleGroupId,
                       Map<Locale,String> nameMap,
                       Map<Locale,String> descriptionMap,
                       String type,
                       UnicodeProperties typeSettings,
                       ServiceContext serviceContext)
                throws PortalException,
                       SystemException
Specified by:
addRule in interface MDRRuleService
Throws:
PortalException
SystemException

deleteRule

public void deleteRule(long ruleId)
                throws PortalException,
                       SystemException
Specified by:
deleteRule in interface MDRRuleService
Throws:
PortalException
SystemException

fetchRule

public MDRRule fetchRule(long ruleId)
                  throws PortalException,
                         SystemException
Specified by:
fetchRule in interface MDRRuleService
Throws:
PortalException
SystemException

getRule

public MDRRule getRule(long ruleId)
                throws PortalException,
                       SystemException
Specified by:
getRule in interface MDRRuleService
Throws:
PortalException
SystemException

updateRule

public MDRRule updateRule(long ruleId,
                          Map<Locale,String> nameMap,
                          Map<Locale,String> descriptionMap,
                          String type,
                          String typeSettings,
                          ServiceContext serviceContext)
                   throws PortalException,
                          SystemException
Specified by:
updateRule in interface MDRRuleService
Throws:
PortalException
SystemException

updateRule

public MDRRule updateRule(long ruleId,
                          Map<Locale,String> nameMap,
                          Map<Locale,String> descriptionMap,
                          String type,
                          UnicodeProperties typeSettingsProperties,
                          ServiceContext serviceContext)
                   throws PortalException,
                          SystemException
Specified by:
updateRule in interface MDRRuleService
Throws:
PortalException
SystemException

getWrappedMDRRuleService

public MDRRuleService getWrappedMDRRuleService()
Deprecated. Renamed to getWrappedService()


setWrappedMDRRuleService

public void setWrappedMDRRuleService(MDRRuleService mdrRuleService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.mobiledevicerules.service.MDRRuleService)


getWrappedService

public MDRRuleService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<MDRRuleService>

setWrappedService

public void setWrappedService(MDRRuleService mdrRuleService)
Specified by:
setWrappedService in interface ServiceWrapper<MDRRuleService>

Liferay 6.1.2-ce-ga3