Liferay 6.1.0

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


public interface DDMStructureFinder


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

Method Detail

countByKeywords

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

countByC_G_C_N_D_S

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

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

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

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

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

Liferay 6.1.0