|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.mobiledevicerules.service.MDRRuleGroupServiceUtil
public class MDRRuleGroupServiceUtil
The utility for the m d r rule group remote service. This utility wraps com.liferay.portlet.mobiledevicerules.service.impl.MDRRuleGroupServiceImpl
and is the primary access point for service operations in application layer code running on a remote server.
This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
MDRRuleGroupService
,
com.liferay.portlet.mobiledevicerules.service.base.MDRRuleGroupServiceBaseImpl
,
com.liferay.portlet.mobiledevicerules.service.impl.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 MDRRuleGroupService |
getService()
|
static void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setService(MDRRuleGroupService service)
Deprecated. |
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 String getBeanIdentifier()
public static void setBeanIdentifier(String beanIdentifier)
beanIdentifier
- the Spring bean ID for this beanpublic static MDRRuleGroup addRuleGroup(long groupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
public static MDRRuleGroup copyRuleGroup(long ruleGroupId, long groupId, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
public static void deleteRuleGroup(long ruleGroupId) throws PortalException, SystemException
PortalException
SystemException
public static MDRRuleGroup fetchRuleGroup(long ruleGroupId) throws PortalException, SystemException
PortalException
SystemException
public static MDRRuleGroup getRuleGroup(long ruleGroupId) throws PortalException, SystemException
PortalException
SystemException
public static MDRRuleGroup updateRuleGroup(long ruleGroupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
public static MDRRuleGroupService getService()
public void setService(MDRRuleGroupService service)
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |