com.liferay.portlet.messageboards.service.persistence
Class MBCategoryFinderImpl
java.lang.Object
com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.messageboards.model.MBCategory>
com.liferay.portlet.messageboards.service.persistence.MBCategoryFinderImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.messageboards.model.MBCategory>, com.liferay.portlet.messageboards.service.persistence.MBCategoryFinder
public class MBCategoryFinderImpl
- extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.messageboards.model.MBCategory>
- implements com.liferay.portlet.messageboards.service.persistence.MBCategoryFinder
View Source
- Author:
- Raymond Augé
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
COUNT_COLUMN_NAME, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT |
Method Summary |
int |
countByS_G_U(long groupId,
long userId)
|
protected int |
doCountByS_G_U(long groupId,
long userId,
boolean inlineSQLHelper)
|
protected java.util.List<com.liferay.portlet.messageboards.model.MBCategory> |
doFindByS_G_U(long groupId,
long userId,
int start,
int end,
boolean inlineSQLHelper)
|
int |
filterCountByS_G_U(long groupId,
long userId)
|
java.util.List<com.liferay.portlet.messageboards.model.MBCategory> |
filterFindByS_G_U(long groupId,
long userId,
int start,
int end)
|
java.util.List<com.liferay.portlet.messageboards.model.MBCategory> |
findByS_G_U(long groupId,
long userId,
int start,
int end)
|
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
appendOrderByComparator, clearCache, clearCache, closeSession, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, remove, setDataSource, setSessionFactory, unregisterListener, update, updateImpl |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COUNT_BY_S_G_U
public static java.lang.String COUNT_BY_S_G_U
FIND_BY_S_G_U
public static java.lang.String FIND_BY_S_G_U
MBCategoryFinderImpl
public MBCategoryFinderImpl()
countByS_G_U
public int countByS_G_U(long groupId,
long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countByS_G_U
in interface com.liferay.portlet.messageboards.service.persistence.MBCategoryFinder
- Throws:
com.liferay.portal.kernel.exception.SystemException
filterCountByS_G_U
public int filterCountByS_G_U(long groupId,
long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
filterCountByS_G_U
in interface com.liferay.portlet.messageboards.service.persistence.MBCategoryFinder
- Throws:
com.liferay.portal.kernel.exception.SystemException
filterFindByS_G_U
public java.util.List<com.liferay.portlet.messageboards.model.MBCategory> filterFindByS_G_U(long groupId,
long userId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
filterFindByS_G_U
in interface com.liferay.portlet.messageboards.service.persistence.MBCategoryFinder
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByS_G_U
public java.util.List<com.liferay.portlet.messageboards.model.MBCategory> findByS_G_U(long groupId,
long userId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByS_G_U
in interface com.liferay.portlet.messageboards.service.persistence.MBCategoryFinder
- Throws:
com.liferay.portal.kernel.exception.SystemException
doCountByS_G_U
protected int doCountByS_G_U(long groupId,
long userId,
boolean inlineSQLHelper)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
doFindByS_G_U
protected java.util.List<com.liferay.portlet.messageboards.model.MBCategory> doFindByS_G_U(long groupId,
long userId,
int start,
int end,
boolean inlineSQLHelper)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException