Liferay 7.0-ce-m6

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

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

@ProviderType
public class DDMStructureFinderUtil
extends Object


Constructor Summary
DDMStructureFinderUtil()
           
 
Method Summary
static int countByC_G_C_N_D_S_T(long companyId, long[] groupIds, long classNameId, String[] names, String[] descriptions, String storageType, int type, boolean andOperator)
           
static int countByC_G_C_N_D_S_T(long companyId, long[] groupIds, long classNameId, String name, String description, String storageType, int type, boolean andOperator)
           
static int countByKeywords(long companyId, long[] groupIds, long classNameId, String keywords)
           
static int filterCountByC_G_C_N_D_S_T(long companyId, long[] groupIds, long classNameId, String[] names, String[] descriptions, String storageType, int type, boolean andOperator)
           
static int filterCountByC_G_C_N_D_S_T(long companyId, long[] groupIds, long classNameId, String name, String description, String storageType, int type, boolean andOperator)
           
static int filterCountByKeywords(long companyId, long[] groupIds, long classNameId, String keywords)
           
static List<DDMStructure> filterFindByC_G_C_N_D_S_T(long companyId, long[] groupIds, long classNameId, String[] names, String[] descriptions, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
           
static List<DDMStructure> filterFindByC_G_C_N_D_S_T(long companyId, long[] groupIds, long classNameId, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
           
static List<DDMStructure> filterFindByKeywords(long companyId, long[] groupIds, long classNameId, String keywords, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
           
static List<DDMStructure> findByC_G_C_N_D_S_T(long companyId, long[] groupIds, long classNameId, String[] names, String[] descriptions, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
           
static List<DDMStructure> findByC_G_C_N_D_S_T(long companyId, long[] groupIds, long classNameId, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
           
static List<DDMStructure> findByKeywords(long companyId, long[] groupIds, long classNameId, String keywords, int start, int end, OrderByComparator<DDMStructure> 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[] groupIds,
                                  long classNameId,
                                  String keywords)

countByC_G_C_N_D_S_T

public static int countByC_G_C_N_D_S_T(long companyId,
                                       long[] groupIds,
                                       long classNameId,
                                       String name,
                                       String description,
                                       String storageType,
                                       int type,
                                       boolean andOperator)

countByC_G_C_N_D_S_T

public static int countByC_G_C_N_D_S_T(long companyId,
                                       long[] groupIds,
                                       long classNameId,
                                       String[] names,
                                       String[] descriptions,
                                       String storageType,
                                       int type,
                                       boolean andOperator)

filterCountByKeywords

public static int filterCountByKeywords(long companyId,
                                        long[] groupIds,
                                        long classNameId,
                                        String keywords)

filterCountByC_G_C_N_D_S_T

public static int filterCountByC_G_C_N_D_S_T(long companyId,
                                             long[] groupIds,
                                             long classNameId,
                                             String name,
                                             String description,
                                             String storageType,
                                             int type,
                                             boolean andOperator)

filterCountByC_G_C_N_D_S_T

public static int filterCountByC_G_C_N_D_S_T(long companyId,
                                             long[] groupIds,
                                             long classNameId,
                                             String[] names,
                                             String[] descriptions,
                                             String storageType,
                                             int type,
                                             boolean andOperator)

filterFindByKeywords

public static List<DDMStructure> filterFindByKeywords(long companyId,
                                                      long[] groupIds,
                                                      long classNameId,
                                                      String keywords,
                                                      int start,
                                                      int end,
                                                      OrderByComparator<DDMStructure> orderByComparator)

filterFindByC_G_C_N_D_S_T

public static List<DDMStructure> filterFindByC_G_C_N_D_S_T(long companyId,
                                                           long[] groupIds,
                                                           long classNameId,
                                                           String name,
                                                           String description,
                                                           String storageType,
                                                           int type,
                                                           boolean andOperator,
                                                           int start,
                                                           int end,
                                                           OrderByComparator<DDMStructure> orderByComparator)

filterFindByC_G_C_N_D_S_T

public static List<DDMStructure> filterFindByC_G_C_N_D_S_T(long companyId,
                                                           long[] groupIds,
                                                           long classNameId,
                                                           String[] names,
                                                           String[] descriptions,
                                                           String storageType,
                                                           int type,
                                                           boolean andOperator,
                                                           int start,
                                                           int end,
                                                           OrderByComparator<DDMStructure> orderByComparator)

findByKeywords

public static List<DDMStructure> findByKeywords(long companyId,
                                                long[] groupIds,
                                                long classNameId,
                                                String keywords,
                                                int start,
                                                int end,
                                                OrderByComparator<DDMStructure> orderByComparator)

findByC_G_C_N_D_S_T

public static List<DDMStructure> findByC_G_C_N_D_S_T(long companyId,
                                                     long[] groupIds,
                                                     long classNameId,
                                                     String name,
                                                     String description,
                                                     String storageType,
                                                     int type,
                                                     boolean andOperator,
                                                     int start,
                                                     int end,
                                                     OrderByComparator<DDMStructure> orderByComparator)

findByC_G_C_N_D_S_T

public static List<DDMStructure> findByC_G_C_N_D_S_T(long companyId,
                                                     long[] groupIds,
                                                     long classNameId,
                                                     String[] names,
                                                     String[] descriptions,
                                                     String storageType,
                                                     int type,
                                                     boolean andOperator,
                                                     int start,
                                                     int end,
                                                     OrderByComparator<DDMStructure> orderByComparator)

getFinder

public static DDMStructureFinder getFinder()

setFinder

public void setFinder(DDMStructureFinder finder)

Liferay 7.0-ce-m6