Liferay 7.0-ce-m3

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

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

Provides a wrapper for MDRRuleService.

See Also:
MDRRuleService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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. As of 6.1.0, replaced by getWrappedService()
 MDRRuleService getWrappedService()
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedMDRRuleService(MDRRuleService mdrRuleService)
          Deprecated. As of 6.1.0, replaced by 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

addRule

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

addRule

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

deleteRule

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

fetchRule

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

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

getRule

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

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

updateRule

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

updateRule

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

getWrappedMDRRuleService

@Deprecated
public MDRRuleService getWrappedMDRRuleService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedMDRRuleService

@Deprecated
public void setWrappedMDRRuleService(MDRRuleService mdrRuleService)
Deprecated. As of 6.1.0, replaced by 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 7.0-ce-m3