Liferay 6.2-ce-ga5

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

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

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


setWrappedMDRRuleGroupInstanceService

public void setWrappedMDRRuleGroupInstanceService(MDRRuleGroupInstanceService mdrRuleGroupInstanceService)
Deprecated. As of 6.1.0, replaced by 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.2-ce-ga5