|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.mobiledevicerules.service.MDRRuleGroupInstanceServiceWrapper
public class MDRRuleGroupInstanceServiceWrapper
This class is a wrapper for MDRRuleGroupInstanceService
.
MDRRuleGroupInstanceService
Constructor Summary | |
---|---|
MDRRuleGroupInstanceServiceWrapper(MDRRuleGroupInstanceService mdrRuleGroupInstanceService)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MDRRuleGroupInstanceServiceWrapper(MDRRuleGroupInstanceService mdrRuleGroupInstanceService)
Method Detail |
---|
public String getBeanIdentifier()
getBeanIdentifier
in interface MDRRuleGroupInstanceService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface MDRRuleGroupInstanceService
beanIdentifier
- the Spring bean ID for this beanpublic MDRRuleGroupInstance addRuleGroupInstance(long groupId, String className, long classPK, long ruleGroupId, int priority, ServiceContext serviceContext) throws PortalException, SystemException
addRuleGroupInstance
in interface MDRRuleGroupInstanceService
PortalException
SystemException
public MDRRuleGroupInstance addRuleGroupInstance(long groupId, String className, long classPK, long ruleGroupId, ServiceContext serviceContext) throws PortalException, SystemException
addRuleGroupInstance
in interface MDRRuleGroupInstanceService
PortalException
SystemException
public void deleteRuleGroupInstance(long ruleGroupInstanceId) throws PortalException, SystemException
deleteRuleGroupInstance
in interface MDRRuleGroupInstanceService
PortalException
SystemException
public List<MDRRuleGroupInstance> getRuleGroupInstances(String className, long classPK, int start, int end, OrderByComparator orderByComparator) throws SystemException
getRuleGroupInstances
in interface MDRRuleGroupInstanceService
SystemException
public int getRuleGroupInstancesCount(String className, long classPK) throws SystemException
getRuleGroupInstancesCount
in interface MDRRuleGroupInstanceService
SystemException
public MDRRuleGroupInstance updateRuleGroupInstance(long ruleGroupInstanceId, int priority) throws PortalException, SystemException
updateRuleGroupInstance
in interface MDRRuleGroupInstanceService
PortalException
SystemException
public MDRRuleGroupInstanceService getWrappedMDRRuleGroupInstanceService()
getWrappedService()
public void setWrappedMDRRuleGroupInstanceService(MDRRuleGroupInstanceService mdrRuleGroupInstanceService)
setWrappedService(com.liferay.portlet.mobiledevicerules.service.MDRRuleGroupInstanceService)
public MDRRuleGroupInstanceService getWrappedService()
getWrappedService
in interface ServiceWrapper<MDRRuleGroupInstanceService>
public void setWrappedService(MDRRuleGroupInstanceService mdrRuleGroupInstanceService)
setWrappedService
in interface ServiceWrapper<MDRRuleGroupInstanceService>
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |