Liferay 6.1.2-ce-ga3

com.liferay.portlet.mobiledevicerules.service
Class MDRRuleGroupInstanceServiceWrapper

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

public class MDRRuleGroupInstanceServiceWrapper
extends Object
implements MDRRuleGroupInstanceService, ServiceWrapper<MDRRuleGroupInstanceService>

This class is a wrapper for MDRRuleGroupInstanceService.

See Also:
MDRRuleGroupInstanceService

Constructor Summary
MDRRuleGroupInstanceServiceWrapper(MDRRuleGroupInstanceService mdrRuleGroupInstanceService)
           
 
Method Summary
 MDRRuleGroupInstance addRuleGroupInstance(long groupId, String className, long classPK, long ruleGroupId, int priority, ServiceContext serviceContext)
           
 MDRRuleGroupInstance addRuleGroupInstance(long groupId, String className, long classPK, long ruleGroupId, ServiceContext serviceContext)
           
 void deleteRuleGroupInstance(long ruleGroupInstanceId)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 List<MDRRuleGroupInstance> getRuleGroupInstances(String className, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 int getRuleGroupInstancesCount(String className, long classPK)
           
 MDRRuleGroupInstanceService getWrappedMDRRuleGroupInstanceService()
          Deprecated. Renamed to getWrappedService()
 MDRRuleGroupInstanceService getWrappedService()
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedMDRRuleGroupInstanceService(MDRRuleGroupInstanceService mdrRuleGroupInstanceService)
          Deprecated. Renamed to setWrappedService(com.liferay.portlet.mobiledevicerules.service.MDRRuleGroupInstanceService)
 void setWrappedService(MDRRuleGroupInstanceService mdrRuleGroupInstanceService)
           
 MDRRuleGroupInstance updateRuleGroupInstance(long ruleGroupInstanceId, int priority)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MDRRuleGroupInstanceServiceWrapper

public MDRRuleGroupInstanceServiceWrapper(MDRRuleGroupInstanceService mdrRuleGroupInstanceService)
Method Detail

getBeanIdentifier

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

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

addRuleGroupInstance

public MDRRuleGroupInstance addRuleGroupInstance(long groupId,
                                                 String className,
                                                 long classPK,
                                                 long ruleGroupId,
                                                 int priority,
                                                 ServiceContext serviceContext)
                                          throws PortalException,
                                                 SystemException
Specified by:
addRuleGroupInstance in interface MDRRuleGroupInstanceService
Throws:
PortalException
SystemException

addRuleGroupInstance

public MDRRuleGroupInstance addRuleGroupInstance(long groupId,
                                                 String className,
                                                 long classPK,
                                                 long ruleGroupId,
                                                 ServiceContext serviceContext)
                                          throws PortalException,
                                                 SystemException
Specified by:
addRuleGroupInstance in interface MDRRuleGroupInstanceService
Throws:
PortalException
SystemException

deleteRuleGroupInstance

public void deleteRuleGroupInstance(long ruleGroupInstanceId)
                             throws PortalException,
                                    SystemException
Specified by:
deleteRuleGroupInstance in interface MDRRuleGroupInstanceService
Throws:
PortalException
SystemException

getRuleGroupInstances

public List<MDRRuleGroupInstance> getRuleGroupInstances(String className,
                                                        long classPK,
                                                        int start,
                                                        int end,
                                                        OrderByComparator orderByComparator)
                                                 throws SystemException
Specified by:
getRuleGroupInstances in interface MDRRuleGroupInstanceService
Throws:
SystemException

getRuleGroupInstancesCount

public int getRuleGroupInstancesCount(String className,
                                      long classPK)
                               throws SystemException
Specified by:
getRuleGroupInstancesCount in interface MDRRuleGroupInstanceService
Throws:
SystemException

updateRuleGroupInstance

public MDRRuleGroupInstance updateRuleGroupInstance(long ruleGroupInstanceId,
                                                    int priority)
                                             throws PortalException,
                                                    SystemException
Specified by:
updateRuleGroupInstance in interface MDRRuleGroupInstanceService
Throws:
PortalException
SystemException

getWrappedMDRRuleGroupInstanceService

public MDRRuleGroupInstanceService getWrappedMDRRuleGroupInstanceService()
Deprecated. Renamed to getWrappedService()


setWrappedMDRRuleGroupInstanceService

public void setWrappedMDRRuleGroupInstanceService(MDRRuleGroupInstanceService mdrRuleGroupInstanceService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.mobiledevicerules.service.MDRRuleGroupInstanceService)


getWrappedService

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

setWrappedService

public void setWrappedService(MDRRuleGroupInstanceService mdrRuleGroupInstanceService)
Specified by:
setWrappedService in interface ServiceWrapper<MDRRuleGroupInstanceService>

Liferay 6.1.2-ce-ga3