Liferay 6.1.2-ce-ga3

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_T(long companyId, long[] groupIds, long[] classNameIds, String[] names, String[] descriptions, String[] storageTypes, int type, boolean andOperator)
           
static int countByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, String name, String description, String storageType, int type, boolean andOperator)
           
static int countByKeywords(long companyId, long[] groupIds, long[] classNameIds, String keywords)
           
static int filterCountByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, String[] names, String[] descriptions, String[] storageTypes, int type, boolean andOperator)
           
static int filterCountByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, String name, String description, String storageType, int type, boolean andOperator)
           
static int filterCountByKeywords(long companyId, long[] groupIds, long[] classNameIds, String keywords)
           
static List<DDMStructure> filterFindByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, String[] names, String[] descriptions, String[] storageTypes, int type, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMStructure> filterFindByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMStructure> filterFindByKeywords(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMStructure> findByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, String[] names, String[] descriptions, String[] storageTypes, int type, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMStructure> findByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMStructure> findByKeywords(long companyId, long[] groupIds, 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[] groupIds,
                                  long[] classNameIds,
                                  String keywords)
                           throws SystemException
Throws:
SystemException

countByC_G_C_N_D_S_T

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

countByC_G_C_N_D_S_T

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

filterCountByKeywords

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

filterCountByC_G_C_N_D_S_T

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

filterCountByC_G_C_N_D_S_T

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

filterFindByKeywords

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

filterFindByC_G_C_N_D_S_T

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

filterFindByC_G_C_N_D_S_T

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

findByKeywords

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

findByC_G_C_N_D_S_T

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

findByC_G_C_N_D_S_T

public static List<DDMStructure> findByC_G_C_N_D_S_T(long companyId,
                                                     long[] groupIds,
                                                     long[] classNameIds,
                                                     String[] names,
                                                     String[] descriptions,
                                                     String[] storageTypes,
                                                     int type,
                                                     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.2-ce-ga3