Liferay 6.1.0

com.liferay.portlet.dynamicdatamapping.service.persistence
Class DDMStructureFinderUtil

java.lang.Object
  extended by com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureFinderUtil

public class DDMStructureFinderUtil
extends Object


Constructor Summary
DDMStructureFinderUtil()
           
 
Method Summary
static int countByC_G_C_N_D_S(long companyId, long groupId, long[] classNameIds, String[] names, String[] descriptions, String[] storageTypes, boolean andOperator)
           
static int countByC_G_C_N_D_S(long companyId, long groupId, long[] classNameIds, String name, String description, String storageType, boolean andOperator)
           
static int countByKeywords(long companyId, long groupId, long[] classNameIds, String keywords)
           
static List<DDMStructure> findByC_G_C_N_D_S(long companyId, long groupId, long[] classNameIds, String[] names, String[] descriptions, String[] storageTypes, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMStructure> findByC_G_C_N_D_S(long companyId, long groupId, long[] classNameIds, String name, String description, String storageType, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMStructure> findByKeywords(long companyId, long groupId, long[] classNameIds, String keywords, int start, int end, OrderByComparator orderByComparator)
           
static DDMStructureFinder getFinder()
           
 void setFinder(DDMStructureFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDMStructureFinderUtil

public DDMStructureFinderUtil()
Method Detail

countByKeywords

public static int countByKeywords(long companyId,
                                  long groupId,
                                  long[] classNameIds,
                                  String keywords)
                           throws SystemException
Throws:
SystemException

countByC_G_C_N_D_S

public static int countByC_G_C_N_D_S(long companyId,
                                     long groupId,
                                     long[] classNameIds,
                                     String name,
                                     String description,
                                     String storageType,
                                     boolean andOperator)
                              throws SystemException
Throws:
SystemException

countByC_G_C_N_D_S

public static int countByC_G_C_N_D_S(long companyId,
                                     long groupId,
                                     long[] classNameIds,
                                     String[] names,
                                     String[] descriptions,
                                     String[] storageTypes,
                                     boolean andOperator)
                              throws SystemException
Throws:
SystemException

findByKeywords

public static List<DDMStructure> findByKeywords(long companyId,
                                                long groupId,
                                                long[] classNameIds,
                                                String keywords,
                                                int start,
                                                int end,
                                                OrderByComparator orderByComparator)
                                         throws SystemException
Throws:
SystemException

findByC_G_C_N_D_S

public static List<DDMStructure> findByC_G_C_N_D_S(long companyId,
                                                   long groupId,
                                                   long[] classNameIds,
                                                   String name,
                                                   String description,
                                                   String storageType,
                                                   boolean andOperator,
                                                   int start,
                                                   int end,
                                                   OrderByComparator orderByComparator)
                                            throws SystemException
Throws:
SystemException

findByC_G_C_N_D_S

public static List<DDMStructure> findByC_G_C_N_D_S(long companyId,
                                                   long groupId,
                                                   long[] classNameIds,
                                                   String[] names,
                                                   String[] descriptions,
                                                   String[] storageTypes,
                                                   boolean andOperator,
                                                   int start,
                                                   int end,
                                                   OrderByComparator orderByComparator)
                                            throws SystemException
Throws:
SystemException

getFinder

public static DDMStructureFinder getFinder()

setFinder

public void setFinder(DDMStructureFinder finder)

Liferay 6.1.0