com.liferay.portlet.mobiledevicerules.service
Class MDRRuleGroupInstanceServiceWrapper
java.lang.Object
com.liferay.portlet.mobiledevicerules.service.MDRRuleGroupInstanceServiceWrapper
- All Implemented Interfaces:
- ServiceWrapper<MDRRuleGroupInstanceService>, MDRRuleGroupInstanceService
public class MDRRuleGroupInstanceServiceWrapper
- extends java.lang.Object
- implements MDRRuleGroupInstanceService, ServiceWrapper<MDRRuleGroupInstanceService>
This class is a wrapper for MDRRuleGroupInstanceService.
- Author:
- Edward C. Han
- See Also:
MDRRuleGroupInstanceService- Generated:
|
Method Summary |
MDRRuleGroupInstance |
addRuleGroupInstance(long groupId,
java.lang.String className,
long classPK,
long ruleGroupId,
int priority,
ServiceContext serviceContext)
|
MDRRuleGroupInstance |
addRuleGroupInstance(long groupId,
java.lang.String className,
long classPK,
long ruleGroupId,
ServiceContext serviceContext)
|
void |
deleteRuleGroupInstance(long ruleGroupInstanceId)
|
java.util.List<MDRRuleGroupInstance> |
getRuleGroupInstances(java.lang.String className,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
|
int |
getRuleGroupInstancesCount(java.lang.String className,
long classPK)
|
MDRRuleGroupInstanceService |
getWrappedMDRRuleGroupInstanceService()
Deprecated. Renamed to getWrappedService() |
MDRRuleGroupInstanceService |
getWrappedService()
|
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 |
MDRRuleGroupInstanceServiceWrapper
public MDRRuleGroupInstanceServiceWrapper(MDRRuleGroupInstanceService mdrRuleGroupInstanceService)
addRuleGroupInstance
public MDRRuleGroupInstance addRuleGroupInstance(long groupId,
java.lang.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,
java.lang.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 java.util.List<MDRRuleGroupInstance> getRuleGroupInstances(java.lang.String className,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
getRuleGroupInstances in interface MDRRuleGroupInstanceService
- Throws:
SystemException
getRuleGroupInstancesCount
public int getRuleGroupInstancesCount(java.lang.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>