Liferay 7.0-ce-m3

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<DDLRecordSet> orderByComparator)
           
static List<DDLRecordSet> search(long companyId, long groupId, String name, String description, int scope, boolean andOperator, int start, int end, OrderByComparator<DDLRecordSet> 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

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
Throws:
PortalException

deleteRecordSet

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

getBeanIdentifier

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

Returns:
the Spring bean ID for this bean

getRecordSet

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

search

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

search

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

searchCount

public static int searchCount(long companyId,
                              long groupId,
                              String keywords,
                              int scope)

searchCount

public static int searchCount(long companyId,
                              long groupId,
                              String name,
                              String description,
                              int scope,
                              boolean andOperator)

setBeanIdentifier

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

Parameters:
beanIdentifier - the Spring bean ID for this bean

updateMinDisplayRows

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

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
Throws:
PortalException

updateRecordSet

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

getService

public static DDLRecordSetService getService()

setService

@Deprecated
public void setService(DDLRecordSetService service)
Deprecated. As of 6.2.0


Liferay 7.0-ce-m3