com.liferay.portlet.mobiledevicerules.service.impl
Class MDRActionLocalServiceImpl
java.lang.Object
com.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portlet.mobiledevicerules.service.base.MDRActionLocalServiceBaseImpl
com.liferay.portlet.mobiledevicerules.service.impl.MDRActionLocalServiceImpl
- All Implemented Interfaces:
- IdentifiableBean, BaseLocalService, PersistedModelLocalService, MDRActionLocalService
public class MDRActionLocalServiceImpl
- extends MDRActionLocalServiceBaseImpl
| Fields inherited from class com.liferay.portlet.mobiledevicerules.service.base.MDRActionLocalServiceBaseImpl |
counterLocalService, mdrActionLocalService, mdrActionPersistence, mdrActionService, mdrRuleGroupInstanceLocalService, mdrRuleGroupInstancePersistence, mdrRuleGroupInstanceService, persistedModelLocalServiceRegistry, systemEventLocalService, systemEventPersistence, userFinder, userLocalService, userPersistence, userService |
|
Method Summary |
MDRAction |
addAction(long ruleGroupInstanceId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRAction |
addAction(long ruleGroupInstanceId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
void |
deleteAction(long actionId)
|
void |
deleteAction(MDRAction action)
|
void |
deleteActions(long ruleGroupInstanceId)
|
MDRAction |
fetchAction(long actionId)
|
MDRAction |
getAction(long actionId)
|
List<MDRAction> |
getActions(long ruleGroupInstanceId)
|
List<MDRAction> |
getActions(long ruleGroupInstanceId,
int start,
int end)
|
int |
getActionsCount(long ruleGroupInstanceId)
|
MDRAction |
updateAction(long actionId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRAction |
updateAction(long actionId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
| Methods inherited from class com.liferay.portlet.mobiledevicerules.service.base.MDRActionLocalServiceBaseImpl |
addMDRAction, afterPropertiesSet, createMDRAction, deleteMDRAction, deleteMDRAction, deletePersistedModel, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchMDRAction, fetchMDRActionByUuidAndGroupId, getActionableDynamicQuery, getBeanIdentifier, getCounterLocalService, getExportActionableDynamicQuery, getMDRAction, getMDRActionByUuidAndGroupId, getMDRActionLocalService, getMDRActionPersistence, getMDRActions, getMDRActionsByUuidAndCompanyId, getMDRActionsByUuidAndCompanyId, getMDRActionsCount, getMDRActionService, getMDRRuleGroupInstanceLocalService, getMDRRuleGroupInstancePersistence, getMDRRuleGroupInstanceService, getModelClass, getModelClassName, getPersistedModel, getSystemEventLocalService, getSystemEventPersistence, getUserFinder, getUserLocalService, getUserPersistence, getUserService, initActionableDynamicQuery, runSQL, setBeanIdentifier, setCounterLocalService, setMDRActionLocalService, setMDRActionPersistence, setMDRActionService, setMDRRuleGroupInstanceLocalService, setMDRRuleGroupInstancePersistence, setMDRRuleGroupInstanceService, setSystemEventLocalService, setSystemEventPersistence, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateMDRAction |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MDRActionLocalServiceImpl
public MDRActionLocalServiceImpl()
addAction
public MDRAction addAction(long ruleGroupInstanceId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
throws PortalException
- Throws:
PortalException
addAction
public MDRAction addAction(long ruleGroupInstanceId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
throws PortalException
- Throws:
PortalException
deleteAction
public void deleteAction(long actionId)
deleteAction
@SystemEvent(type=1)
public void deleteAction(MDRAction action)
deleteActions
public void deleteActions(long ruleGroupInstanceId)
fetchAction
public MDRAction fetchAction(long actionId)
getAction
public MDRAction getAction(long actionId)
throws PortalException
- Throws:
PortalException
getActions
public List<MDRAction> getActions(long ruleGroupInstanceId)
getActions
public List<MDRAction> getActions(long ruleGroupInstanceId,
int start,
int end)
getActionsCount
public int getActionsCount(long ruleGroupInstanceId)
updateAction
public MDRAction updateAction(long actionId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
throws PortalException
- Throws:
PortalException
updateAction
public MDRAction updateAction(long actionId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
throws PortalException
- Throws:
PortalException