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


public interface DDMStructureFinder

Author:
Brian Wing Shun Chan

Method Summary
 int countByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, java.lang.String[] names, java.lang.String[] descriptions, java.lang.String[] storageTypes, int type, boolean andOperator)
           
 int countByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, java.lang.String name, java.lang.String description, java.lang.String storageType, int type, boolean andOperator)
           
 int countByKeywords(long companyId, long[] groupIds, long[] classNameIds, java.lang.String keywords)
           
 java.util.List<DDMStructure> findByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, java.lang.String[] names, java.lang.String[] descriptions, java.lang.String[] storageTypes, int type, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 java.util.List<DDMStructure> findByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, java.lang.String name, java.lang.String description, java.lang.String storageType, int type, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 java.util.List<DDMStructure> findByKeywords(long companyId, long[] groupIds, long[] classNameIds, java.lang.String keywords, int start, int end, OrderByComparator orderByComparator)
           
 

Method Detail

countByKeywords

int countByKeywords(long companyId,
                    long[] groupIds,
                    long[] classNameIds,
                    java.lang.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,
                         java.lang.String name,
                         java.lang.String description,
                         java.lang.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,
                         java.lang.String[] names,
                         java.lang.String[] descriptions,
                         java.lang.String[] storageTypes,
                         int type,
                         boolean andOperator)
                         throws SystemException
Throws:
SystemException

findByKeywords

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

findByC_G_C_N_D_S_T

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

findByC_G_C_N_D_S_T

java.util.List<DDMStructure> findByC_G_C_N_D_S_T(long companyId,
                                                 long[] groupIds,
                                                 long[] classNameIds,
                                                 java.lang.String[] names,
                                                 java.lang.String[] descriptions,
                                                 java.lang.String[] storageTypes,
                                                 int type,
                                                 boolean andOperator,
                                                 int start,
                                                 int end,
                                                 OrderByComparator orderByComparator)
                                                 throws SystemException
Throws:
SystemException