|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface MDRRuleServiceProvides the remote service interface for MDRRule. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
MDRRuleServiceUtil,
com.liferay.portlet.mobiledevicerules.service.base.MDRRuleServiceBaseImpl,
com.liferay.portlet.mobiledevicerules.service.impl.MDRRuleServiceImpl| 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)
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
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)
|
| Method Detail |
|---|
@JSONWebService(mode=IGNORE)
MDRRule addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettings,
ServiceContext serviceContext)
throws PortalException
PortalException
MDRRule addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
throws PortalException
PortalException
void deleteRule(long ruleId)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
MDRRule fetchRule(long ruleId)
throws PortalException
PortalExceptionString getBeanIdentifier()
@Transactional(propagation=SUPPORTS,
readOnly=true)
MDRRule getRule(long ruleId)
throws PortalException
PortalExceptionvoid setBeanIdentifier(String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
MDRRule updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
throws PortalException
PortalException
MDRRule updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
throws PortalException
PortalException
|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||