com.liferay.portlet.mobiledevicerules.service.impl
Class MDRRuleLocalServiceImpl
java.lang.Object
com.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portlet.mobiledevicerules.service.base.MDRRuleLocalServiceBaseImpl
com.liferay.portlet.mobiledevicerules.service.impl.MDRRuleLocalServiceImpl
- All Implemented Interfaces:
- IdentifiableBean, BaseLocalService, PersistedModelLocalService, MDRRuleLocalService
public class MDRRuleLocalServiceImpl
- extends MDRRuleLocalServiceBaseImpl
Fields inherited from class com.liferay.portlet.mobiledevicerules.service.base.MDRRuleLocalServiceBaseImpl |
counterLocalService, mdrActionLocalService, mdrActionPersistence, mdrActionService, mdrRuleGroupFinder, mdrRuleGroupInstanceLocalService, mdrRuleGroupInstancePersistence, mdrRuleGroupInstanceService, mdrRuleGroupLocalService, mdrRuleGroupPersistence, mdrRuleGroupService, mdrRuleLocalService, mdrRulePersistence, mdrRuleService, persistedModelLocalServiceRegistry, resourceFinder, resourceLocalService, resourcePersistence, resourceService, 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 typeSettingsProperties,
ServiceContext serviceContext)
|
MDRRule |
copyRule(long ruleId,
long ruleGroupId,
ServiceContext serviceContext)
|
MDRRule |
copyRule(MDRRule rule,
long ruleGroupId,
ServiceContext serviceContext)
|
void |
deleteRule(long ruleId)
|
void |
deleteRule(MDRRule rule)
|
void |
deleteRules(long ruleGroupId)
|
MDRRule |
fetchRule(long ruleId)
|
MDRRule |
getRule(long ruleId)
|
List<MDRRule> |
getRules(long ruleGroupId)
|
List<MDRRule> |
getRules(long ruleGroupId,
int start,
int end)
|
int |
getRulesCount(long ruleGroupId)
|
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.MDRRuleLocalServiceBaseImpl |
addMDRRule, afterPropertiesSet, createMDRRule, deleteMDRRule, deleteMDRRule, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, fetchMDRRule, getBeanIdentifier, getCounterLocalService, getMDRActionLocalService, getMDRActionPersistence, getMDRActionService, getMDRRule, getMDRRuleByUuidAndGroupId, getMDRRuleGroupFinder, getMDRRuleGroupInstanceLocalService, getMDRRuleGroupInstancePersistence, getMDRRuleGroupInstanceService, getMDRRuleGroupLocalService, getMDRRuleGroupPersistence, getMDRRuleGroupService, getMDRRuleLocalService, getMDRRulePersistence, getMDRRules, getMDRRulesCount, getMDRRuleService, getModelClass, getModelClassName, getPersistedModel, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBeanIdentifier, setCounterLocalService, setMDRActionLocalService, setMDRActionPersistence, setMDRActionService, setMDRRuleGroupFinder, setMDRRuleGroupInstanceLocalService, setMDRRuleGroupInstancePersistence, setMDRRuleGroupInstanceService, setMDRRuleGroupLocalService, setMDRRuleGroupPersistence, setMDRRuleGroupService, setMDRRuleLocalService, setMDRRulePersistence, setMDRRuleService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateMDRRule, updateMDRRule |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MDRRuleLocalServiceImpl
public MDRRuleLocalServiceImpl()
addRule
public MDRRule addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
addRule
public MDRRule addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
copyRule
public MDRRule copyRule(long ruleId,
long ruleGroupId,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
copyRule
public MDRRule copyRule(MDRRule rule,
long ruleGroupId,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteRule
public void deleteRule(long ruleId)
throws SystemException
- Throws:
SystemException
deleteRule
public void deleteRule(MDRRule rule)
throws SystemException
- Throws:
SystemException
deleteRules
public void deleteRules(long ruleGroupId)
throws SystemException
- Throws:
SystemException
fetchRule
public MDRRule fetchRule(long ruleId)
throws SystemException
- Throws:
SystemException
getRule
public MDRRule getRule(long ruleId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getRules
public List<MDRRule> getRules(long ruleGroupId)
throws SystemException
- Throws:
SystemException
getRules
public List<MDRRule> getRules(long ruleGroupId,
int start,
int end)
throws SystemException
- Throws:
SystemException
getRulesCount
public int getRulesCount(long ruleGroupId)
throws SystemException
- Throws:
SystemException
updateRule
public MDRRule updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
updateRule
public MDRRule updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException