Liferay 7.0-ce-b6

com.liferay.portlet.exportimport.service.persistence.impl
Class ExportImportConfigurationFinderImpl

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<ExportImportConfiguration>
      extended by com.liferay.portlet.exportimport.service.persistence.impl.ExportImportConfigurationFinderBaseImpl
          extended by com.liferay.portlet.exportimport.service.persistence.impl.ExportImportConfigurationFinderImpl
All Implemented Interfaces:
SessionFactory, BasePersistence<ExportImportConfiguration>, ExportImportConfigurationFinder

public class ExportImportConfigurationFinderImpl
extends ExportImportConfigurationFinderBaseImpl
implements ExportImportConfigurationFinder


Field Summary
static String COUNT_BY_C_G_N_D_T
           
static String FIND_BY_C_G_N_D_T
           
 
Fields inherited from class com.liferay.portlet.exportimport.service.persistence.impl.ExportImportConfigurationFinderBaseImpl
exportImportConfigurationPersistence
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
CAST_CLOB_TEXT_OPEN, 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
ExportImportConfigurationFinderImpl()
           
 
Method Summary
 int countByC_G_N_D_T(long companyId, long groupId, String name, String description, int type, int status, boolean andOperator)
           
 int countByKeywords(long companyId, long groupId, String keywords, int type, int status)
           
protected  int doCountByC_G_N_D_T(long companyId, long groupId, String[] names, String[] descriptions, int type, boolean andOperator, QueryDefinition<ExportImportConfiguration> queryDefinition, boolean inlineSQLHelper)
           
protected  List<ExportImportConfiguration> doFindByC_G_N_D_T(long companyId, long groupId, String[] names, String[] descriptions, int type, boolean andOperator, QueryDefinition<ExportImportConfiguration> queryDefinition, boolean inlineSQLHelper)
           
 int filterCountByC_G_N_D_T(long companyId, long groupId, String[] names, String[] descriptions, int type, int status, boolean andOperator)
           
 int filterCountByC_G_N_D_T(long companyId, long groupId, String name, String description, int type, int status, boolean andOperator)
           
 int filterCountByKeywords(long companyId, long groupId, String keywords, int type, int status)
           
 List<ExportImportConfiguration> filterFindByC_G_N_D_T(long companyId, long groupId, String[] names, String[] descriptions, int type, int status, boolean andOperator, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
           
 List<ExportImportConfiguration> filterFindByC_G_N_D_T(long companyId, long groupId, String name, String description, int type, int status, boolean andOperator, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
           
 List<ExportImportConfiguration> filterFindByKeywords(long companyId, long groupId, String keywords, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
           
 List<ExportImportConfiguration> findByC_G_N_D_T(long companyId, long groupId, String[] names, String[] descriptions, int type, int status, boolean andOperator, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
           
 List<ExportImportConfiguration> findByC_G_N_D_T(long companyId, long groupId, String name, String description, int type, int status, boolean andOperator, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
           
 List<ExportImportConfiguration> findByKeywords(long companyId, long groupId, String keywords, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
           
protected  String updateSQL(String sql, QueryDefinition<ExportImportConfiguration> queryDefinition)
           
 
Methods inherited from class com.liferay.portlet.exportimport.service.persistence.impl.ExportImportConfigurationFinderBaseImpl
getBadColumnNames, getExportImportConfigurationPersistence, setExportImportConfigurationPersistence
 
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, getClassLoader, getColumnName, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, getTableColumnsMap, 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_N_D_T

public static final String COUNT_BY_C_G_N_D_T

FIND_BY_C_G_N_D_T

public static final String FIND_BY_C_G_N_D_T
Constructor Detail

ExportImportConfigurationFinderImpl

public ExportImportConfigurationFinderImpl()
Method Detail

countByKeywords

public int countByKeywords(long companyId,
                           long groupId,
                           String keywords,
                           int type,
                           int status)
Specified by:
countByKeywords in interface ExportImportConfigurationFinder

countByC_G_N_D_T

public int countByC_G_N_D_T(long companyId,
                            long groupId,
                            String name,
                            String description,
                            int type,
                            int status,
                            boolean andOperator)
Specified by:
countByC_G_N_D_T in interface ExportImportConfigurationFinder

filterCountByKeywords

public int filterCountByKeywords(long companyId,
                                 long groupId,
                                 String keywords,
                                 int type,
                                 int status)
Specified by:
filterCountByKeywords in interface ExportImportConfigurationFinder

filterCountByC_G_N_D_T

public int filterCountByC_G_N_D_T(long companyId,
                                  long groupId,
                                  String name,
                                  String description,
                                  int type,
                                  int status,
                                  boolean andOperator)
Specified by:
filterCountByC_G_N_D_T in interface ExportImportConfigurationFinder

filterCountByC_G_N_D_T

public int filterCountByC_G_N_D_T(long companyId,
                                  long groupId,
                                  String[] names,
                                  String[] descriptions,
                                  int type,
                                  int status,
                                  boolean andOperator)
Specified by:
filterCountByC_G_N_D_T in interface ExportImportConfigurationFinder

filterFindByKeywords

public List<ExportImportConfiguration> filterFindByKeywords(long companyId,
                                                            long groupId,
                                                            String keywords,
                                                            int type,
                                                            int status,
                                                            int start,
                                                            int end,
                                                            OrderByComparator<ExportImportConfiguration> orderByComparator)
Specified by:
filterFindByKeywords in interface ExportImportConfigurationFinder

filterFindByC_G_N_D_T

public List<ExportImportConfiguration> filterFindByC_G_N_D_T(long companyId,
                                                             long groupId,
                                                             String name,
                                                             String description,
                                                             int type,
                                                             int status,
                                                             boolean andOperator,
                                                             int start,
                                                             int end,
                                                             OrderByComparator<ExportImportConfiguration> orderByComparator)
Specified by:
filterFindByC_G_N_D_T in interface ExportImportConfigurationFinder

filterFindByC_G_N_D_T

public List<ExportImportConfiguration> filterFindByC_G_N_D_T(long companyId,
                                                             long groupId,
                                                             String[] names,
                                                             String[] descriptions,
                                                             int type,
                                                             int status,
                                                             boolean andOperator,
                                                             int start,
                                                             int end,
                                                             OrderByComparator<ExportImportConfiguration> orderByComparator)
Specified by:
filterFindByC_G_N_D_T in interface ExportImportConfigurationFinder

findByKeywords

public List<ExportImportConfiguration> findByKeywords(long companyId,
                                                      long groupId,
                                                      String keywords,
                                                      int type,
                                                      int status,
                                                      int start,
                                                      int end,
                                                      OrderByComparator<ExportImportConfiguration> orderByComparator)
Specified by:
findByKeywords in interface ExportImportConfigurationFinder

findByC_G_N_D_T

public List<ExportImportConfiguration> findByC_G_N_D_T(long companyId,
                                                       long groupId,
                                                       String name,
                                                       String description,
                                                       int type,
                                                       int status,
                                                       boolean andOperator,
                                                       int start,
                                                       int end,
                                                       OrderByComparator<ExportImportConfiguration> orderByComparator)
Specified by:
findByC_G_N_D_T in interface ExportImportConfigurationFinder

findByC_G_N_D_T

public List<ExportImportConfiguration> findByC_G_N_D_T(long companyId,
                                                       long groupId,
                                                       String[] names,
                                                       String[] descriptions,
                                                       int type,
                                                       int status,
                                                       boolean andOperator,
                                                       int start,
                                                       int end,
                                                       OrderByComparator<ExportImportConfiguration> orderByComparator)
Specified by:
findByC_G_N_D_T in interface ExportImportConfigurationFinder

doCountByC_G_N_D_T

protected int doCountByC_G_N_D_T(long companyId,
                                 long groupId,
                                 String[] names,
                                 String[] descriptions,
                                 int type,
                                 boolean andOperator,
                                 QueryDefinition<ExportImportConfiguration> queryDefinition,
                                 boolean inlineSQLHelper)

doFindByC_G_N_D_T

protected List<ExportImportConfiguration> doFindByC_G_N_D_T(long companyId,
                                                            long groupId,
                                                            String[] names,
                                                            String[] descriptions,
                                                            int type,
                                                            boolean andOperator,
                                                            QueryDefinition<ExportImportConfiguration> queryDefinition,
                                                            boolean inlineSQLHelper)

updateSQL

protected String updateSQL(String sql,
                           QueryDefinition<ExportImportConfiguration> queryDefinition)

Liferay 7.0-ce-b6