Liferay 6.1.0

com.liferay.portlet.documentlibrary.service.persistence
Interface DLFileEntryTypeFinder


public interface DLFileEntryTypeFinder


Method Summary
 int countByC_G_N_D_S(long companyId, long[] groupIds, String[] names, String[] descriptions, boolean andOperator)
           
 int countByC_G_N_D_S(long companyId, long groupId, String name, String description, boolean andOperator)
           
 int countByKeywords(long companyId, long[] groupIds, String keywords)
           
 List<DLFileEntryType> findByC_G_N_D_S(long companyId, long[] groupIds, String[] names, String[] descriptions, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntryType> findByC_G_N_D_S(long companyId, long groupId, String[] names, String[] descriptions, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntryType> findByC_G_N_D_S(long companyId, long groupId, String name, String description, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntryType> findByKeywords(long companyId, long[] groupIds, String keywords, int start, int end, OrderByComparator orderByComparator)
           
 

Method Detail

countByKeywords

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

countByC_G_N_D_S

int countByC_G_N_D_S(long companyId,
                     long groupId,
                     String name,
                     String description,
                     boolean andOperator)
                     throws SystemException
Throws:
SystemException

countByC_G_N_D_S

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

findByKeywords

List<DLFileEntryType> findByKeywords(long companyId,
                                     long[] groupIds,
                                     String keywords,
                                     int start,
                                     int end,
                                     OrderByComparator orderByComparator)
                                     throws SystemException
Throws:
SystemException

findByC_G_N_D_S

List<DLFileEntryType> findByC_G_N_D_S(long companyId,
                                      long groupId,
                                      String name,
                                      String description,
                                      boolean andOperator,
                                      int start,
                                      int end,
                                      OrderByComparator orderByComparator)
                                      throws SystemException
Throws:
SystemException

findByC_G_N_D_S

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

findByC_G_N_D_S

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

Liferay 6.1.0