|
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 MDRRuleGroupServiceProvides the remote service interface for MDRRuleGroup. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
MDRRuleGroupServiceUtil,
com.liferay.portlet.mobiledevicerules.service.base.MDRRuleGroupServiceBaseImpl,
com.liferay.portlet.mobiledevicerules.service.impl.MDRRuleGroupServiceImpl| Method Summary | |
|---|---|
MDRRuleGroup |
addRuleGroup(long groupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
MDRRuleGroup |
copyRuleGroup(long ruleGroupId,
long groupId,
ServiceContext serviceContext)
|
void |
deleteRuleGroup(long ruleGroupId)
|
MDRRuleGroup |
fetchRuleGroup(long ruleGroupId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
MDRRuleGroup |
getRuleGroup(long ruleGroupId)
|
List<MDRRuleGroup> |
getRuleGroups(long[] groupIds,
int start,
int end)
|
int |
getRuleGroupsCount(long[] groupIds)
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
MDRRuleGroup |
updateRuleGroup(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
| Method Detail |
|---|
MDRRuleGroup addRuleGroup(long groupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
throws PortalException
PortalException
MDRRuleGroup copyRuleGroup(long ruleGroupId,
long groupId,
ServiceContext serviceContext)
throws PortalException
PortalException
void deleteRuleGroup(long ruleGroupId)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
MDRRuleGroup fetchRuleGroup(long ruleGroupId)
throws PortalException
PortalExceptionString getBeanIdentifier()
@Transactional(propagation=SUPPORTS,
readOnly=true)
MDRRuleGroup getRuleGroup(long ruleGroupId)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<MDRRuleGroup> getRuleGroups(long[] groupIds,
int start,
int end)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getRuleGroupsCount(long[] groupIds)
void setBeanIdentifier(String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
MDRRuleGroup updateRuleGroup(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
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 | |||||||||