Liferay 6.1.0

com.liferay.portlet.mobiledevicerules.service
Class MDRRuleGroupInstanceServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.mobiledevicerules.service.MDRRuleGroupInstanceServiceWrapper
All Implemented Interfaces:
MDRRuleGroupInstanceService

public class MDRRuleGroupInstanceServiceWrapper
extends Object
implements 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)
           
 void deleteRuleGroupInstance(long ruleGroupInstanceId)
           
 void deleteRuleGroupInstance(MDRRuleGroupInstance ruleGroupInstance)
           
 List<MDRRuleGroupInstance> getRuleGroupInstances(String className, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 int getRuleGroupInstancesCount(String className, long classPK)
           
 MDRRuleGroupInstanceService getWrappedMDRRuleGroupInstanceService()
           
 void setWrappedMDRRuleGroupInstanceService(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

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

deleteRuleGroupInstance

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

deleteRuleGroupInstance

public void deleteRuleGroupInstance(MDRRuleGroupInstance ruleGroupInstance)
                             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()

setWrappedMDRRuleGroupInstanceService

public void setWrappedMDRRuleGroupInstanceService(MDRRuleGroupInstanceService mdrRuleGroupInstanceService)

Liferay 6.1.0