Liferay 6.2-ce-ga5

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


@ProviderType
public interface DDMStructureFinder


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 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 orderByComparator)
           
 List<DDMStructure> filterFindByKeywords(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator 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 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 orderByComparator)
           
 List<DDMStructure> findByKeywords(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator orderByComparator)
           
 

Method Detail

countByKeywords

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

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)
                         throws SystemException
Throws:
SystemException

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)
                         throws SystemException
Throws:
SystemException

filterCountByKeywords

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

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)
                               throws SystemException
Throws:
SystemException

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)
                               throws SystemException
Throws:
SystemException

filterFindByKeywords

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

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

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

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

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

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

Liferay 6.2-ce-ga5