com.liferay.portlet.messageboards.service.persistence
Interface MBCategoryFinder
- All Known Implementing Classes:
- MBCategoryFinderImpl
@ProviderType
public interface MBCategoryFinder
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
|
Method Summary |
int |
countByS_G_U_P(long groupId,
long userId,
long[] parentCategoryIds,
QueryDefinition<MBCategory> queryDefinition)
|
int |
filterCountByS_G_U_P(long groupId,
long userId,
long[] parentCategoryIds,
QueryDefinition<MBCategory> queryDefinition)
|
List<MBCategory> |
filterFindByS_G_U_P(long groupId,
long userId,
long[] parentCategoryIds,
QueryDefinition<MBCategory> queryDefinition)
|
List<MBCategory> |
findByS_G_U_P(long groupId,
long userId,
long[] parentCategoryIds,
QueryDefinition<MBCategory> queryDefinition)
|
countByS_G_U_P
int countByS_G_U_P(long groupId,
long userId,
long[] parentCategoryIds,
QueryDefinition<MBCategory> queryDefinition)
filterCountByS_G_U_P
int filterCountByS_G_U_P(long groupId,
long userId,
long[] parentCategoryIds,
QueryDefinition<MBCategory> queryDefinition)
filterFindByS_G_U_P
List<MBCategory> filterFindByS_G_U_P(long groupId,
long userId,
long[] parentCategoryIds,
QueryDefinition<MBCategory> queryDefinition)
findByS_G_U_P
List<MBCategory> findByS_G_U_P(long groupId,
long userId,
long[] parentCategoryIds,
QueryDefinition<MBCategory> queryDefinition)