|
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.MDRRuleServiceWrapper
public class MDRRuleServiceWrapper
This class is a wrapper for MDRRuleService
.
MDRRuleService
Constructor Summary | |
---|---|
MDRRuleServiceWrapper(MDRRuleService mdrRuleService)
|
Method Summary | |
---|---|
MDRRule |
addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRRule |
addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettings,
ServiceContext serviceContext)
|
void |
deleteRule(long ruleId)
|
MDRRule |
fetchRule(long ruleId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
MDRRule |
getRule(long ruleId)
|
MDRRuleService |
getWrappedMDRRuleService()
Deprecated. Renamed to getWrappedService() |
MDRRuleService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedMDRRuleService(MDRRuleService mdrRuleService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.mobiledevicerules.service.MDRRuleService) |
void |
setWrappedService(MDRRuleService mdrRuleService)
|
MDRRule |
updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRRule |
updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MDRRuleServiceWrapper(MDRRuleService mdrRuleService)
Method Detail |
---|
public String getBeanIdentifier()
getBeanIdentifier
in interface MDRRuleService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface MDRRuleService
beanIdentifier
- the Spring bean ID for this beanpublic MDRRule addRule(long ruleGroupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String typeSettings, ServiceContext serviceContext) throws PortalException, SystemException
addRule
in interface MDRRuleService
PortalException
SystemException
public MDRRule addRule(long ruleGroupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettings, ServiceContext serviceContext) throws PortalException, SystemException
addRule
in interface MDRRuleService
PortalException
SystemException
public void deleteRule(long ruleId) throws PortalException, SystemException
deleteRule
in interface MDRRuleService
PortalException
SystemException
public MDRRule fetchRule(long ruleId) throws PortalException, SystemException
fetchRule
in interface MDRRuleService
PortalException
SystemException
public MDRRule getRule(long ruleId) throws PortalException, SystemException
getRule
in interface MDRRuleService
PortalException
SystemException
public MDRRule updateRule(long ruleId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String typeSettings, ServiceContext serviceContext) throws PortalException, SystemException
updateRule
in interface MDRRuleService
PortalException
SystemException
public MDRRule updateRule(long ruleId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext) throws PortalException, SystemException
updateRule
in interface MDRRuleService
PortalException
SystemException
public MDRRuleService getWrappedMDRRuleService()
getWrappedService()
public void setWrappedMDRRuleService(MDRRuleService mdrRuleService)
setWrappedService(com.liferay.portlet.mobiledevicerules.service.MDRRuleService)
public MDRRuleService getWrappedService()
getWrappedService
in interface ServiceWrapper<MDRRuleService>
public void setWrappedService(MDRRuleService mdrRuleService)
setWrappedService
in interface ServiceWrapper<MDRRuleService>
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |