Liferay 6.2-ce-ga5

com.liferay.portlet.dynamicdatalists.service
Class DDLRecordSetServiceUtil

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

@ProviderType
public class DDLRecordSetServiceUtil
extends Object

Provides the remote service utility for DDLRecordSet. This utility wraps com.liferay.portlet.dynamicdatalists.service.impl.DDLRecordSetServiceImpl 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.

See Also:
DDLRecordSetService, com.liferay.portlet.dynamicdatalists.service.base.DDLRecordSetServiceBaseImpl, com.liferay.portlet.dynamicdatalists.service.impl.DDLRecordSetServiceImpl

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 List<DDLRecordSet> search(long companyId, long groupId, String keywords, int scope, int start, int end, OrderByComparator orderByComparator)
           
static List<DDLRecordSet> search(long companyId, long groupId, String name, String description, int scope, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static int searchCount(long companyId, long groupId, String keywords, int scope)
           
static int searchCount(long companyId, long groupId, String name, String description, int scope, boolean andOperator)
           
static void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setService(DDLRecordSetService service)
          Deprecated. As of 6.2.0
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

search

public static List<DDLRecordSet> search(long companyId,
                                        long groupId,
                                        String keywords,
                                        int scope,
                                        int start,
                                        int end,
                                        OrderByComparator orderByComparator)
                                 throws SystemException
Throws:
SystemException

search

public static List<DDLRecordSet> search(long companyId,
                                        long groupId,
                                        String name,
                                        String description,
                                        int scope,
                                        boolean andOperator,
                                        int start,
                                        int end,
                                        OrderByComparator orderByComparator)
                                 throws SystemException
Throws:
SystemException

searchCount

public static int searchCount(long companyId,
                              long groupId,
                              String keywords,
                              int scope)
                       throws SystemException
Throws:
SystemException

searchCount

public static int searchCount(long companyId,
                              long groupId,
                              String name,
                              String description,
                              int scope,
                              boolean andOperator)
                       throws SystemException
Throws:
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. As of 6.2.0


Liferay 6.2-ce-ga5