Liferay 6.1.2-ce-ga3

com.liferay.portlet.documentlibrary.service.persistence
Class DLFileEntryTypeFinderImpl

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<DLFileEntryType>
      extended by com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypeFinderImpl
All Implemented Interfaces:
SessionFactory, BasePersistence<DLFileEntryType>, DLFileEntryTypeFinder

public class DLFileEntryTypeFinderImpl
extends BasePersistenceImpl<DLFileEntryType>
implements DLFileEntryTypeFinder


Field Summary
static String COUNT_BY_C_G_N_D_S
           
static String FIND_BY_C_G_N_D_S
           
static String JOIN_BY_FILE_ENTRY_TYPE
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, 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
DLFileEntryTypeFinderImpl()
           
 
Method Summary
 int countByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType)
           
protected  int doCountByC_G_N_D_S(long companyId, long[] groupIds, String[] names, String[] descriptions, boolean andOperator, boolean includeBasicFileEntryType, boolean inlineSQLHelper)
           
protected  List<DLFileEntryType> doFindByC_G_N_D_S(long companyId, long[] groupIds, String[] names, String[] descriptions, boolean andOperator, boolean includeBasicFileEntryType, int start, int end, OrderByComparator orderByComparator, boolean inlineSQLHelper)
           
 int filterCountByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType)
           
 List<DLFileEntryType> filterFindByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntryType> findByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator orderByComparator)
           
protected  String getGroupIds(long[] groupIds)
           
protected  String getWhere(boolean includeBasicFileEntryType)
           
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getClassLoader, getDataSource, getDB, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, remove, removeImpl, setDataSource, setSessionFactory, unregisterListener, update, update, 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_S

public static final String COUNT_BY_C_G_N_D_S

FIND_BY_C_G_N_D_S

public static final String FIND_BY_C_G_N_D_S

JOIN_BY_FILE_ENTRY_TYPE

public static final String JOIN_BY_FILE_ENTRY_TYPE
Constructor Detail

DLFileEntryTypeFinderImpl

public DLFileEntryTypeFinderImpl()
Method Detail

countByKeywords

public int countByKeywords(long companyId,
                           long[] groupIds,
                           String keywords,
                           boolean includeBasicFileEntryType)
                    throws SystemException
Specified by:
countByKeywords in interface DLFileEntryTypeFinder
Throws:
SystemException

filterCountByKeywords

public int filterCountByKeywords(long companyId,
                                 long[] groupIds,
                                 String keywords,
                                 boolean includeBasicFileEntryType)
                          throws SystemException
Specified by:
filterCountByKeywords in interface DLFileEntryTypeFinder
Throws:
SystemException

filterFindByKeywords

public List<DLFileEntryType> filterFindByKeywords(long companyId,
                                                  long[] groupIds,
                                                  String keywords,
                                                  boolean includeBasicFileEntryType,
                                                  int start,
                                                  int end,
                                                  OrderByComparator orderByComparator)
                                           throws SystemException
Specified by:
filterFindByKeywords in interface DLFileEntryTypeFinder
Throws:
SystemException

findByKeywords

public List<DLFileEntryType> findByKeywords(long companyId,
                                            long[] groupIds,
                                            String keywords,
                                            boolean includeBasicFileEntryType,
                                            int start,
                                            int end,
                                            OrderByComparator orderByComparator)
                                     throws SystemException
Specified by:
findByKeywords in interface DLFileEntryTypeFinder
Throws:
SystemException

doCountByC_G_N_D_S

protected int doCountByC_G_N_D_S(long companyId,
                                 long[] groupIds,
                                 String[] names,
                                 String[] descriptions,
                                 boolean andOperator,
                                 boolean includeBasicFileEntryType,
                                 boolean inlineSQLHelper)
                          throws SystemException
Throws:
SystemException

doFindByC_G_N_D_S

protected List<DLFileEntryType> doFindByC_G_N_D_S(long companyId,
                                                  long[] groupIds,
                                                  String[] names,
                                                  String[] descriptions,
                                                  boolean andOperator,
                                                  boolean includeBasicFileEntryType,
                                                  int start,
                                                  int end,
                                                  OrderByComparator orderByComparator,
                                                  boolean inlineSQLHelper)
                                           throws SystemException
Throws:
SystemException

getGroupIds

protected String getGroupIds(long[] groupIds)

getWhere

protected String getWhere(boolean includeBasicFileEntryType)

Liferay 6.1.2-ce-ga3