com.liferay.portlet.mobiledevicerules.service.impl
Class MDRRuleServiceImpl
java.lang.Object
com.liferay.portal.service.BaseServiceImpl
com.liferay.portlet.mobiledevicerules.service.base.MDRRuleServiceBaseImpl
com.liferay.portlet.mobiledevicerules.service.impl.MDRRuleServiceImpl
- All Implemented Interfaces:
- IdentifiableBean, BaseService, MDRRuleService
public class MDRRuleServiceImpl
- extends MDRRuleServiceBaseImpl
| Fields inherited from class com.liferay.portlet.mobiledevicerules.service.base.MDRRuleServiceBaseImpl |
counterLocalService, mdrRuleGroupFinder, mdrRuleGroupLocalService, mdrRuleGroupPersistence, mdrRuleGroupService, mdrRuleLocalService, mdrRulePersistence, mdrRuleService, systemEventLocalService, systemEventPersistence, userFinder, userLocalService, userPersistence, userService |
|
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)
|
MDRRule |
getRule(long ruleId)
|
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 com.liferay.portlet.mobiledevicerules.service.base.MDRRuleServiceBaseImpl |
afterPropertiesSet, destroy, getBeanIdentifier, getCounterLocalService, getMDRRuleGroupFinder, getMDRRuleGroupLocalService, getMDRRuleGroupPersistence, getMDRRuleGroupService, getMDRRuleLocalService, getMDRRulePersistence, getMDRRuleService, getModelClass, getModelClassName, getSystemEventLocalService, getSystemEventPersistence, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBeanIdentifier, setCounterLocalService, setMDRRuleGroupFinder, setMDRRuleGroupLocalService, setMDRRuleGroupPersistence, setMDRRuleGroupService, setMDRRuleLocalService, setMDRRulePersistence, setMDRRuleService, setSystemEventLocalService, setSystemEventPersistence, setUserFinder, setUserLocalService, setUserPersistence, setUserService |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MDRRuleServiceImpl
public MDRRuleServiceImpl()
addRule
public MDRRule addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
throws PortalException
- Throws:
PortalException
addRule
@JSONWebService(mode=IGNORE)
public MDRRule addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettings,
ServiceContext serviceContext)
throws PortalException
- Throws:
PortalException
deleteRule
public void deleteRule(long ruleId)
throws PortalException
- Throws:
PortalException
fetchRule
public MDRRule fetchRule(long ruleId)
throws PortalException
- Throws:
PortalException
getRule
public MDRRule getRule(long ruleId)
throws PortalException
- Throws:
PortalException
updateRule
public MDRRule updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
throws PortalException
- Throws:
PortalException
updateRule
public MDRRule updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
throws PortalException
- Throws:
PortalException