com.liferay.portlet.journal.service.persistence
Class JournalTemplateFinderUtil
java.lang.Object
com.liferay.portlet.journal.service.persistence.JournalTemplateFinderUtil
public class JournalTemplateFinderUtil
- extends Object
Method Summary |
static int |
countByC_G_T_S_N_D(long companyId,
long groupId,
String[] templateIds,
String structureId,
String structureIdComparator,
String[] names,
String[] descriptions,
boolean andOperator)
|
static int |
countByC_G_T_S_N_D(long companyId,
long groupId,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator)
|
static int |
countByKeywords(long companyId,
long groupId,
String keywords,
String structureId,
String structureIdComparator)
|
static List<JournalTemplate> |
findByC_G_T_S_N_D(long companyId,
long groupId,
String[] templateIds,
String structureId,
String structureIdComparator,
String[] names,
String[] descriptions,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static List<JournalTemplate> |
findByC_G_T_S_N_D(long companyId,
long groupId,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static List<JournalTemplate> |
findByKeywords(long companyId,
long groupId,
String keywords,
String structureId,
String structureIdComparator,
int start,
int end,
OrderByComparator obc)
|
static JournalTemplateFinder |
getFinder()
|
void |
setFinder(JournalTemplateFinder finder)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JournalTemplateFinderUtil
public JournalTemplateFinderUtil()
countByKeywords
public static int countByKeywords(long companyId,
long groupId,
String keywords,
String structureId,
String structureIdComparator)
throws SystemException
- Throws:
SystemException
countByC_G_T_S_N_D
public static int countByC_G_T_S_N_D(long companyId,
long groupId,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator)
throws SystemException
- Throws:
SystemException
countByC_G_T_S_N_D
public static int countByC_G_T_S_N_D(long companyId,
long groupId,
String[] templateIds,
String structureId,
String structureIdComparator,
String[] names,
String[] descriptions,
boolean andOperator)
throws SystemException
- Throws:
SystemException
findByKeywords
public static List<JournalTemplate> findByKeywords(long companyId,
long groupId,
String keywords,
String structureId,
String structureIdComparator,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Throws:
SystemException
findByC_G_T_S_N_D
public static List<JournalTemplate> findByC_G_T_S_N_D(long companyId,
long groupId,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Throws:
SystemException
findByC_G_T_S_N_D
public static List<JournalTemplate> findByC_G_T_S_N_D(long companyId,
long groupId,
String[] templateIds,
String structureId,
String structureIdComparator,
String[] names,
String[] descriptions,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Throws:
SystemException
getFinder
public static JournalTemplateFinder getFinder()
setFinder
public void setFinder(JournalTemplateFinder finder)