|
Liferay 6.1.2-ce-ga3 | |||||||||
| 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 implementation for the message boards category service.
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, FINDER_ARGS_EMPTY, 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. |
protected void |
cacheUniqueFindersCache(MBCategory mbCategory)
|
void |
clearCache()
Clears the cache for all message boards categories. |
void |
clearCache(List<MBCategory> mbCategories)
Clears the cache for a List instances of this model. |
void |
clearCache(MBCategory mbCategory)
Clears the cache for the message boards category. |
protected void |
clearUniqueFindersCache(MBCategory mbCategory)
|
int |
countAll()
Returns the number of message boards categories. |
int |
countByCompanyId(long companyId)
Returns the number of message boards categories where companyId = ?. |
int |
countByG_P(long groupId,
long parentCategoryId)
Returns the number of message boards categories where groupId = ? and parentCategoryId = ?. |
int |
countByG_P(long groupId,
long[] parentCategoryIds)
Returns the number of message boards categories where groupId = ? and parentCategoryId = any ?. |
int |
countByGroupId(long groupId)
Returns the number of message boards categories where groupId = ?. |
int |
countByUUID_G(String uuid,
long groupId)
Returns the number of message boards categories where uuid = ? and groupId = ?. |
int |
countByUuid(String uuid)
Returns the number of message boards categories where uuid = ?. |
MBCategory |
create(long categoryId)
Creates a new message boards category with the primary key. |
void |
destroy()
|
MBCategory |
fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first message boards category in the ordered set where companyId = ?. |
MBCategory |
fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last message boards category in the ordered set where companyId = ?. |
MBCategory |
fetchByG_P_First(long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?. |
MBCategory |
fetchByG_P_Last(long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?. |
MBCategory |
fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first message boards category in the ordered set where groupId = ?. |
MBCategory |
fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last message boards category in the ordered set where groupId = ?. |
MBCategory |
fetchByPrimaryKey(long categoryId)
Returns the message boards category with the primary key or returns null if it could not be found. |
MBCategory |
fetchByPrimaryKey(Serializable primaryKey)
Returns the message boards category with the primary key or returns null if it could not be found. |
MBCategory |
fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first message boards category in the ordered set where uuid = ?. |
MBCategory |
fetchByUUID_G(String uuid,
long groupId)
Returns 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)
Returns the message boards category where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
MBCategory |
fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last message boards category in the ordered set where uuid = ?. |
int |
filterCountByG_P(long groupId,
long parentCategoryId)
Returns the number of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?. |
int |
filterCountByG_P(long groupId,
long[] parentCategoryIds)
Returns the number of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?. |
int |
filterCountByGroupId(long groupId)
Returns the number of message boards categories that the user has permission to view where groupId = ?. |
MBCategory[] |
filterFindByG_P_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?. |
List<MBCategory> |
filterFindByG_P(long groupId,
long parentCategoryId)
Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?. |
List<MBCategory> |
filterFindByG_P(long groupId,
long[] parentCategoryIds)
Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?. |
List<MBCategory> |
filterFindByG_P(long groupId,
long[] parentCategoryIds,
int start,
int end)
Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?. |
List<MBCategory> |
filterFindByG_P(long groupId,
long[] parentCategoryIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?. |
List<MBCategory> |
filterFindByG_P(long groupId,
long parentCategoryId,
int start,
int end)
Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?. |
List<MBCategory> |
filterFindByG_P(long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ?. |
MBCategory[] |
filterFindByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ?. |
List<MBCategory> |
filterFindByGroupId(long groupId)
Returns all the message boards categories that the user has permission to view where groupId = ?. |
List<MBCategory> |
filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the message boards categories that the user has permission to view where groupId = ?. |
List<MBCategory> |
filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ?. |
protected MBCategory |
filterGetByG_P_PrevAndNext(Session session,
MBCategory mbCategory,
long groupId,
long parentCategoryId,
OrderByComparator orderByComparator,
boolean previous)
|
protected MBCategory |
filterGetByGroupId_PrevAndNext(Session session,
MBCategory mbCategory,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
List<MBCategory> |
findAll()
Returns all the message boards categories. |
List<MBCategory> |
findAll(int start,
int end)
Returns a range of all the message boards categories. |
List<MBCategory> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards categories. |
MBCategory |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first message boards category in the ordered set where companyId = ?. |
MBCategory |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last message boards category in the ordered set where companyId = ?. |
MBCategory[] |
findByCompanyId_PrevAndNext(long categoryId,
long companyId,
OrderByComparator orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ?. |
List<MBCategory> |
findByCompanyId(long companyId)
Returns all the message boards categories where companyId = ?. |
List<MBCategory> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the message boards categories where companyId = ?. |
List<MBCategory> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards categories where companyId = ?. |
MBCategory |
findByG_P_First(long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?. |
MBCategory |
findByG_P_Last(long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Returns 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)
Returns 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)
Returns all the message boards categories where groupId = ? and parentCategoryId = ?. |
List<MBCategory> |
findByG_P(long groupId,
long[] parentCategoryIds)
Returns all the message boards categories where groupId = ? and parentCategoryId = any ?. |
List<MBCategory> |
findByG_P(long groupId,
long[] parentCategoryIds,
int start,
int end)
Returns 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)
Returns 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)
Returns 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)
Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?. |
MBCategory |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first message boards category in the ordered set where groupId = ?. |
MBCategory |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last message boards category in the ordered set where groupId = ?. |
MBCategory[] |
findByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ?. |
List<MBCategory> |
findByGroupId(long groupId)
Returns all the message boards categories where groupId = ?. |
List<MBCategory> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the message boards categories where groupId = ?. |
List<MBCategory> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards categories where groupId = ?. |
MBCategory |
findByPrimaryKey(long categoryId)
Returns the message boards category with the primary key or throws a NoSuchCategoryException if it could not be found. |
MBCategory |
findByPrimaryKey(Serializable primaryKey)
Returns 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)
Returns the first message boards category in the ordered set where uuid = ?. |
MBCategory |
findByUUID_G(String uuid,
long groupId)
Returns 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)
Returns the last message boards category in the ordered set where uuid = ?. |
MBCategory[] |
findByUuid_PrevAndNext(long categoryId,
String uuid,
OrderByComparator orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ?. |
List<MBCategory> |
findByUuid(String uuid)
Returns all the message boards categories where uuid = ?. |
List<MBCategory> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the message boards categories where uuid = ?. |
List<MBCategory> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns 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. |
MBCategory |
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, getClassLoader, getDataSource, getDB, 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 |
|---|
closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update |
| Field Detail |
|---|
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_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_WITH_PAGINATION_FIND_BY_GROUPID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_GROUPID
public static final FinderPath FINDER_PATH_COUNT_BY_GROUPID
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID
public static final FinderPath FINDER_PATH_COUNT_BY_COMPANYID
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_P
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_P
public static final FinderPath FINDER_PATH_COUNT_BY_G_P
public static final FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_G_P
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_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=MBStatsUserPersistence.class) protected MBStatsUserPersistence mbStatsUserPersistence
@BeanReference(type=MBThreadPersistence.class) protected MBThreadPersistence mbThreadPersistence
@BeanReference(type=MBThreadFlagPersistence.class) protected MBThreadFlagPersistence mbThreadFlagPersistence
@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 categorypublic void cacheResult(List<MBCategory> mbCategories)
cacheResult in interface MBCategoryPersistencembCategories - the message boards categoriespublic 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 void clearCache(List<MBCategory> mbCategories)
BasePersistence
The EntityCache and FinderCache are both cleared by this
method.
clearCache in interface BasePersistence<MBCategory>clearCache in class BasePersistenceImpl<MBCategory>mbCategories - the List instances of this model to clear the cache forprotected void cacheUniqueFindersCache(MBCategory mbCategory)
protected void clearUniqueFindersCache(MBCategory mbCategory)
public MBCategory create(long categoryId)
create in interface MBCategoryPersistencecategoryId - the primary key for the new message boards category
public MBCategory remove(long categoryId)
throws NoSuchCategoryException,
SystemException
remove in interface MBCategoryPersistencecategoryId - the primary key of the message boards category
NoSuchCategoryException - if a message boards category with the primary key could not be found
SystemException - if a system exception occurred
public MBCategory remove(Serializable primaryKey)
throws NoSuchCategoryException,
SystemException
remove in interface BasePersistence<MBCategory>remove in class BasePersistenceImpl<MBCategory>primaryKey - the primary key of the message boards category
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
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
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
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
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
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 uuidstart - the lower bound of the range of message boards categoriesend - the upper bound of the range of message boards categories (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 uuidstart - the lower bound of the range of message boards categoriesend - the upper bound of the range of message boards categories (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public MBCategory findByUuid_First(String uuid,
OrderByComparator orderByComparator)
throws NoSuchCategoryException,
SystemException
findByUuid_First in interface MBCategoryPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a matching message boards category could not be found
SystemException - if a system exception occurred
public MBCategory fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
throws SystemException
fetchByUuid_First in interface MBCategoryPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null 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
findByUuid_Last in interface MBCategoryPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a matching message boards category could not be found
SystemException - if a system exception occurred
public MBCategory fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
throws SystemException
fetchByUuid_Last in interface MBCategoryPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null 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
findByUuid_PrevAndNext in interface MBCategoryPersistencecategoryId - the primary key of the current message boards categoryuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
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 uuidgroupId - the group ID
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 uuidgroupId - the group ID
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 uuidgroupId - the group IDretrieveFromCache - whether to use the finder cache
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
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 IDstart - the lower bound of the range of message boards categoriesend - the upper bound of the range of message boards categories (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 IDstart - the lower bound of the range of message boards categoriesend - the upper bound of the range of message boards categories (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public MBCategory findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
throws NoSuchCategoryException,
SystemException
findByGroupId_First in interface MBCategoryPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a matching message boards category could not be found
SystemException - if a system exception occurred
public MBCategory fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
throws SystemException
fetchByGroupId_First in interface MBCategoryPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
null 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
findByGroupId_Last in interface MBCategoryPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a matching message boards category could not be found
SystemException - if a system exception occurred
public MBCategory fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
throws SystemException
fetchByGroupId_Last in interface MBCategoryPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
null 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
findByGroupId_PrevAndNext in interface MBCategoryPersistencecategoryId - the primary key of the current message boards categorygroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
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
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 IDstart - the lower bound of the range of message boards categoriesend - the upper bound of the range of message boards categories (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 IDstart - the lower bound of the range of message boards categoriesend - the upper bound of the range of message boards categories (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public MBCategory[] filterFindByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator orderByComparator)
throws NoSuchCategoryException,
SystemException
filterFindByGroupId_PrevAndNext in interface MBCategoryPersistencecategoryId - the primary key of the current message boards categorygroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a message boards category with the primary key could not be found
SystemException - if a system exception occurred
protected MBCategory filterGetByGroupId_PrevAndNext(Session session,
MBCategory mbCategory,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
public List<MBCategory> findByCompanyId(long companyId)
throws SystemException
findByCompanyId in interface MBCategoryPersistencecompanyId - the company ID
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 IDstart - the lower bound of the range of message boards categoriesend - the upper bound of the range of message boards categories (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 IDstart - the lower bound of the range of message boards categoriesend - the upper bound of the range of message boards categories (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public MBCategory findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
throws NoSuchCategoryException,
SystemException
findByCompanyId_First in interface MBCategoryPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a matching message boards category could not be found
SystemException - if a system exception occurred
public MBCategory fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
throws SystemException
fetchByCompanyId_First in interface MBCategoryPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null 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
findByCompanyId_Last in interface MBCategoryPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a matching message boards category could not be found
SystemException - if a system exception occurred
public MBCategory fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
throws SystemException
fetchByCompanyId_Last in interface MBCategoryPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null 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
findByCompanyId_PrevAndNext in interface MBCategoryPersistencecategoryId - the primary key of the current message boards categorycompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
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 IDparentCategoryId - the parent category ID
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 IDparentCategoryId - the parent category IDstart - the lower bound of the range of message boards categoriesend - the upper bound of the range of message boards categories (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 IDparentCategoryId - the parent category IDstart - the lower bound of the range of message boards categoriesend - the upper bound of the range of message boards categories (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public MBCategory findByG_P_First(long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
throws NoSuchCategoryException,
SystemException
findByG_P_First in interface MBCategoryPersistencegroupId - the group IDparentCategoryId - the parent category IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a matching message boards category could not be found
SystemException - if a system exception occurred
public MBCategory fetchByG_P_First(long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
throws SystemException
fetchByG_P_First in interface MBCategoryPersistencegroupId - the group IDparentCategoryId - the parent category IDorderByComparator - the comparator to order the set by (optionally null)
null 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
findByG_P_Last in interface MBCategoryPersistencegroupId - the group IDparentCategoryId - the parent category IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a matching message boards category could not be found
SystemException - if a system exception occurred
public MBCategory fetchByG_P_Last(long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
throws SystemException
fetchByG_P_Last in interface MBCategoryPersistencegroupId - the group IDparentCategoryId - the parent category IDorderByComparator - the comparator to order the set by (optionally null)
null 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
findByG_P_PrevAndNext in interface MBCategoryPersistencecategoryId - the primary key of the current message boards categorygroupId - the group IDparentCategoryId - the parent category IDorderByComparator - the comparator to order the set by (optionally null)
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 IDparentCategoryIds - the parent category IDs
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 IDparentCategoryIds - the parent category IDsstart - the lower bound of the range of message boards categoriesend - the upper bound of the range of message boards categories (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 IDparentCategoryIds - the parent category IDsstart - the lower bound of the range of message boards categoriesend - the upper bound of the range of message boards categories (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public List<MBCategory> filterFindByG_P(long groupId,
long parentCategoryId)
throws SystemException
filterFindByG_P in interface MBCategoryPersistencegroupId - the group IDparentCategoryId - the parent category ID
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 IDparentCategoryId - the parent category IDstart - the lower bound of the range of message boards categoriesend - the upper bound of the range of message boards categories (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 IDparentCategoryId - the parent category IDstart - the lower bound of the range of message boards categoriesend - the upper bound of the range of message boards categories (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public MBCategory[] filterFindByG_P_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
throws NoSuchCategoryException,
SystemException
filterFindByG_P_PrevAndNext in interface MBCategoryPersistencecategoryId - the primary key of the current message boards categorygroupId - the group IDparentCategoryId - the parent category IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a message boards category with the primary key could not be found
SystemException - if a system exception occurred
protected MBCategory filterGetByG_P_PrevAndNext(Session session,
MBCategory mbCategory,
long groupId,
long parentCategoryId,
OrderByComparator orderByComparator,
boolean previous)
public List<MBCategory> filterFindByG_P(long groupId,
long[] parentCategoryIds)
throws SystemException
filterFindByG_P in interface MBCategoryPersistencegroupId - the group IDparentCategoryIds - the parent category IDs
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 IDparentCategoryIds - the parent category IDsstart - the lower bound of the range of message boards categoriesend - the upper bound of the range of message boards categories (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 IDparentCategoryIds - the parent category IDsstart - the lower bound of the range of message boards categoriesend - the upper bound of the range of message boards categories (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
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 categoriesend - the upper bound of the range of message boards categories (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 categoriesend - the upper bound of the range of message boards categories (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public void removeByUuid(String uuid)
throws SystemException
removeByUuid in interface MBCategoryPersistenceuuid - the uuid
SystemException - if a system exception occurred
public MBCategory removeByUUID_G(String uuid,
long groupId)
throws NoSuchCategoryException,
SystemException
removeByUUID_G in interface MBCategoryPersistenceuuid - the uuidgroupId - the group ID
SystemException - if a system exception occurred
NoSuchCategoryException
public void removeByGroupId(long groupId)
throws SystemException
removeByGroupId in interface MBCategoryPersistencegroupId - the group ID
SystemException - if a system exception occurred
public void removeByCompanyId(long companyId)
throws SystemException
removeByCompanyId in interface MBCategoryPersistencecompanyId - the company ID
SystemException - if a system exception occurred
public void removeByG_P(long groupId,
long parentCategoryId)
throws SystemException
removeByG_P in interface MBCategoryPersistencegroupId - the group IDparentCategoryId - the parent category ID
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
SystemException - if a system exception occurred
public int countByUUID_G(String uuid,
long groupId)
throws SystemException
countByUUID_G in interface MBCategoryPersistenceuuid - the uuidgroupId - the group ID
SystemException - if a system exception occurred
public int countByGroupId(long groupId)
throws SystemException
countByGroupId in interface MBCategoryPersistencegroupId - the group ID
SystemException - if a system exception occurred
public int filterCountByGroupId(long groupId)
throws SystemException
filterCountByGroupId in interface MBCategoryPersistencegroupId - the group ID
SystemException - if a system exception occurred
public int countByCompanyId(long companyId)
throws SystemException
countByCompanyId in interface MBCategoryPersistencecompanyId - the company ID
SystemException - if a system exception occurred
public int countByG_P(long groupId,
long parentCategoryId)
throws SystemException
countByG_P in interface MBCategoryPersistencegroupId - the group IDparentCategoryId - the parent category ID
SystemException - if a system exception occurred
public int countByG_P(long groupId,
long[] parentCategoryIds)
throws SystemException
countByG_P in interface MBCategoryPersistencegroupId - the group IDparentCategoryIds - the parent category IDs
SystemException - if a system exception occurred
public int filterCountByG_P(long groupId,
long parentCategoryId)
throws SystemException
filterCountByG_P in interface MBCategoryPersistencegroupId - the group IDparentCategoryId - the parent category ID
SystemException - if a system exception occurred
public int filterCountByG_P(long groupId,
long[] parentCategoryIds)
throws SystemException
filterCountByG_P in interface MBCategoryPersistencegroupId - the group IDparentCategoryIds - the parent category IDs
SystemException - if a system exception occurred
public int countAll()
throws SystemException
countAll in interface MBCategoryPersistenceSystemException - if a system exception occurredpublic void afterPropertiesSet()
public void destroy()
|
Liferay 6.1.2-ce-ga3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||