|
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.MDRRuleGroupServiceWrapper
public class MDRRuleGroupServiceWrapper
This class is a wrapper for MDRRuleGroupService
.
MDRRuleGroupService
Constructor Summary | |
---|---|
MDRRuleGroupServiceWrapper(MDRRuleGroupService mdrRuleGroupService)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MDRRuleGroupServiceWrapper(MDRRuleGroupService mdrRuleGroupService)
Method Detail |
---|
public String getBeanIdentifier()
getBeanIdentifier
in interface MDRRuleGroupService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface MDRRuleGroupService
beanIdentifier
- the Spring bean ID for this beanpublic MDRRuleGroup addRuleGroup(long groupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext) throws PortalException, SystemException
addRuleGroup
in interface MDRRuleGroupService
PortalException
SystemException
public MDRRuleGroup copyRuleGroup(long ruleGroupId, long groupId, ServiceContext serviceContext) throws PortalException, SystemException
copyRuleGroup
in interface MDRRuleGroupService
PortalException
SystemException
public void deleteRuleGroup(long ruleGroupId) throws PortalException, SystemException
deleteRuleGroup
in interface MDRRuleGroupService
PortalException
SystemException
public MDRRuleGroup fetchRuleGroup(long ruleGroupId) throws PortalException, SystemException
fetchRuleGroup
in interface MDRRuleGroupService
PortalException
SystemException
public MDRRuleGroup getRuleGroup(long ruleGroupId) throws PortalException, SystemException
getRuleGroup
in interface MDRRuleGroupService
PortalException
SystemException
public MDRRuleGroup updateRuleGroup(long ruleGroupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext) throws PortalException, SystemException
updateRuleGroup
in interface MDRRuleGroupService
PortalException
SystemException
public MDRRuleGroupService getWrappedMDRRuleGroupService()
getWrappedService()
public void setWrappedMDRRuleGroupService(MDRRuleGroupService mdrRuleGroupService)
setWrappedService(com.liferay.portlet.mobiledevicerules.service.MDRRuleGroupService)
public MDRRuleGroupService getWrappedService()
getWrappedService
in interface ServiceWrapper<MDRRuleGroupService>
public void setWrappedService(MDRRuleGroupService mdrRuleGroupService)
setWrappedService
in interface ServiceWrapper<MDRRuleGroupService>
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |