Liferay 7.0-ce-m3

com.liferay.portlet.dynamicdatamapping.service.persistence
Interface DDMStructureFinder

All Known Implementing Classes:
DDMStructureFinderImpl

@ProviderType
public interface DDMStructureFinder

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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

Method Detail

countByKeywords

int countByKeywords(long companyId,
                    long[] groupIds,
                    long[] classNameIds,
                    String keywords)

countByC_G_C_N_D_S_T

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

countByC_G_C_N_D_S_T

int countByC_G_C_N_D_S_T(long companyId,
                         long[] groupIds,
                         long[] classNameIds,
                         String[] names,
                         String[] descriptions,
                         String[] storageTypes,
                         int type,
                         boolean andOperator)

filterCountByKeywords

int filterCountByKeywords(long companyId,
                          long[] groupIds,
                          long[] classNameIds,
                          String keywords)

filterCountByC_G_C_N_D_S_T

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

filterCountByC_G_C_N_D_S_T

int filterCountByC_G_C_N_D_S_T(long companyId,
                               long[] groupIds,
                               long[] classNameIds,
                               String[] names,
                               String[] descriptions,
                               String[] storageTypes,
                               int type,
                               boolean andOperator)

filterFindByKeywords

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

filterFindByC_G_C_N_D_S_T

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<DDMStructure> orderByComparator)

filterFindByC_G_C_N_D_S_T

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<DDMStructure> orderByComparator)

findByKeywords

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

findByC_G_C_N_D_S_T

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<DDMStructure> orderByComparator)

findByC_G_C_N_D_S_T

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<DDMStructure> orderByComparator)

Liferay 7.0-ce-m3