|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.persistence.impl.BasePersistenceImpl<MBCategory>
com.liferay.portlet.messageboards.service.persistence.MBCategoryPersistenceImpl
public class MBCategoryPersistenceImpl
The persistence for the message boards category service.
Never modify this class directly. Modify service.xml and rerun ServiceBuilder to regnerate this class.
Caching information and settings can be found in portal.properties
MBCategoryPersistence,
MBCategoryUtil| 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, WHERE_OR |
| Constructor Summary | |
|---|---|
MBCategoryPersistenceImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
Initializes the message boards category persistence. |
void |
cacheResult(List<MBCategory> mbCategories)
Caches the message boards categories in the entity cache if it is enabled. |
void |
cacheResult(MBCategory mbCategory)
Caches the message boards category in the entity cache if it is enabled. |
void |
clearCache()
Clears the cache for all message boards categories. |
void |
clearCache(MBCategory mbCategory)
Clears the cache for the message boards category. |
int |
countAll()
Counts all the message boards categories. |
int |
countByCompanyId(long companyId)
Counts all the message boards categories where companyId = ?. |
int |
countByG_P(long groupId,
long parentCategoryId)
Counts all the message boards categories where groupId = ? and parentCategoryId = ?. |
int |
countByG_P(long groupId,
long[] parentCategoryIds)
Counts all the message boards categories where groupId = ? and parentCategoryId = any ?. |
int |
countByGroupId(long groupId)
Counts all the message boards categories where groupId = ?. |
int |
countByUUID_G(String uuid,
long groupId)
Counts all the message boards categories where uuid = ? and groupId = ?. |
int |
countByUuid(String uuid)
Counts all the message boards categories where uuid = ?. |
MBCategory |
create(long categoryId)
Creates a new message boards category with the primary key. |
MBCategory |
fetchByPrimaryKey(long categoryId)
Finds the message boards category with the primary key or returns null if it could not be found. |
MBCategory |
fetchByPrimaryKey(Serializable primaryKey)
Finds the message boards category with the primary key or returns null if it could not be found. |
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. |
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. |
int |
filterCountByG_P(long groupId,
long parentCategoryId)
Filters by the user's permissions and counts all the message boards categories where groupId = ? and parentCategoryId = ?. |
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 ?. |
int |
filterCountByGroupId(long groupId)
Filters by the user's permissions and counts all the message boards categories where groupId = ?. |
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 = ?. |
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 ?. |
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 ?. |
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 ?. |
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 = ?. |
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 = ?. |
List<MBCategory> |
filterFindByGroupId(long groupId)
Filters by the user's permissions and finds all the message boards categories where groupId = ?. |
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 = ?. |
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 = ?. |
List<MBCategory> |
findAll()
Finds all the message boards categories. |
List<MBCategory> |
findAll(int start,
int end)
Finds a range of all the message boards categories. |
List<MBCategory> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the message boards categories. |
MBCategory |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first message boards category in the ordered set where companyId = ?. |
MBCategory |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last message boards category in the ordered set where companyId = ?. |
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 = ?. |
List<MBCategory> |
findByCompanyId(long companyId)
Finds all the message boards categories where companyId = ?. |
List<MBCategory> |
findByCompanyId(long companyId,
int start,
int end)
Finds a range of all the message boards categories where companyId = ?. |
List<MBCategory> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the message boards categories where companyId = ?. |
MBCategory |
findByG_P_First(long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Finds the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?. |
MBCategory |
findByG_P_Last(long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Finds the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?. |
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 = ?. |
List<MBCategory> |
findByG_P(long groupId,
long parentCategoryId)
Finds all the message boards categories where groupId = ? and parentCategoryId = ?. |
List<MBCategory> |
findByG_P(long groupId,
long[] parentCategoryIds)
Finds all the message boards categories where groupId = ? and parentCategoryId = any ?. |
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 ?. |
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 ?. |
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 = ?. |
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 = ?. |
MBCategory |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first message boards category in the ordered set where groupId = ?. |
MBCategory |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last message boards category in the ordered set where groupId = ?. |
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 = ?. |
List<MBCategory> |
findByGroupId(long groupId)
Finds all the message boards categories where groupId = ?. |
List<MBCategory> |
findByGroupId(long groupId,
int start,
int end)
Finds a range of all the message boards categories where groupId = ?. |
List<MBCategory> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the message boards categories where groupId = ?. |
MBCategory |
findByPrimaryKey(long categoryId)
Finds the message boards category with the primary key or throws a NoSuchCategoryException if it could not be found. |
MBCategory |
findByPrimaryKey(Serializable primaryKey)
Finds the message boards category with the primary key or throws a NoSuchModelException if it could not be found. |
MBCategory |
findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first message boards category in the ordered set where uuid = ?. |
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. |
MBCategory |
findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last message boards category in the ordered set where uuid = ?. |
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 = ?. |
List<MBCategory> |
findByUuid(String uuid)
Finds all the message boards categories where uuid = ?. |
List<MBCategory> |
findByUuid(String uuid,
int start,
int end)
Finds a range of all the message boards categories where uuid = ?. |
List<MBCategory> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the message boards categories where uuid = ?. |
protected MBCategory |
getByCompanyId_PrevAndNext(Session session,
MBCategory mbCategory,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
|
protected MBCategory |
getByG_P_PrevAndNext(Session session,
MBCategory mbCategory,
long groupId,
long parentCategoryId,
OrderByComparator orderByComparator,
boolean previous)
|
protected MBCategory |
getByGroupId_PrevAndNext(Session session,
MBCategory mbCategory,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
protected MBCategory |
getByUuid_PrevAndNext(Session session,
MBCategory mbCategory,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
|
MBCategory |
remove(long categoryId)
Removes the message boards category with the primary key from the database. |
MBCategory |
remove(Serializable primaryKey)
Removes the message boards category with the primary key from the database. |
void |
removeAll()
Removes all the message boards categories from the database. |
void |
removeByCompanyId(long companyId)
Removes all the message boards categories where companyId = ? from the database. |
void |
removeByG_P(long groupId,
long parentCategoryId)
Removes all the message boards categories where groupId = ? and parentCategoryId = ? from the database. |
void |
removeByGroupId(long groupId)
Removes all the message boards categories where groupId = ? from the database. |
void |
removeByUUID_G(String uuid,
long groupId)
Removes the message boards category where uuid = ? and groupId = ? from the database. |
void |
removeByUuid(String uuid)
Removes all the message boards categories where uuid = ? from the database. |
protected MBCategory |
removeImpl(MBCategory mbCategory)
Removes the model instance from the database. |
protected MBCategory |
toUnwrappedModel(MBCategory mbCategory)
|
MBCategory |
updateImpl(MBCategory mbCategory,
boolean merge)
Updates the model instance in the database or adds it if it does not yet exist. |
| Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
appendOrderByComparator, closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, setDataSource, setSessionFactory, unregisterListener, update, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, setDataSource, unregisterListener, update, update |
| Field Detail |
|---|
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST
public static final FinderPath FINDER_PATH_FIND_BY_UUID
public static final FinderPath FINDER_PATH_COUNT_BY_UUID
public static final FinderPath FINDER_PATH_FETCH_BY_UUID_G
public static final FinderPath FINDER_PATH_COUNT_BY_UUID_G
public static final FinderPath FINDER_PATH_FIND_BY_GROUPID
public static final FinderPath FINDER_PATH_COUNT_BY_GROUPID
public static final FinderPath FINDER_PATH_FIND_BY_COMPANYID
public static final FinderPath FINDER_PATH_COUNT_BY_COMPANYID
public static final FinderPath FINDER_PATH_FIND_BY_G_P
public static final FinderPath FINDER_PATH_COUNT_BY_G_P
public static final FinderPath FINDER_PATH_FIND_ALL
public static final FinderPath FINDER_PATH_COUNT_ALL
@BeanReference(type=MBBanPersistence.class) protected MBBanPersistence mbBanPersistence
@BeanReference(type=MBCategoryPersistence.class) protected MBCategoryPersistence mbCategoryPersistence
@BeanReference(type=MBDiscussionPersistence.class) protected MBDiscussionPersistence mbDiscussionPersistence
@BeanReference(type=MBMailingListPersistence.class) protected MBMailingListPersistence mbMailingListPersistence
@BeanReference(type=MBMessagePersistence.class) protected MBMessagePersistence mbMessagePersistence
@BeanReference(type=MBMessageFlagPersistence.class) protected MBMessageFlagPersistence mbMessageFlagPersistence
@BeanReference(type=MBStatsUserPersistence.class) protected MBStatsUserPersistence mbStatsUserPersistence
@BeanReference(type=MBThreadPersistence.class) protected MBThreadPersistence mbThreadPersistence
@BeanReference(type=GroupPersistence.class) protected GroupPersistence groupPersistence
@BeanReference(type=ResourcePersistence.class) protected ResourcePersistence resourcePersistence
@BeanReference(type=SubscriptionPersistence.class) protected SubscriptionPersistence subscriptionPersistence
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
@BeanReference(type=AssetTagPersistence.class) protected AssetTagPersistence assetTagPersistence
@BeanReference(type=ExpandoValuePersistence.class) protected ExpandoValuePersistence expandoValuePersistence
| Constructor Detail |
|---|
public MBCategoryPersistenceImpl()
| Method Detail |
|---|
public void cacheResult(MBCategory mbCategory)
cacheResult in interface MBCategoryPersistencembCategory - the message boards category to cachepublic void cacheResult(List<MBCategory> mbCategories)
cacheResult in interface MBCategoryPersistencembCategories - the message boards categories to cachepublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<MBCategory>clearCache in class BasePersistenceImpl<MBCategory>public void clearCache(MBCategory mbCategory)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<MBCategory>clearCache in class BasePersistenceImpl<MBCategory>mbCategory - the instance of this model to clear the cache forpublic MBCategory create(long categoryId)
create in interface MBCategoryPersistencecategoryId - the primary key for the new message boards category
public MBCategory remove(Serializable primaryKey)
throws NoSuchModelException,
SystemException
remove in interface BasePersistence<MBCategory>remove in class BasePersistenceImpl<MBCategory>primaryKey - the primary key of the message boards category to remove
NoSuchModelException - if a message boards category with the primary key could not be found
SystemException - if a system exception occurred
public MBCategory remove(long categoryId)
throws NoSuchCategoryException,
SystemException
remove in interface MBCategoryPersistencecategoryId - 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
protected MBCategory removeImpl(MBCategory mbCategory)
throws SystemException
BasePersistenceImplBasePersistenceImpl.update(BaseModel,
boolean) depends on this method to implement the remove operation; it
only notifies the model listeners.
removeImpl in class BasePersistenceImpl<MBCategory>mbCategory - the model instance to remove
SystemException - if a system exception occurred
public MBCategory updateImpl(MBCategory mbCategory,
boolean merge)
throws SystemException
BasePersistenceImplBasePersistenceImpl.remove(BaseModel) depends on this method to implement the
update operation; it only notifies the model listeners.
updateImpl in interface MBCategoryPersistenceupdateImpl in class BasePersistenceImpl<MBCategory>mbCategory - the model instance to updatemerge - whether to merge the model instance with the current
session. See BatchSession.update(
com.liferay.portal.kernel.dao.orm.Session, BaseModel, boolean)
for an explanation.
SystemException - if a system exception occurredprotected MBCategory toUnwrappedModel(MBCategory mbCategory)
public MBCategory findByPrimaryKey(Serializable primaryKey)
throws NoSuchModelException,
SystemException
NoSuchModelException if it could not be found.
findByPrimaryKey in interface BasePersistence<MBCategory>findByPrimaryKey in class BasePersistenceImpl<MBCategory>primaryKey - the primary key of the message boards category to find
NoSuchModelException - if a message boards category with the primary key could not be found
SystemException - if a system exception occurred
public MBCategory findByPrimaryKey(long categoryId)
throws NoSuchCategoryException,
SystemException
NoSuchCategoryException if it could not be found.
findByPrimaryKey in interface MBCategoryPersistencecategoryId - 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 MBCategory fetchByPrimaryKey(Serializable primaryKey)
throws SystemException
null if it could not be found.
fetchByPrimaryKey in interface BasePersistence<MBCategory>fetchByPrimaryKey in class BasePersistenceImpl<MBCategory>primaryKey - 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 MBCategory fetchByPrimaryKey(long categoryId)
throws SystemException
null if it could not be found.
fetchByPrimaryKey in interface MBCategoryPersistencecategoryId - 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 List<MBCategory> findByUuid(String uuid)
throws SystemException
findByUuid in interface MBCategoryPersistenceuuid - the uuid to search with
SystemException - if a system exception occurred
public 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.
findByUuid in interface MBCategoryPersistenceuuid - 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 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.
findByUuid in interface MBCategoryPersistenceuuid - 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 MBCategory findByUuid_First(String uuid,
OrderByComparator orderByComparator)
throws NoSuchCategoryException,
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.
findByUuid_First in interface MBCategoryPersistenceuuid - 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 MBCategory findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
throws NoSuchCategoryException,
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.
findByUuid_Last in interface MBCategoryPersistenceuuid - 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 MBCategory[] findByUuid_PrevAndNext(long categoryId,
String uuid,
OrderByComparator orderByComparator)
throws NoSuchCategoryException,
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.
findByUuid_PrevAndNext in interface MBCategoryPersistencecategoryId - 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
protected MBCategory getByUuid_PrevAndNext(Session session,
MBCategory mbCategory,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
public MBCategory findByUUID_G(String uuid,
long groupId)
throws NoSuchCategoryException,
SystemException
NoSuchCategoryException if it could not be found.
findByUUID_G in interface MBCategoryPersistenceuuid - 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 MBCategory fetchByUUID_G(String uuid,
long groupId)
throws SystemException
null if it could not be found. Uses the finder cache.
fetchByUUID_G in interface MBCategoryPersistenceuuid - 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 MBCategory fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
fetchByUUID_G in interface MBCategoryPersistenceuuid - 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 List<MBCategory> findByGroupId(long groupId)
throws SystemException
findByGroupId in interface MBCategoryPersistencegroupId - the group id to search with
SystemException - if a system exception occurred
public 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.
findByGroupId in interface MBCategoryPersistencegroupId - 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 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.
findByGroupId in interface MBCategoryPersistencegroupId - 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 MBCategory findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
throws NoSuchCategoryException,
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.
findByGroupId_First in interface MBCategoryPersistencegroupId - 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 MBCategory findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
throws NoSuchCategoryException,
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.
findByGroupId_Last in interface MBCategoryPersistencegroupId - 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 MBCategory[] findByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator orderByComparator)
throws NoSuchCategoryException,
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.
findByGroupId_PrevAndNext in interface MBCategoryPersistencecategoryId - 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
protected MBCategory getByGroupId_PrevAndNext(Session session,
MBCategory mbCategory,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
public List<MBCategory> filterFindByGroupId(long groupId)
throws SystemException
filterFindByGroupId in interface MBCategoryPersistencegroupId - the group id to search with
SystemException - if a system exception occurred
public 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.
filterFindByGroupId in interface MBCategoryPersistencegroupId - 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 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.
filterFindByGroupId in interface MBCategoryPersistencegroupId - 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 List<MBCategory> findByCompanyId(long companyId)
throws SystemException
findByCompanyId in interface MBCategoryPersistencecompanyId - the company id to search with
SystemException - if a system exception occurred
public 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.
findByCompanyId in interface MBCategoryPersistencecompanyId - 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 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.
findByCompanyId in interface MBCategoryPersistencecompanyId - 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 MBCategory findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
throws NoSuchCategoryException,
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.
findByCompanyId_First in interface MBCategoryPersistencecompanyId - 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 MBCategory findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
throws NoSuchCategoryException,
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.
findByCompanyId_Last in interface MBCategoryPersistencecompanyId - 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 MBCategory[] findByCompanyId_PrevAndNext(long categoryId,
long companyId,
OrderByComparator orderByComparator)
throws NoSuchCategoryException,
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.
findByCompanyId_PrevAndNext in interface MBCategoryPersistencecategoryId - 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
protected MBCategory getByCompanyId_PrevAndNext(Session session,
MBCategory mbCategory,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
public List<MBCategory> findByG_P(long groupId,
long parentCategoryId)
throws SystemException
findByG_P in interface MBCategoryPersistencegroupId - the group id to search withparentCategoryId - the parent category id to search with
SystemException - if a system exception occurred
public 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.
findByG_P in interface MBCategoryPersistencegroupId - 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 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.
findByG_P in interface MBCategoryPersistencegroupId - 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 MBCategory findByG_P_First(long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
throws NoSuchCategoryException,
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.
findByG_P_First in interface MBCategoryPersistencegroupId - 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 MBCategory findByG_P_Last(long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
throws NoSuchCategoryException,
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.
findByG_P_Last in interface MBCategoryPersistencegroupId - 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 MBCategory[] findByG_P_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
throws NoSuchCategoryException,
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.
findByG_P_PrevAndNext in interface MBCategoryPersistencecategoryId - 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
protected MBCategory getByG_P_PrevAndNext(Session session,
MBCategory mbCategory,
long groupId,
long parentCategoryId,
OrderByComparator orderByComparator,
boolean previous)
public 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.
findByG_P in interface MBCategoryPersistencegroupId - the group id to search withparentCategoryIds - the parent category ids to search with
SystemException - if a system exception occurred
public 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.
findByG_P in interface MBCategoryPersistencegroupId - 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 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.
findByG_P in interface MBCategoryPersistencegroupId - 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 List<MBCategory> filterFindByG_P(long groupId,
long parentCategoryId)
throws SystemException
filterFindByG_P in interface MBCategoryPersistencegroupId - the group id to search withparentCategoryId - the parent category id to search with
SystemException - if a system exception occurred
public 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.
filterFindByG_P in interface MBCategoryPersistencegroupId - 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 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.
filterFindByG_P in interface MBCategoryPersistencegroupId - 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 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.
filterFindByG_P in interface MBCategoryPersistencegroupId - the group id to search withparentCategoryIds - the parent category ids to search with
SystemException - if a system exception occurred
public 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.
filterFindByG_P in interface MBCategoryPersistencegroupId - 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 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.
filterFindByG_P in interface MBCategoryPersistencegroupId - 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 List<MBCategory> findAll()
throws SystemException
findAll in interface MBCategoryPersistenceSystemException - if a system exception occurred
public 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.
findAll in interface MBCategoryPersistencestart - 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 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.
findAll in interface MBCategoryPersistencestart - 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 void removeByUuid(String uuid)
throws SystemException
removeByUuid in interface MBCategoryPersistenceuuid - the uuid to search with
SystemException - if a system exception occurred
public void removeByUUID_G(String uuid,
long groupId)
throws NoSuchCategoryException,
SystemException
removeByUUID_G in interface MBCategoryPersistenceuuid - the uuid to search withgroupId - the group id to search with
SystemException - if a system exception occurred
NoSuchCategoryException
public void removeByGroupId(long groupId)
throws SystemException
removeByGroupId in interface MBCategoryPersistencegroupId - the group id to search with
SystemException - if a system exception occurred
public void removeByCompanyId(long companyId)
throws SystemException
removeByCompanyId in interface MBCategoryPersistencecompanyId - the company id to search with
SystemException - if a system exception occurred
public void removeByG_P(long groupId,
long parentCategoryId)
throws SystemException
removeByG_P in interface MBCategoryPersistencegroupId - the group id to search withparentCategoryId - the parent category id to search with
SystemException - if a system exception occurred
public void removeAll()
throws SystemException
removeAll in interface MBCategoryPersistenceSystemException - if a system exception occurred
public int countByUuid(String uuid)
throws SystemException
countByUuid in interface MBCategoryPersistenceuuid - the uuid to search with
SystemException - if a system exception occurred
public int countByUUID_G(String uuid,
long groupId)
throws SystemException
countByUUID_G in interface MBCategoryPersistenceuuid - the uuid to search withgroupId - the group id to search with
SystemException - if a system exception occurred
public int countByGroupId(long groupId)
throws SystemException
countByGroupId in interface MBCategoryPersistencegroupId - the group id to search with
SystemException - if a system exception occurred
public int filterCountByGroupId(long groupId)
throws SystemException
filterCountByGroupId in interface MBCategoryPersistencegroupId - the group id to search with
SystemException - if a system exception occurred
public int countByCompanyId(long companyId)
throws SystemException
countByCompanyId in interface MBCategoryPersistencecompanyId - the company id to search with
SystemException - if a system exception occurred
public int countByG_P(long groupId,
long parentCategoryId)
throws SystemException
countByG_P in interface MBCategoryPersistencegroupId - the group id to search withparentCategoryId - the parent category id to search with
SystemException - if a system exception occurred
public int countByG_P(long groupId,
long[] parentCategoryIds)
throws SystemException
countByG_P in interface MBCategoryPersistencegroupId - the group id to search withparentCategoryIds - the parent category ids to search with
SystemException - if a system exception occurred
public int filterCountByG_P(long groupId,
long parentCategoryId)
throws SystemException
filterCountByG_P in interface MBCategoryPersistencegroupId - the group id to search withparentCategoryId - the parent category id to search with
SystemException - if a system exception occurred
public int filterCountByG_P(long groupId,
long[] parentCategoryIds)
throws SystemException
filterCountByG_P in interface MBCategoryPersistencegroupId - the group id to search withparentCategoryIds - the parent category ids to search with
SystemException - if a system exception occurred
public int countAll()
throws SystemException
countAll in interface MBCategoryPersistenceSystemException - if a system exception occurredpublic void afterPropertiesSet()
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||