|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.mobiledevicerules.service.MDRRuleGroupServiceUtil
@ProviderType public class MDRRuleGroupServiceUtil
Provides the remote service utility for MDRRuleGroup. This utility wraps
MDRRuleGroupServiceImpl and is the
primary access point for service operations in application layer code running
on a remote server. Methods of this service are expected to have security
checks based on the propagated JAAS credentials because this service can be
accessed remotely.
MDRRuleGroupService,
MDRRuleGroupServiceBaseImpl,
MDRRuleGroupServiceImpl| Constructor Summary | |
|---|---|
MDRRuleGroupServiceUtil()
|
|
| Method Summary | |
|---|---|
static MDRRuleGroup |
addRuleGroup(long groupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
static MDRRuleGroup |
copyRuleGroup(long ruleGroupId,
long groupId,
ServiceContext serviceContext)
|
static void |
deleteRuleGroup(long ruleGroupId)
|
static MDRRuleGroup |
fetchRuleGroup(long ruleGroupId)
|
static String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
static MDRRuleGroup |
getRuleGroup(long ruleGroupId)
|
static List<MDRRuleGroup> |
getRuleGroups(long[] groupIds,
int start,
int end)
|
static int |
getRuleGroupsCount(long[] groupIds)
|
static MDRRuleGroupService |
getService()
|
static void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setService(MDRRuleGroupService service)
Deprecated. As of 6.2.0 |
static MDRRuleGroup |
updateRuleGroup(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MDRRuleGroupServiceUtil()
| Method Detail |
|---|
public static MDRRuleGroup addRuleGroup(long groupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
throws PortalException
PortalException
public static MDRRuleGroup copyRuleGroup(long ruleGroupId,
long groupId,
ServiceContext serviceContext)
throws PortalException
PortalException
public static void deleteRuleGroup(long ruleGroupId)
throws PortalException
PortalException
public static MDRRuleGroup fetchRuleGroup(long ruleGroupId)
throws PortalException
PortalExceptionpublic static String getBeanIdentifier()
public static MDRRuleGroup getRuleGroup(long ruleGroupId)
throws PortalException
PortalException
public static List<MDRRuleGroup> getRuleGroups(long[] groupIds,
int start,
int end)
public static int getRuleGroupsCount(long[] groupIds)
public static void setBeanIdentifier(String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
public static MDRRuleGroup updateRuleGroup(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
throws PortalException
PortalExceptionpublic static MDRRuleGroupService getService()
@Deprecated public void setService(MDRRuleGroupService service)
|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||