|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.messageboards.service.persistence.MBCategoryUtil
public class MBCategoryUtil
The persistence utility for the message boards category service.
Never modify this class directly. Modify service.xml and rerun ServiceBuilder to regnerate this class.
MBCategoryPersistence,
MBCategoryPersistenceImpl| Constructor Summary | |
|---|---|
MBCategoryUtil()
|
|
| Method Summary | |
|---|---|
static void |
cacheResult(List<MBCategory> mbCategories)
Caches the message boards categories in the entity cache if it is enabled. |
static void |
cacheResult(MBCategory mbCategory)
Caches the message boards category in the entity cache if it is enabled. |
static void |
clearCache()
|
static void |
clearCache(MBCategory mbCategory)
|
static int |
countAll()
Counts all the message boards categories. |
static int |
countByCompanyId(long companyId)
Counts all the message boards categories where companyId = ?. |
static int |
countByG_P(long groupId,
long parentCategoryId)
Counts all the message boards categories where groupId = ? and parentCategoryId = ?. |
static int |
countByG_P(long groupId,
long[] parentCategoryIds)
Counts all the message boards categories where groupId = ? and parentCategoryId = any ?. |
static int |
countByGroupId(long groupId)
Counts all the message boards categories where groupId = ?. |
static int |
countByUUID_G(String uuid,
long groupId)
Counts all the message boards categories where uuid = ? and groupId = ?. |
static int |
countByUuid(String uuid)
Counts all the message boards categories where uuid = ?. |
long |
countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static MBCategory |
create(long categoryId)
Creates a new message boards category with the primary key. |
static MBCategory |
fetchByPrimaryKey(long categoryId)
Finds the message boards category with the primary key or returns null if it could not be found. |
static MBCategory |
fetchByUUID_G(String uuid,
long groupId)
Finds the message boards category where uuid = ? and groupId = ? or returns null if it could not be found. |
static MBCategory |
fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Finds the message boards category where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static int |
filterCountByG_P(long groupId,
long parentCategoryId)
Filters by the user's permissions and counts all the message boards categories where groupId = ? and parentCategoryId = ?. |
static int |
filterCountByG_P(long groupId,
long[] parentCategoryIds)
Filters by the user's permissions and counts all the message boards categories where groupId = ? and parentCategoryId = any ?. |
static int |
filterCountByGroupId(long groupId)
Filters by the user's permissions and counts all the message boards categories where groupId = ?. |
static List<MBCategory> |
filterFindByG_P(long groupId,
long parentCategoryId)
Filters by the user's permissions and finds all the message boards categories where groupId = ? and parentCategoryId = ?. |
static List<MBCategory> |
filterFindByG_P(long groupId,
long[] parentCategoryIds)
Filters by the user's permissions and finds all the message boards categories where groupId = ? and parentCategoryId = any ?. |
static List<MBCategory> |
filterFindByG_P(long groupId,
long[] parentCategoryIds,
int start,
int end)
Filters by the user's permissions and finds a range of all the message boards categories where groupId = ? and parentCategoryId = any ?. |
static List<MBCategory> |
filterFindByG_P(long groupId,
long[] parentCategoryIds,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ?. |
static List<MBCategory> |
filterFindByG_P(long groupId,
long parentCategoryId,
int start,
int end)
Filters by the user's permissions and finds a range of all the message boards categories where groupId = ? and parentCategoryId = ?. |
static List<MBCategory> |
filterFindByG_P(long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?. |
static List<MBCategory> |
filterFindByGroupId(long groupId)
Filters by the user's permissions and finds all the message boards categories where groupId = ?. |
static List<MBCategory> |
filterFindByGroupId(long groupId,
int start,
int end)
Filters by the user's permissions and finds a range of all the message boards categories where groupId = ?. |
static List<MBCategory> |
filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the message boards categories where groupId = ?. |
static List<MBCategory> |
findAll()
Finds all the message boards categories. |
static List<MBCategory> |
findAll(int start,
int end)
Finds a range of all the message boards categories. |
static List<MBCategory> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the message boards categories. |
static MBCategory |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first message boards category in the ordered set where companyId = ?. |
static MBCategory |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last message boards category in the ordered set where companyId = ?. |
static MBCategory[] |
findByCompanyId_PrevAndNext(long categoryId,
long companyId,
OrderByComparator orderByComparator)
Finds the message boards categories before and after the current message boards category in the ordered set where companyId = ?. |
static List<MBCategory> |
findByCompanyId(long companyId)
Finds all the message boards categories where companyId = ?. |
static List<MBCategory> |
findByCompanyId(long companyId,
int start,
int end)
Finds a range of all the message boards categories where companyId = ?. |
static List<MBCategory> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the message boards categories where companyId = ?. |
static MBCategory |
findByG_P_First(long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Finds the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?. |
static MBCategory |
findByG_P_Last(long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Finds the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?. |
static MBCategory[] |
findByG_P_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Finds the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ?. |
static List<MBCategory> |
findByG_P(long groupId,
long parentCategoryId)
Finds all the message boards categories where groupId = ? and parentCategoryId = ?. |
static List<MBCategory> |
findByG_P(long groupId,
long[] parentCategoryIds)
Finds all the message boards categories where groupId = ? and parentCategoryId = any ?. |
static List<MBCategory> |
findByG_P(long groupId,
long[] parentCategoryIds,
int start,
int end)
Finds a range of all the message boards categories where groupId = ? and parentCategoryId = any ?. |
static List<MBCategory> |
findByG_P(long groupId,
long[] parentCategoryIds,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ?. |
static List<MBCategory> |
findByG_P(long groupId,
long parentCategoryId,
int start,
int end)
Finds a range of all the message boards categories where groupId = ? and parentCategoryId = ?. |
static List<MBCategory> |
findByG_P(long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?. |
static MBCategory |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first message boards category in the ordered set where groupId = ?. |
static MBCategory |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last message boards category in the ordered set where groupId = ?. |
static MBCategory[] |
findByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator orderByComparator)
Finds the message boards categories before and after the current message boards category in the ordered set where groupId = ?. |
static List<MBCategory> |
findByGroupId(long groupId)
Finds all the message boards categories where groupId = ?. |
static List<MBCategory> |
findByGroupId(long groupId,
int start,
int end)
Finds a range of all the message boards categories where groupId = ?. |
static List<MBCategory> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the message boards categories where groupId = ?. |
static MBCategory |
findByPrimaryKey(long categoryId)
Finds the message boards category with the primary key or throws a NoSuchCategoryException if it could not be found. |
static MBCategory |
findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first message boards category in the ordered set where uuid = ?. |
static MBCategory |
findByUUID_G(String uuid,
long groupId)
Finds the message boards category where uuid = ? and groupId = ? or throws a NoSuchCategoryException if it could not be found. |
static MBCategory |
findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last message boards category in the ordered set where uuid = ?. |
static MBCategory[] |
findByUuid_PrevAndNext(long categoryId,
String uuid,
OrderByComparator orderByComparator)
Finds the message boards categories before and after the current message boards category in the ordered set where uuid = ?. |
static List<MBCategory> |
findByUuid(String uuid)
Finds all the message boards categories where uuid = ?. |
static List<MBCategory> |
findByUuid(String uuid,
int start,
int end)
Finds a range of all the message boards categories where uuid = ?. |
static List<MBCategory> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the message boards categories where uuid = ?. |
static List<MBCategory> |
findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<MBCategory> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<MBCategory> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static MBCategoryPersistence |
getPersistence()
|
static MBCategory |
remove(long categoryId)
Removes the message boards category with the primary key from the database. |
static MBCategory |
remove(MBCategory mbCategory)
|
static void |
removeAll()
Removes all the message boards categories from the database. |
static void |
removeByCompanyId(long companyId)
Removes all the message boards categories where companyId = ? from the database. |
static void |
removeByG_P(long groupId,
long parentCategoryId)
Removes all the message boards categories where groupId = ? and parentCategoryId = ? from the database. |
static void |
removeByGroupId(long groupId)
Removes all the message boards categories where groupId = ? from the database. |
static void |
removeByUUID_G(String uuid,
long groupId)
Removes the message boards category where uuid = ? and groupId = ? from the database. |
static void |
removeByUuid(String uuid)
Removes all the message boards categories where uuid = ? from the database. |
void |
setPersistence(MBCategoryPersistence persistence)
|
static MBCategory |
update(MBCategory mbCategory,
boolean merge)
|
static MBCategory |
update(MBCategory mbCategory,
boolean merge,
ServiceContext serviceContext)
|
static MBCategory |
updateImpl(MBCategory mbCategory,
boolean merge)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MBCategoryUtil()
| Method Detail |
|---|
public static void clearCache()
BasePersistence.clearCache()public static void clearCache(MBCategory mbCategory)
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)
public long countWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemExceptionBasePersistence.countWithDynamicQuery(DynamicQuery)
public static List<MBCategory> findWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery)
public static List<MBCategory> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static List<MBCategory> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static MBCategory remove(MBCategory mbCategory)
throws SystemException
SystemExceptionBasePersistence.remove(com.liferay.portal.model.BaseModel)
public static MBCategory update(MBCategory mbCategory,
boolean merge)
throws SystemException
SystemExceptionBasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
public static MBCategory update(MBCategory mbCategory,
boolean merge,
ServiceContext serviceContext)
throws SystemException
SystemExceptionBasePersistence.update(com.liferay.portal.model.BaseModel, boolean, ServiceContext)public static void cacheResult(MBCategory mbCategory)
mbCategory - the message boards category to cachepublic static void cacheResult(List<MBCategory> mbCategories)
mbCategories - the message boards categories to cachepublic static MBCategory create(long categoryId)
categoryId - the primary key for the new message boards category
public static MBCategory remove(long categoryId)
throws SystemException,
NoSuchCategoryException
categoryId - the primary key of the message boards category to remove
NoSuchCategoryException - if a message boards category with the primary key could not be found
SystemException - if a system exception occurred
public static MBCategory updateImpl(MBCategory mbCategory,
boolean merge)
throws SystemException
SystemException
public static MBCategory findByPrimaryKey(long categoryId)
throws SystemException,
NoSuchCategoryException
NoSuchCategoryException if it could not be found.
categoryId - the primary key of the message boards category to find
NoSuchCategoryException - if a message boards category with the primary key could not be found
SystemException - if a system exception occurred
public static MBCategory fetchByPrimaryKey(long categoryId)
throws SystemException
null if it could not be found.
categoryId - the primary key of the message boards category to find
null if a message boards category with the primary key could not be found
SystemException - if a system exception occurred
public static List<MBCategory> findByUuid(String uuid)
throws SystemException
uuid - the uuid to search with
SystemException - if a system exception occurred
public static List<MBCategory> findByUuid(String uuid,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
uuid - the uuid to search withstart - the lower bound of the range of message boards categories to returnend - the upper bound of the range of message boards categories to return (not inclusive)
SystemException - if a system exception occurred
public static List<MBCategory> findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
uuid - the uuid to search withstart - the lower bound of the range of message boards categories to returnend - the upper bound of the range of message boards categories to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static MBCategory findByUuid_First(String uuid,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchCategoryException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
uuid - the uuid to search withorderByComparator - the comparator to order the set by
NoSuchCategoryException - if a matching message boards category could not be found
SystemException - if a system exception occurred
public static MBCategory findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchCategoryException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
uuid - the uuid to search withorderByComparator - the comparator to order the set by
NoSuchCategoryException - if a matching message boards category could not be found
SystemException - if a system exception occurred
public static MBCategory[] findByUuid_PrevAndNext(long categoryId,
String uuid,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchCategoryException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
categoryId - the primary key of the current message boards categoryuuid - the uuid to search withorderByComparator - the comparator to order the set by
NoSuchCategoryException - if a message boards category with the primary key could not be found
SystemException - if a system exception occurred
public static MBCategory findByUUID_G(String uuid,
long groupId)
throws SystemException,
NoSuchCategoryException
NoSuchCategoryException if it could not be found.
uuid - the uuid to search withgroupId - the group id to search with
NoSuchCategoryException - if a matching message boards category could not be found
SystemException - if a system exception occurred
public static MBCategory fetchByUUID_G(String uuid,
long groupId)
throws SystemException
null if it could not be found. Uses the finder cache.
uuid - the uuid to search withgroupId - the group id to search with
null if a matching message boards category could not be found
SystemException - if a system exception occurred
public static MBCategory fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
uuid - the uuid to search withgroupId - the group id to search with
null if a matching message boards category could not be found
SystemException - if a system exception occurred
public static List<MBCategory> findByGroupId(long groupId)
throws SystemException
groupId - the group id to search with
SystemException - if a system exception occurred
public static List<MBCategory> findByGroupId(long groupId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withstart - the lower bound of the range of message boards categories to returnend - the upper bound of the range of message boards categories to return (not inclusive)
SystemException - if a system exception occurred
public static List<MBCategory> findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withstart - the lower bound of the range of message boards categories to returnend - the upper bound of the range of message boards categories to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static MBCategory findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchCategoryException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withorderByComparator - the comparator to order the set by
NoSuchCategoryException - if a matching message boards category could not be found
SystemException - if a system exception occurred
public static MBCategory findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchCategoryException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withorderByComparator - the comparator to order the set by
NoSuchCategoryException - if a matching message boards category could not be found
SystemException - if a system exception occurred
public static MBCategory[] findByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchCategoryException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
categoryId - the primary key of the current message boards categorygroupId - the group id to search withorderByComparator - the comparator to order the set by
NoSuchCategoryException - if a message boards category with the primary key could not be found
SystemException - if a system exception occurred
public static List<MBCategory> filterFindByGroupId(long groupId)
throws SystemException
groupId - the group id to search with
SystemException - if a system exception occurred
public static List<MBCategory> filterFindByGroupId(long groupId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withstart - the lower bound of the range of message boards categories to returnend - the upper bound of the range of message boards categories to return (not inclusive)
SystemException - if a system exception occurred
public static List<MBCategory> filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withstart - the lower bound of the range of message boards categories to returnend - the upper bound of the range of message boards categories to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static List<MBCategory> findByCompanyId(long companyId)
throws SystemException
companyId - the company id to search with
SystemException - if a system exception occurred
public static List<MBCategory> findByCompanyId(long companyId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
companyId - the company id to search withstart - the lower bound of the range of message boards categories to returnend - the upper bound of the range of message boards categories to return (not inclusive)
SystemException - if a system exception occurred
public static List<MBCategory> findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
companyId - the company id to search withstart - the lower bound of the range of message boards categories to returnend - the upper bound of the range of message boards categories to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static MBCategory findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchCategoryException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
companyId - the company id to search withorderByComparator - the comparator to order the set by
NoSuchCategoryException - if a matching message boards category could not be found
SystemException - if a system exception occurred
public static MBCategory findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchCategoryException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
companyId - the company id to search withorderByComparator - the comparator to order the set by
NoSuchCategoryException - if a matching message boards category could not be found
SystemException - if a system exception occurred
public static MBCategory[] findByCompanyId_PrevAndNext(long categoryId,
long companyId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchCategoryException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
categoryId - the primary key of the current message boards categorycompanyId - the company id to search withorderByComparator - the comparator to order the set by
NoSuchCategoryException - if a message boards category with the primary key could not be found
SystemException - if a system exception occurred
public static List<MBCategory> findByG_P(long groupId,
long parentCategoryId)
throws SystemException
groupId - the group id to search withparentCategoryId - the parent category id to search with
SystemException - if a system exception occurred
public static List<MBCategory> findByG_P(long groupId,
long parentCategoryId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withparentCategoryId - the parent category id to search withstart - the lower bound of the range of message boards categories to returnend - the upper bound of the range of message boards categories to return (not inclusive)
SystemException - if a system exception occurred
public static List<MBCategory> findByG_P(long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withparentCategoryId - the parent category id to search withstart - the lower bound of the range of message boards categories to returnend - the upper bound of the range of message boards categories to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static MBCategory findByG_P_First(long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchCategoryException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withparentCategoryId - the parent category id to search withorderByComparator - the comparator to order the set by
NoSuchCategoryException - if a matching message boards category could not be found
SystemException - if a system exception occurred
public static MBCategory findByG_P_Last(long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchCategoryException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withparentCategoryId - the parent category id to search withorderByComparator - the comparator to order the set by
NoSuchCategoryException - if a matching message boards category could not be found
SystemException - if a system exception occurred
public static MBCategory[] findByG_P_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchCategoryException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
categoryId - the primary key of the current message boards categorygroupId - the group id to search withparentCategoryId - the parent category id to search withorderByComparator - the comparator to order the set by
NoSuchCategoryException - if a message boards category with the primary key could not be found
SystemException - if a system exception occurred
public static List<MBCategory> findByG_P(long groupId,
long[] parentCategoryIds)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withparentCategoryIds - the parent category ids to search with
SystemException - if a system exception occurred
public static List<MBCategory> findByG_P(long groupId,
long[] parentCategoryIds,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withparentCategoryIds - the parent category ids to search withstart - the lower bound of the range of message boards categories to returnend - the upper bound of the range of message boards categories to return (not inclusive)
SystemException - if a system exception occurred
public static List<MBCategory> findByG_P(long groupId,
long[] parentCategoryIds,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withparentCategoryIds - the parent category ids to search withstart - the lower bound of the range of message boards categories to returnend - the upper bound of the range of message boards categories to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static List<MBCategory> filterFindByG_P(long groupId,
long parentCategoryId)
throws SystemException
groupId - the group id to search withparentCategoryId - the parent category id to search with
SystemException - if a system exception occurred
public static List<MBCategory> filterFindByG_P(long groupId,
long parentCategoryId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withparentCategoryId - the parent category id to search withstart - the lower bound of the range of message boards categories to returnend - the upper bound of the range of message boards categories to return (not inclusive)
SystemException - if a system exception occurred
public static List<MBCategory> filterFindByG_P(long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withparentCategoryId - the parent category id to search withstart - the lower bound of the range of message boards categories to returnend - the upper bound of the range of message boards categories to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static List<MBCategory> filterFindByG_P(long groupId,
long[] parentCategoryIds)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withparentCategoryIds - the parent category ids to search with
SystemException - if a system exception occurred
public static List<MBCategory> filterFindByG_P(long groupId,
long[] parentCategoryIds,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withparentCategoryIds - the parent category ids to search withstart - the lower bound of the range of message boards categories to returnend - the upper bound of the range of message boards categories to return (not inclusive)
SystemException - if a system exception occurred
public static List<MBCategory> filterFindByG_P(long groupId,
long[] parentCategoryIds,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withparentCategoryIds - the parent category ids to search withstart - the lower bound of the range of message boards categories to returnend - the upper bound of the range of message boards categories to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static List<MBCategory> findAll()
throws SystemException
SystemException - if a system exception occurred
public static List<MBCategory> findAll(int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
start - the lower bound of the range of message boards categories to returnend - the upper bound of the range of message boards categories to return (not inclusive)
SystemException - if a system exception occurred
public static List<MBCategory> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
start - the lower bound of the range of message boards categories to returnend - the upper bound of the range of message boards categories to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static void removeByUuid(String uuid)
throws SystemException
uuid - the uuid to search with
SystemException - if a system exception occurred
public static void removeByUUID_G(String uuid,
long groupId)
throws SystemException,
NoSuchCategoryException
uuid - the uuid to search withgroupId - the group id to search with
SystemException - if a system exception occurred
NoSuchCategoryException
public static void removeByGroupId(long groupId)
throws SystemException
groupId - the group id to search with
SystemException - if a system exception occurred
public static void removeByCompanyId(long companyId)
throws SystemException
companyId - the company id to search with
SystemException - if a system exception occurred
public static void removeByG_P(long groupId,
long parentCategoryId)
throws SystemException
groupId - the group id to search withparentCategoryId - the parent category id to search with
SystemException - if a system exception occurred
public static void removeAll()
throws SystemException
SystemException - if a system exception occurred
public static int countByUuid(String uuid)
throws SystemException
uuid - the uuid to search with
SystemException - if a system exception occurred
public static int countByUUID_G(String uuid,
long groupId)
throws SystemException
uuid - the uuid to search withgroupId - the group id to search with
SystemException - if a system exception occurred
public static int countByGroupId(long groupId)
throws SystemException
groupId - the group id to search with
SystemException - if a system exception occurred
public static int filterCountByGroupId(long groupId)
throws SystemException
groupId - the group id to search with
SystemException - if a system exception occurred
public static int countByCompanyId(long companyId)
throws SystemException
companyId - the company id to search with
SystemException - if a system exception occurred
public static int countByG_P(long groupId,
long parentCategoryId)
throws SystemException
groupId - the group id to search withparentCategoryId - the parent category id to search with
SystemException - if a system exception occurred
public static int countByG_P(long groupId,
long[] parentCategoryIds)
throws SystemException
groupId - the group id to search withparentCategoryIds - the parent category ids to search with
SystemException - if a system exception occurred
public static int filterCountByG_P(long groupId,
long parentCategoryId)
throws SystemException
groupId - the group id to search withparentCategoryId - the parent category id to search with
SystemException - if a system exception occurred
public static int filterCountByG_P(long groupId,
long[] parentCategoryIds)
throws SystemException
groupId - the group id to search withparentCategoryIds - the parent category ids to search with
SystemException - if a system exception occurred
public static int countAll()
throws SystemException
SystemException - if a system exception occurredpublic static MBCategoryPersistence getPersistence()
public void setPersistence(MBCategoryPersistence persistence)
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||