Liferay 6.2-ce-ga5

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

All Known Implementing Classes:
DDMTemplateFinderImpl

@ProviderType
public interface DDMTemplateFinder


Method Summary
 int countByC_G_C_C_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator)
           
 int countByC_G_C_C_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, String name, String description, String type, String mode, String language, boolean andOperator)
           
 int countByC_G_C_C_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator)
           
 int countByC_G_C_C_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, String name, String description, String type, String mode, String language, boolean andOperator)
           
 int countByG_SC(long groupId, long structureClassNameId)
           
 int countByKeywords(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, String keywords, String type, String mode)
           
 int countByKeywords(long companyId, long groupId, long classNameId, long classPK, String keywords, String type, String mode)
           
 int filterCountByC_G_C_C_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator)
           
 int filterCountByC_G_C_C_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, String name, String description, String type, String mode, String language, boolean andOperator)
           
 int filterCountByC_G_C_C_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator)
           
 int filterCountByC_G_C_C_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, String name, String description, String type, String mode, String language, boolean andOperator)
           
 int filterCountByG_SC(long[] groupIds, long structureClassNameId)
           
 int filterCountByG_SC(long groupId, long structureClassNameId)
           
 int filterCountByKeywords(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, String keywords, String type, String mode)
           
 int filterCountByKeywords(long companyId, long groupId, long classNameId, long classPK, String keywords, String type, String mode)
           
 List<DDMTemplate> filterFindByC_G_C_C_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> filterFindByC_G_C_C_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> filterFindByC_G_C_C_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> filterFindByC_G_C_C_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> filterFindByG_SC(long[] groupIds, long structureClassNameId, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> filterFindByG_SC(long groupId, long structureClassNameId, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> filterFindByKeywords(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> filterFindByKeywords(long companyId, long groupId, long classNameId, long classPK, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> findByC_G_C_C_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> findByC_G_C_C_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> findByC_G_C_C_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> findByC_G_C_C_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> findByG_SC(long[] groupIds, long structureClassNameId, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> findByG_SC(long groupId, long structureClassNameId, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> findByKeywords(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> findByKeywords(long companyId, long groupId, long classNameId, long classPK, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
 

Method Detail

countByKeywords

int countByKeywords(long companyId,
                    long groupId,
                    long classNameId,
                    long classPK,
                    String keywords,
                    String type,
                    String mode)
                    throws SystemException
Throws:
SystemException

countByKeywords

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

countByG_SC

int countByG_SC(long groupId,
                long structureClassNameId)
                throws SystemException
Throws:
SystemException

countByC_G_C_C_N_D_T_M_L

int countByC_G_C_C_N_D_T_M_L(long companyId,
                             long groupId,
                             long classNameId,
                             long classPK,
                             String name,
                             String description,
                             String type,
                             String mode,
                             String language,
                             boolean andOperator)
                             throws SystemException
Throws:
SystemException

countByC_G_C_C_N_D_T_M_L

int countByC_G_C_C_N_D_T_M_L(long companyId,
                             long groupId,
                             long classNameId,
                             long classPK,
                             String[] names,
                             String[] descriptions,
                             String[] types,
                             String[] modes,
                             String[] languages,
                             boolean andOperator)
                             throws SystemException
Throws:
SystemException

countByC_G_C_C_N_D_T_M_L

int countByC_G_C_C_N_D_T_M_L(long companyId,
                             long[] groupIds,
                             long[] classNameIds,
                             long[] classPKs,
                             String name,
                             String description,
                             String type,
                             String mode,
                             String language,
                             boolean andOperator)
                             throws SystemException
Throws:
SystemException

countByC_G_C_C_N_D_T_M_L

int countByC_G_C_C_N_D_T_M_L(long companyId,
                             long[] groupIds,
                             long[] classNameIds,
                             long[] classPKs,
                             String[] names,
                             String[] descriptions,
                             String[] types,
                             String[] modes,
                             String[] languages,
                             boolean andOperator)
                             throws SystemException
Throws:
SystemException

filterCountByKeywords

int filterCountByKeywords(long companyId,
                          long groupId,
                          long classNameId,
                          long classPK,
                          String keywords,
                          String type,
                          String mode)
                          throws SystemException
Throws:
SystemException

filterCountByKeywords

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

filterCountByC_G_C_C_N_D_T_M_L

int filterCountByC_G_C_C_N_D_T_M_L(long companyId,
                                   long groupId,
                                   long classNameId,
                                   long classPK,
                                   String name,
                                   String description,
                                   String type,
                                   String mode,
                                   String language,
                                   boolean andOperator)
                                   throws SystemException
Throws:
SystemException

filterCountByC_G_C_C_N_D_T_M_L

int filterCountByC_G_C_C_N_D_T_M_L(long companyId,
                                   long groupId,
                                   long classNameId,
                                   long classPK,
                                   String[] names,
                                   String[] descriptions,
                                   String[] types,
                                   String[] modes,
                                   String[] languages,
                                   boolean andOperator)
                                   throws SystemException
Throws:
SystemException

filterCountByC_G_C_C_N_D_T_M_L

int filterCountByC_G_C_C_N_D_T_M_L(long companyId,
                                   long[] groupIds,
                                   long[] classNameIds,
                                   long[] classPKs,
                                   String name,
                                   String description,
                                   String type,
                                   String mode,
                                   String language,
                                   boolean andOperator)
                                   throws SystemException
Throws:
SystemException

filterCountByC_G_C_C_N_D_T_M_L

int filterCountByC_G_C_C_N_D_T_M_L(long companyId,
                                   long[] groupIds,
                                   long[] classNameIds,
                                   long[] classPKs,
                                   String[] names,
                                   String[] descriptions,
                                   String[] types,
                                   String[] modes,
                                   String[] languages,
                                   boolean andOperator)
                                   throws SystemException
Throws:
SystemException

filterCountByG_SC

int filterCountByG_SC(long groupId,
                      long structureClassNameId)
                      throws SystemException
Throws:
SystemException

filterCountByG_SC

int filterCountByG_SC(long[] groupIds,
                      long structureClassNameId)
                      throws SystemException
Throws:
SystemException

filterFindByKeywords

List<DDMTemplate> filterFindByKeywords(long companyId,
                                       long groupId,
                                       long classNameId,
                                       long classPK,
                                       String keywords,
                                       String type,
                                       String mode,
                                       int start,
                                       int end,
                                       OrderByComparator orderByComparator)
                                       throws SystemException
Throws:
SystemException

filterFindByKeywords

List<DDMTemplate> filterFindByKeywords(long companyId,
                                       long[] groupIds,
                                       long[] classNameIds,
                                       long[] classPKs,
                                       String keywords,
                                       String type,
                                       String mode,
                                       int start,
                                       int end,
                                       OrderByComparator orderByComparator)
                                       throws SystemException
Throws:
SystemException

filterFindByC_G_C_C_N_D_T_M_L

List<DDMTemplate> filterFindByC_G_C_C_N_D_T_M_L(long companyId,
                                                long groupId,
                                                long classNameId,
                                                long classPK,
                                                String name,
                                                String description,
                                                String type,
                                                String mode,
                                                String language,
                                                boolean andOperator,
                                                int start,
                                                int end,
                                                OrderByComparator orderByComparator)
                                                throws SystemException
Throws:
SystemException

filterFindByC_G_C_C_N_D_T_M_L

List<DDMTemplate> filterFindByC_G_C_C_N_D_T_M_L(long companyId,
                                                long groupId,
                                                long classNameId,
                                                long classPK,
                                                String[] names,
                                                String[] descriptions,
                                                String[] types,
                                                String[] modes,
                                                String[] languages,
                                                boolean andOperator,
                                                int start,
                                                int end,
                                                OrderByComparator orderByComparator)
                                                throws SystemException
Throws:
SystemException

filterFindByC_G_C_C_N_D_T_M_L

List<DDMTemplate> filterFindByC_G_C_C_N_D_T_M_L(long companyId,
                                                long[] groupIds,
                                                long[] classNameIds,
                                                long[] classPKs,
                                                String name,
                                                String description,
                                                String type,
                                                String mode,
                                                String language,
                                                boolean andOperator,
                                                int start,
                                                int end,
                                                OrderByComparator orderByComparator)
                                                throws SystemException
Throws:
SystemException

filterFindByC_G_C_C_N_D_T_M_L

List<DDMTemplate> filterFindByC_G_C_C_N_D_T_M_L(long companyId,
                                                long[] groupIds,
                                                long[] classNameIds,
                                                long[] classPKs,
                                                String[] names,
                                                String[] descriptions,
                                                String[] types,
                                                String[] modes,
                                                String[] languages,
                                                boolean andOperator,
                                                int start,
                                                int end,
                                                OrderByComparator orderByComparator)
                                                throws SystemException
Throws:
SystemException

filterFindByG_SC

List<DDMTemplate> filterFindByG_SC(long groupId,
                                   long structureClassNameId,
                                   int start,
                                   int end,
                                   OrderByComparator orderByComparator)
                                   throws SystemException
Throws:
SystemException

filterFindByG_SC

List<DDMTemplate> filterFindByG_SC(long[] groupIds,
                                   long structureClassNameId,
                                   int start,
                                   int end,
                                   OrderByComparator orderByComparator)
                                   throws SystemException
Throws:
SystemException

findByKeywords

List<DDMTemplate> findByKeywords(long companyId,
                                 long groupId,
                                 long classNameId,
                                 long classPK,
                                 String keywords,
                                 String type,
                                 String mode,
                                 int start,
                                 int end,
                                 OrderByComparator orderByComparator)
                                 throws SystemException
Throws:
SystemException

findByKeywords

List<DDMTemplate> findByKeywords(long companyId,
                                 long[] groupIds,
                                 long[] classNameIds,
                                 long[] classPKs,
                                 String keywords,
                                 String type,
                                 String mode,
                                 int start,
                                 int end,
                                 OrderByComparator orderByComparator)
                                 throws SystemException
Throws:
SystemException

findByG_SC

List<DDMTemplate> findByG_SC(long groupId,
                             long structureClassNameId,
                             int start,
                             int end,
                             OrderByComparator orderByComparator)
                             throws SystemException
Throws:
SystemException

findByG_SC

List<DDMTemplate> findByG_SC(long[] groupIds,
                             long structureClassNameId,
                             int start,
                             int end,
                             OrderByComparator orderByComparator)
                             throws SystemException
Throws:
SystemException

findByC_G_C_C_N_D_T_M_L

List<DDMTemplate> findByC_G_C_C_N_D_T_M_L(long companyId,
                                          long groupId,
                                          long classNameId,
                                          long classPK,
                                          String name,
                                          String description,
                                          String type,
                                          String mode,
                                          String language,
                                          boolean andOperator,
                                          int start,
                                          int end,
                                          OrderByComparator orderByComparator)
                                          throws SystemException
Throws:
SystemException

findByC_G_C_C_N_D_T_M_L

List<DDMTemplate> findByC_G_C_C_N_D_T_M_L(long companyId,
                                          long groupId,
                                          long classNameId,
                                          long classPK,
                                          String[] names,
                                          String[] descriptions,
                                          String[] types,
                                          String[] modes,
                                          String[] languages,
                                          boolean andOperator,
                                          int start,
                                          int end,
                                          OrderByComparator orderByComparator)
                                          throws SystemException
Throws:
SystemException

findByC_G_C_C_N_D_T_M_L

List<DDMTemplate> findByC_G_C_C_N_D_T_M_L(long companyId,
                                          long[] groupIds,
                                          long[] classNameIds,
                                          long[] classPKs,
                                          String name,
                                          String description,
                                          String type,
                                          String mode,
                                          String language,
                                          boolean andOperator,
                                          int start,
                                          int end,
                                          OrderByComparator orderByComparator)
                                          throws SystemException
Throws:
SystemException

findByC_G_C_C_N_D_T_M_L

List<DDMTemplate> findByC_G_C_C_N_D_T_M_L(long companyId,
                                          long[] groupIds,
                                          long[] classNameIds,
                                          long[] classPKs,
                                          String[] names,
                                          String[] descriptions,
                                          String[] types,
                                          String[] modes,
                                          String[] languages,
                                          boolean andOperator,
                                          int start,
                                          int end,
                                          OrderByComparator orderByComparator)
                                          throws SystemException
Throws:
SystemException

Liferay 6.2-ce-ga5