Liferay 6.1.2-ce-ga3

com.liferay.portlet.dynamicdatalists.service
Class DDLRecordSetServiceUtil

java.lang.Object
  extended by com.liferay.portlet.dynamicdatalists.service.DDLRecordSetServiceUtil

public class DDLRecordSetServiceUtil
extends Object

The utility for the d d l record set remote service. This utility wraps DDLRecordSetServiceImpl 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.

See Also:
DDLRecordSetService, DDLRecordSetServiceBaseImpl, DDLRecordSetServiceImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
DDLRecordSetServiceUtil()
           
 
Method Summary
static DDLRecordSet addRecordSet(long groupId, long ddmStructureId, String recordSetKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, int scope, ServiceContext serviceContext)
           
static void deleteRecordSet(long recordSetId)
           
static String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
static DDLRecordSet getRecordSet(long recordSetId)
           
static DDLRecordSetService getService()
           
static void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setService(DDLRecordSetService service)
          Deprecated.  
static DDLRecordSet updateMinDisplayRows(long recordSetId, int minDisplayRows, ServiceContext serviceContext)
           
static DDLRecordSet updateRecordSet(long recordSetId, long ddmStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, ServiceContext serviceContext)
           
static DDLRecordSet updateRecordSet(long groupId, long ddmStructureId, String recordSetKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDLRecordSetServiceUtil

public DDLRecordSetServiceUtil()
Method Detail

getBeanIdentifier

public static String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Returns:
the Spring bean ID for this bean

setBeanIdentifier

public static void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Parameters:
beanIdentifier - the Spring bean ID for this bean

addRecordSet

public static DDLRecordSet addRecordSet(long groupId,
                                        long ddmStructureId,
                                        String recordSetKey,
                                        Map<Locale,String> nameMap,
                                        Map<Locale,String> descriptionMap,
                                        int minDisplayRows,
                                        int scope,
                                        ServiceContext serviceContext)
                                 throws PortalException,
                                        SystemException
Throws:
PortalException
SystemException

deleteRecordSet

public static void deleteRecordSet(long recordSetId)
                            throws PortalException,
                                   SystemException
Throws:
PortalException
SystemException

getRecordSet

public static DDLRecordSet getRecordSet(long recordSetId)
                                 throws PortalException,
                                        SystemException
Throws:
PortalException
SystemException

updateMinDisplayRows

public static DDLRecordSet updateMinDisplayRows(long recordSetId,
                                                int minDisplayRows,
                                                ServiceContext serviceContext)
                                         throws PortalException,
                                                SystemException
Throws:
PortalException
SystemException

updateRecordSet

public static DDLRecordSet updateRecordSet(long recordSetId,
                                           long ddmStructureId,
                                           Map<Locale,String> nameMap,
                                           Map<Locale,String> descriptionMap,
                                           int minDisplayRows,
                                           ServiceContext serviceContext)
                                    throws PortalException,
                                           SystemException
Throws:
PortalException
SystemException

updateRecordSet

public static DDLRecordSet updateRecordSet(long groupId,
                                           long ddmStructureId,
                                           String recordSetKey,
                                           Map<Locale,String> nameMap,
                                           Map<Locale,String> descriptionMap,
                                           int minDisplayRows,
                                           ServiceContext serviceContext)
                                    throws PortalException,
                                           SystemException
Throws:
PortalException
SystemException

getService

public static DDLRecordSetService getService()

setService

public void setService(DDLRecordSetService service)
Deprecated. 


Liferay 6.1.2-ce-ga3