@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface MDRRuleGroupService extends BaseService
MDRRuleGroupServiceUtil,
com.liferay.portlet.mobiledevicerules.service.base.MDRRuleGroupServiceBaseImpl,
com.liferay.portlet.mobiledevicerules.service.impl.MDRRuleGroupServiceImpl| Modifier and Type | Method and Description |
|---|---|
MDRRuleGroup |
addRuleGroup(long groupId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
ServiceContext serviceContext) |
MDRRuleGroup |
copyRuleGroup(long ruleGroupId,
long groupId,
ServiceContext serviceContext) |
void |
deleteRuleGroup(long ruleGroupId) |
MDRRuleGroup |
fetchRuleGroup(long ruleGroupId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
MDRRuleGroup |
getRuleGroup(long ruleGroupId) |
java.util.List<MDRRuleGroup> |
getRuleGroups(long[] groupIds,
int start,
int end) |
int |
getRuleGroupsCount(long[] groupIds) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
MDRRuleGroup |
updateRuleGroup(long ruleGroupId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
ServiceContext serviceContext) |
MDRRuleGroup addRuleGroup(long groupId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, ServiceContext serviceContext) throws PortalException
PortalExceptionMDRRuleGroup copyRuleGroup(long ruleGroupId, long groupId, ServiceContext serviceContext) throws PortalException
PortalExceptionvoid deleteRuleGroup(long ruleGroupId)
throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) MDRRuleGroup fetchRuleGroup(long ruleGroupId) throws PortalException
PortalExceptionjava.lang.String getBeanIdentifier()
@Transactional(propagation=SUPPORTS, readOnly=true) MDRRuleGroup getRuleGroup(long ruleGroupId) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<MDRRuleGroup> getRuleGroups(long[] groupIds, int start, int end)
@Transactional(propagation=SUPPORTS, readOnly=true) int getRuleGroupsCount(long[] groupIds)
void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanMDRRuleGroup updateRuleGroup(long ruleGroupId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, ServiceContext serviceContext) throws PortalException
PortalException