com.liferay.portlet.journal.service.persistence
Interface JournalStructureFinder
public interface JournalStructureFinder
Method Summary |
int |
countByC_G_S_N_D(long companyId,
long[] groupIds,
String[] structureIds,
String[] names,
String[] descriptions,
boolean andOperator)
|
int |
countByC_G_S_N_D(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator)
|
int |
countByKeywords(long companyId,
long[] groupIds,
String keywords)
|
int |
filterCountByC_G_S_N_D(long companyId,
long[] groupIds,
String[] structureIds,
String[] names,
String[] descriptions,
boolean andOperator)
|
int |
filterCountByC_G_S_N_D(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator)
|
int |
filterCountByKeywords(long companyId,
long[] groupIds,
String keywords)
|
List<JournalStructure> |
filterFindByC_G_S_N_D(long companyId,
long[] groupIds,
String[] structureIds,
String[] names,
String[] descriptions,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalStructure> |
filterFindByC_G_S_N_D(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalStructure> |
filterFindByKeywords(long companyId,
long[] groupIds,
String keywords,
int start,
int end,
OrderByComparator obc)
|
List<JournalStructure> |
findByC_G_S_N_D(long companyId,
long[] groupIds,
String[] structureIds,
String[] names,
String[] descriptions,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalStructure> |
findByC_G_S_N_D(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalStructure> |
findByKeywords(long companyId,
long[] groupIds,
String keywords,
int start,
int end,
OrderByComparator obc)
|
countByKeywords
int countByKeywords(long companyId,
long[] groupIds,
String keywords)
throws SystemException
- Throws:
SystemException
countByC_G_S_N_D
int countByC_G_S_N_D(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator)
throws SystemException
- Throws:
SystemException
countByC_G_S_N_D
int countByC_G_S_N_D(long companyId,
long[] groupIds,
String[] structureIds,
String[] names,
String[] descriptions,
boolean andOperator)
throws SystemException
- Throws:
SystemException
filterCountByKeywords
int filterCountByKeywords(long companyId,
long[] groupIds,
String keywords)
throws SystemException
- Throws:
SystemException
filterCountByC_G_S_N_D
int filterCountByC_G_S_N_D(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator)
throws SystemException
- Throws:
SystemException
filterCountByC_G_S_N_D
int filterCountByC_G_S_N_D(long companyId,
long[] groupIds,
String[] structureIds,
String[] names,
String[] descriptions,
boolean andOperator)
throws SystemException
- Throws:
SystemException
filterFindByKeywords
List<JournalStructure> filterFindByKeywords(long companyId,
long[] groupIds,
String keywords,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Throws:
SystemException
filterFindByC_G_S_N_D
List<JournalStructure> filterFindByC_G_S_N_D(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Throws:
SystemException
filterFindByC_G_S_N_D
List<JournalStructure> filterFindByC_G_S_N_D(long companyId,
long[] groupIds,
String[] structureIds,
String[] names,
String[] descriptions,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Throws:
SystemException
findByKeywords
List<JournalStructure> findByKeywords(long companyId,
long[] groupIds,
String keywords,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Throws:
SystemException
findByC_G_S_N_D
List<JournalStructure> findByC_G_S_N_D(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Throws:
SystemException
findByC_G_S_N_D
List<JournalStructure> findByC_G_S_N_D(long companyId,
long[] groupIds,
String[] structureIds,
String[] names,
String[] descriptions,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Throws:
SystemException