com.liferay.portlet.journal.service.persistence
Class JournalFeedFinderUtil
java.lang.Object
com.liferay.portlet.journal.service.persistence.JournalFeedFinderUtil
@ProviderType
public class JournalFeedFinderUtil
- extends Object
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
|
Method Summary |
static int |
countByC_G_F_N_D(long companyId,
long groupId,
String[] feedIds,
String[] names,
String[] descriptions,
boolean andOperator)
|
static int |
countByC_G_F_N_D(long companyId,
long groupId,
String feedId,
String name,
String description,
boolean andOperator)
|
static int |
countByKeywords(long companyId,
long groupId,
String keywords)
|
static List<JournalFeed> |
findByC_G_F_N_D(long companyId,
long groupId,
String[] feedIds,
String[] names,
String[] descriptions,
boolean andOperator,
int start,
int end,
OrderByComparator<JournalFeed> obc)
|
static List<JournalFeed> |
findByC_G_F_N_D(long companyId,
long groupId,
String feedId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator<JournalFeed> obc)
|
static List<JournalFeed> |
findByKeywords(long companyId,
long groupId,
String keywords,
int start,
int end,
OrderByComparator<JournalFeed> obc)
|
static JournalFeedFinder |
getFinder()
|
void |
setFinder(JournalFeedFinder finder)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JournalFeedFinderUtil
public JournalFeedFinderUtil()
countByKeywords
public static int countByKeywords(long companyId,
long groupId,
String keywords)
countByC_G_F_N_D
public static int countByC_G_F_N_D(long companyId,
long groupId,
String feedId,
String name,
String description,
boolean andOperator)
countByC_G_F_N_D
public static int countByC_G_F_N_D(long companyId,
long groupId,
String[] feedIds,
String[] names,
String[] descriptions,
boolean andOperator)
findByKeywords
public static List<JournalFeed> findByKeywords(long companyId,
long groupId,
String keywords,
int start,
int end,
OrderByComparator<JournalFeed> obc)
findByC_G_F_N_D
public static List<JournalFeed> findByC_G_F_N_D(long companyId,
long groupId,
String feedId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator<JournalFeed> obc)
findByC_G_F_N_D
public static List<JournalFeed> findByC_G_F_N_D(long companyId,
long groupId,
String[] feedIds,
String[] names,
String[] descriptions,
boolean andOperator,
int start,
int end,
OrderByComparator<JournalFeed> obc)
getFinder
public static JournalFeedFinder getFinder()
setFinder
public void setFinder(JournalFeedFinder finder)