|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JournalStructureFinder
| Method Summary | |
|---|---|
int |
countByC_G_S_N_D(long companyId,
long groupId,
String[] structureIds,
String[] names,
String[] descriptions,
boolean andOperator)
|
int |
countByC_G_S_N_D(long companyId,
long groupId,
String structureId,
String name,
String description,
boolean andOperator)
|
int |
countByKeywords(long companyId,
long groupId,
String keywords)
|
List<JournalStructure> |
findByC_G_S_N_D(long companyId,
long groupId,
String[] structureIds,
String[] names,
String[] descriptions,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalStructure> |
findByC_G_S_N_D(long companyId,
long groupId,
String structureId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalStructure> |
findByKeywords(long companyId,
long groupId,
String keywords,
int start,
int end,
OrderByComparator obc)
|
| Method Detail |
|---|
int countByKeywords(long companyId,
long groupId,
String keywords)
throws SystemException
SystemException
int countByC_G_S_N_D(long companyId,
long groupId,
String structureId,
String name,
String description,
boolean andOperator)
throws SystemException
SystemException
int countByC_G_S_N_D(long companyId,
long groupId,
String[] structureIds,
String[] names,
String[] descriptions,
boolean andOperator)
throws SystemException
SystemException
List<JournalStructure> findByKeywords(long companyId,
long groupId,
String keywords,
int start,
int end,
OrderByComparator obc)
throws SystemException
SystemException
List<JournalStructure> findByC_G_S_N_D(long companyId,
long groupId,
String structureId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
throws SystemException
SystemException
List<JournalStructure> findByC_G_S_N_D(long companyId,
long groupId,
String[] structureIds,
String[] names,
String[] descriptions,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
throws SystemException
SystemException
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||