Liferay 7.0-ce-m3

com.liferay.portlet.dynamicdatamapping.service.persistence.impl
Class DDMStructureFinderImpl

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<DDMStructure>
      extended by com.liferay.portlet.dynamicdatamapping.service.persistence.impl.DDMStructureFinderImpl
All Implemented Interfaces:
SessionFactory, BasePersistence<DDMStructure>, DDMStructureFinder

public class DDMStructureFinderImpl
extends BasePersistenceImpl<DDMStructure>
implements DDMStructureFinder


Field Summary
static String COUNT_BY_C_G_C_N_D_S_T
           
static String FIND_BY_C_G_C_N_D_S_T
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR
 
Constructor Summary
DDMStructureFinderImpl()
           
 
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)
           
protected  int doCountByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, String[] names, String[] descriptions, String[] storageTypes, int type, boolean andOperator, boolean inlineSQLHelper)
           
protected  List<DDMStructure> doFindByC_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, boolean inlineSQLHelper)
           
 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)
           
protected  String getGroupIds(long[] groupIds)
           
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, appendOrderByComparator, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getClassLoader, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, remove, removeConjunction, removeImpl, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImpl, updateImpl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COUNT_BY_C_G_C_N_D_S_T

public static final String COUNT_BY_C_G_C_N_D_S_T

FIND_BY_C_G_C_N_D_S_T

public static final String FIND_BY_C_G_C_N_D_S_T
Constructor Detail

DDMStructureFinderImpl

public DDMStructureFinderImpl()
Method Detail

countByKeywords

public int countByKeywords(long companyId,
                           long[] groupIds,
                           long[] classNameIds,
                           String keywords)
Specified by:
countByKeywords in interface DDMStructureFinder

countByC_G_C_N_D_S_T

public int countByC_G_C_N_D_S_T(long companyId,
                                long[] groupIds,
                                long[] classNameIds,
                                String name,
                                String description,
                                String storageType,
                                int type,
                                boolean andOperator)
Specified by:
countByC_G_C_N_D_S_T in interface DDMStructureFinder

countByC_G_C_N_D_S_T

public int countByC_G_C_N_D_S_T(long companyId,
                                long[] groupIds,
                                long[] classNameIds,
                                String[] names,
                                String[] descriptions,
                                String[] storageTypes,
                                int type,
                                boolean andOperator)
Specified by:
countByC_G_C_N_D_S_T in interface DDMStructureFinder

filterCountByKeywords

public int filterCountByKeywords(long companyId,
                                 long[] groupIds,
                                 long[] classNameIds,
                                 String keywords)
Specified by:
filterCountByKeywords in interface DDMStructureFinder

filterCountByC_G_C_N_D_S_T

public int filterCountByC_G_C_N_D_S_T(long companyId,
                                      long[] groupIds,
                                      long[] classNameIds,
                                      String name,
                                      String description,
                                      String storageType,
                                      int type,
                                      boolean andOperator)
Specified by:
filterCountByC_G_C_N_D_S_T in interface DDMStructureFinder

filterCountByC_G_C_N_D_S_T

public int filterCountByC_G_C_N_D_S_T(long companyId,
                                      long[] groupIds,
                                      long[] classNameIds,
                                      String[] names,
                                      String[] descriptions,
                                      String[] storageTypes,
                                      int type,
                                      boolean andOperator)
Specified by:
filterCountByC_G_C_N_D_S_T in interface DDMStructureFinder

filterFindByKeywords

public List<DDMStructure> filterFindByKeywords(long companyId,
                                               long[] groupIds,
                                               long[] classNameIds,
                                               String keywords,
                                               int start,
                                               int end,
                                               OrderByComparator<DDMStructure> orderByComparator)
Specified by:
filterFindByKeywords in interface DDMStructureFinder

filterFindByC_G_C_N_D_S_T

public 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)
Specified by:
filterFindByC_G_C_N_D_S_T in interface DDMStructureFinder

filterFindByC_G_C_N_D_S_T

public 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)
Specified by:
filterFindByC_G_C_N_D_S_T in interface DDMStructureFinder

findByKeywords

public List<DDMStructure> findByKeywords(long companyId,
                                         long[] groupIds,
                                         long[] classNameIds,
                                         String keywords,
                                         int start,
                                         int end,
                                         OrderByComparator<DDMStructure> orderByComparator)
Specified by:
findByKeywords in interface DDMStructureFinder

findByC_G_C_N_D_S_T

public 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)
Specified by:
findByC_G_C_N_D_S_T in interface DDMStructureFinder

findByC_G_C_N_D_S_T

public 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)
Specified by:
findByC_G_C_N_D_S_T in interface DDMStructureFinder

doCountByC_G_C_N_D_S_T

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

doFindByC_G_C_N_D_S_T

protected List<DDMStructure> doFindByC_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,
                                                   boolean inlineSQLHelper)

getGroupIds

protected String getGroupIds(long[] groupIds)

Liferay 7.0-ce-m3