Liferay 6.1.0-ce-b4

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
protected  int countByC_G_N_D_S(long companyId, long[] groupIds, String[] names, String[] descriptions, boolean andOperator, boolean includeBasicFileEntryType)
           
 int countByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType)
           
protected  List<DLFileEntryType> findByC_G_N_D_S(long companyId, long[] groupIds, String[] names, String[] descriptions, boolean andOperator, 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, closeSession, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, 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 String COUNT_BY_C_G_N_D_S

FIND_BY_C_G_N_D_S

public static String FIND_BY_C_G_N_D_S

JOIN_BY_FILE_ENTRY_TYPE

public static 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

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

countByC_G_N_D_S

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

findByC_G_N_D_S

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

getGroupIds

protected String getGroupIds(long[] groupIds)

getWhere

protected String getWhere(boolean includeBasicFileEntryType)

Liferay 6.1.0-ce-b4