@ProviderType public class MBCategoryLocalServiceWrapper extends java.lang.Object implements MBCategoryLocalService, ServiceWrapper<MBCategoryLocalService>
MBCategoryLocalService.MBCategoryLocalService| Constructor and Description |
|---|
MBCategoryLocalServiceWrapper(MBCategoryLocalService mbCategoryLocalService) |
| Modifier and Type | Method and Description |
|---|---|
MBCategory |
addCategory(long userId,
long parentCategoryId,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext) |
MBCategory |
addCategory(long userId,
long parentCategoryId,
java.lang.String name,
java.lang.String description,
java.lang.String displayStyle,
java.lang.String emailAddress,
java.lang.String inProtocol,
java.lang.String inServerName,
int inServerPort,
boolean inUseSSL,
java.lang.String inUserName,
java.lang.String inPassword,
int inReadInterval,
java.lang.String outEmailAddress,
boolean outCustom,
java.lang.String outServerName,
int outServerPort,
boolean outUseSSL,
java.lang.String outUserName,
java.lang.String outPassword,
boolean allowAnonymous,
boolean mailingListActive,
ServiceContext serviceContext) |
void |
addCategoryResources(long categoryId,
boolean addGroupPermissions,
boolean addGuestPermissions) |
void |
addCategoryResources(long categoryId,
ModelPermissions modelPermissions) |
void |
addCategoryResources(MBCategory category,
boolean addGroupPermissions,
boolean addGuestPermissions) |
void |
addCategoryResources(MBCategory category,
ModelPermissions modelPermissions) |
MBCategory |
addMBCategory(MBCategory mbCategory)
Adds the message boards category to the database.
|
MBCategory |
createMBCategory(long categoryId)
Creates a new message boards category with the primary key.
|
void |
deleteCategories(long groupId) |
void |
deleteCategory(long categoryId) |
void |
deleteCategory(MBCategory category) |
void |
deleteCategory(MBCategory category,
boolean includeTrashedEntries) |
MBCategory |
deleteMBCategory(long categoryId)
Deletes the message boards category with the primary key from the database.
|
MBCategory |
deleteMBCategory(MBCategory mbCategory)
Deletes the message boards category from the database.
|
PersistedModel |
deletePersistedModel(PersistedModel persistedModel) |
DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
MBCategory |
fetchMBCategory(long categoryId) |
MBCategory |
fetchMBCategoryByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the message boards category matching the UUID and group.
|
ActionableDynamicQuery |
getActionableDynamicQuery() |
java.util.List<MBCategory> |
getCategories(long groupId) |
java.util.List<MBCategory> |
getCategories(long groupId,
int status) |
java.util.List<MBCategory> |
getCategories(long groupId,
long[] parentCategoryIds,
int start,
int end) |
java.util.List<MBCategory> |
getCategories(long groupId,
long[] parentCategoryIds,
int status,
int start,
int end) |
java.util.List<MBCategory> |
getCategories(long groupId,
long[] excludedCategoryIds,
long[] parentCategoryIds,
int status,
int start,
int end) |
java.util.List<MBCategory> |
getCategories(long groupId,
long parentCategoryId,
int start,
int end) |
java.util.List<MBCategory> |
getCategories(long groupId,
long parentCategoryId,
int status,
int start,
int end) |
java.util.List<MBCategory> |
getCategories(long groupId,
long excludedCategoryId,
long parentCategoryId,
int status,
int start,
int end) |
java.util.List<java.lang.Object> |
getCategoriesAndThreads(long groupId,
long categoryId) |
int |
getCategoriesCount(long groupId) |
int |
getCategoriesCount(long groupId,
int status) |
int |
getCategoriesCount(long groupId,
long parentCategoryId) |
int |
getCategoriesCount(long groupId,
long[] parentCategoryIds) |
int |
getCategoriesCount(long groupId,
long[] parentCategoryIds,
int status) |
int |
getCategoriesCount(long groupId,
long[] excludedCategoryIds,
long[] parentCategoryIds,
int status) |
int |
getCategoriesCount(long groupId,
long parentCategoryId,
int status) |
int |
getCategoriesCount(long groupId,
long excludedCategoryId,
long parentCategoryId,
int status) |
MBCategory |
getCategory(long categoryId) |
java.util.List<MBCategory> |
getCompanyCategories(long companyId,
int start,
int end) |
int |
getCompanyCategoriesCount(long companyId) |
ExportActionableDynamicQuery |
getExportActionableDynamicQuery(PortletDataContext portletDataContext) |
java.util.List<MBCategory> |
getMBCategories(int start,
int end)
Returns a range of all the message boards categories.
|
java.util.List<MBCategory> |
getMBCategoriesByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns all the message boards categories matching the UUID and company.
|
java.util.List<MBCategory> |
getMBCategoriesByUuidAndCompanyId(java.lang.String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns a range of message boards categories matching the UUID and company.
|
int |
getMBCategoriesCount()
Returns the number of message boards categories.
|
MBCategory |
getMBCategory(long categoryId)
Returns the message boards category with the primary key.
|
MBCategory |
getMBCategoryByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the message boards category matching the UUID and group.
|
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
java.util.List<java.lang.Long> |
getSubcategoryIds(java.util.List<java.lang.Long> categoryIds,
long groupId,
long categoryId) |
java.util.List<MBCategory> |
getSubscribedCategories(long groupId,
long userId,
int start,
int end) |
int |
getSubscribedCategoriesCount(long groupId,
long userId) |
MBCategoryLocalService |
getWrappedMBCategoryLocalService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
MBCategoryLocalService |
getWrappedService() |
void |
moveCategoriesToTrash(long groupId,
long userId) |
MBCategory |
moveCategory(long categoryId,
long parentCategoryId,
boolean mergeWithParentCategory) |
MBCategory |
moveCategoryFromTrash(long userId,
long categoryId,
long newCategoryId) |
MBCategory |
moveCategoryToTrash(long userId,
long categoryId) |
void |
restoreCategoryFromTrash(long userId,
long categoryId) |
void |
setWrappedMBCategoryLocalService(MBCategoryLocalService mbCategoryLocalService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.messageboards.service.MBCategoryLocalService) |
void |
setWrappedService(MBCategoryLocalService mbCategoryLocalService) |
void |
subscribeCategory(long userId,
long groupId,
long categoryId) |
void |
unsubscribeCategory(long userId,
long groupId,
long categoryId) |
MBCategory |
updateCategory(long categoryId,
long parentCategoryId,
java.lang.String name,
java.lang.String description,
java.lang.String displayStyle,
java.lang.String emailAddress,
java.lang.String inProtocol,
java.lang.String inServerName,
int inServerPort,
boolean inUseSSL,
java.lang.String inUserName,
java.lang.String inPassword,
int inReadInterval,
java.lang.String outEmailAddress,
boolean outCustom,
java.lang.String outServerName,
int outServerPort,
boolean outUseSSL,
java.lang.String outUserName,
java.lang.String outPassword,
boolean allowAnonymous,
boolean mailingListActive,
boolean mergeWithParentCategory,
ServiceContext serviceContext) |
MBCategory |
updateMBCategory(MBCategory mbCategory)
Updates the message boards category in the database or adds it if it does not yet exist.
|
MBCategory |
updateMessageCount(long categoryId) |
MBCategory |
updateStatistics(long categoryId) |
MBCategory |
updateStatus(long userId,
long categoryId,
int status) |
MBCategory |
updateThreadCount(long categoryId) |
public MBCategoryLocalServiceWrapper(MBCategoryLocalService mbCategoryLocalService)
public MBCategory addCategory(long userId, long parentCategoryId, java.lang.String name, java.lang.String description, java.lang.String displayStyle, java.lang.String emailAddress, java.lang.String inProtocol, java.lang.String inServerName, int inServerPort, boolean inUseSSL, java.lang.String inUserName, java.lang.String inPassword, int inReadInterval, java.lang.String outEmailAddress, boolean outCustom, java.lang.String outServerName, int outServerPort, boolean outUseSSL, java.lang.String outUserName, java.lang.String outPassword, boolean allowAnonymous, boolean mailingListActive, ServiceContext serviceContext) throws PortalException
addCategory in interface MBCategoryLocalServicePortalExceptionpublic MBCategory addCategory(long userId, long parentCategoryId, java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws PortalException
addCategory in interface MBCategoryLocalServicePortalExceptionpublic void addCategoryResources(MBCategory category, boolean addGroupPermissions, boolean addGuestPermissions) throws PortalException
addCategoryResources in interface MBCategoryLocalServicePortalExceptionpublic void addCategoryResources(MBCategory category, ModelPermissions modelPermissions) throws PortalException
addCategoryResources in interface MBCategoryLocalServicePortalExceptionpublic void addCategoryResources(long categoryId,
boolean addGroupPermissions,
boolean addGuestPermissions)
throws PortalException
addCategoryResources in interface MBCategoryLocalServicePortalExceptionpublic void addCategoryResources(long categoryId,
ModelPermissions modelPermissions)
throws PortalException
addCategoryResources in interface MBCategoryLocalServicePortalExceptionpublic MBCategory addMBCategory(MBCategory mbCategory)
addMBCategory in interface MBCategoryLocalServicembCategory - the message boards categorypublic MBCategory createMBCategory(long categoryId)
createMBCategory in interface MBCategoryLocalServicecategoryId - the primary key for the new message boards categorypublic void deleteCategories(long groupId)
throws PortalException
deleteCategories in interface MBCategoryLocalServicePortalExceptionpublic void deleteCategory(MBCategory category) throws PortalException
deleteCategory in interface MBCategoryLocalServicePortalExceptionpublic void deleteCategory(MBCategory category, boolean includeTrashedEntries) throws PortalException
deleteCategory in interface MBCategoryLocalServicePortalExceptionpublic void deleteCategory(long categoryId)
throws PortalException
deleteCategory in interface MBCategoryLocalServicePortalExceptionpublic MBCategory deleteMBCategory(long categoryId) throws PortalException
deleteMBCategory in interface MBCategoryLocalServicecategoryId - the primary key of the message boards categoryPortalException - if a message boards category with the primary key could not be foundpublic MBCategory deleteMBCategory(MBCategory mbCategory)
deleteMBCategory in interface MBCategoryLocalServicembCategory - the message boards categorypublic PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
deletePersistedModel in interface PersistedModelLocalServicedeletePersistedModel in interface MBCategoryLocalServicePortalExceptionpublic DynamicQuery dynamicQuery()
dynamicQuery in interface MBCategoryLocalServicepublic <T> java.util.List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface MBCategoryLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.messageboards.model.impl.MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface MBCategoryLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public <T> java.util.List<T> dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.messageboards.model.impl.MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface MBCategoryLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQueryCount in interface MBCategoryLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
dynamicQueryCount in interface MBCategoryLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic MBCategory fetchMBCategory(long categoryId)
fetchMBCategory in interface MBCategoryLocalServicepublic MBCategory fetchMBCategoryByUuidAndGroupId(java.lang.String uuid, long groupId)
fetchMBCategoryByUuidAndGroupId in interface MBCategoryLocalServiceuuid - the message boards category's UUIDgroupId - the primary key of the groupnull if a matching message boards category could not be foundpublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface MBCategoryLocalServicepublic java.util.List<MBCategory> getCategories(long groupId)
getCategories in interface MBCategoryLocalServicepublic java.util.List<MBCategory> getCategories(long groupId, long excludedCategoryId, long parentCategoryId, int status, int start, int end)
getCategories in interface MBCategoryLocalServicepublic java.util.List<MBCategory> getCategories(long groupId, long[] excludedCategoryIds, long[] parentCategoryIds, int status, int start, int end)
getCategories in interface MBCategoryLocalServicepublic java.util.List<MBCategory> getCategories(long groupId, long parentCategoryId, int start, int end)
getCategories in interface MBCategoryLocalServicepublic java.util.List<MBCategory> getCategories(long groupId, long parentCategoryId, int status, int start, int end)
getCategories in interface MBCategoryLocalServicepublic java.util.List<MBCategory> getCategories(long groupId, long[] parentCategoryIds, int start, int end)
getCategories in interface MBCategoryLocalServicepublic java.util.List<MBCategory> getCategories(long groupId, long[] parentCategoryIds, int status, int start, int end)
getCategories in interface MBCategoryLocalServicepublic java.util.List<MBCategory> getCategories(long groupId, int status)
getCategories in interface MBCategoryLocalServicepublic java.util.List<java.lang.Object> getCategoriesAndThreads(long groupId,
long categoryId)
getCategoriesAndThreads in interface MBCategoryLocalServicepublic int getCategoriesCount(long groupId)
getCategoriesCount in interface MBCategoryLocalServicepublic int getCategoriesCount(long groupId,
long excludedCategoryId,
long parentCategoryId,
int status)
getCategoriesCount in interface MBCategoryLocalServicepublic int getCategoriesCount(long groupId,
long[] excludedCategoryIds,
long[] parentCategoryIds,
int status)
getCategoriesCount in interface MBCategoryLocalServicepublic int getCategoriesCount(long groupId,
long parentCategoryId)
getCategoriesCount in interface MBCategoryLocalServicepublic int getCategoriesCount(long groupId,
long parentCategoryId,
int status)
getCategoriesCount in interface MBCategoryLocalServicepublic int getCategoriesCount(long groupId,
long[] parentCategoryIds)
getCategoriesCount in interface MBCategoryLocalServicepublic int getCategoriesCount(long groupId,
long[] parentCategoryIds,
int status)
getCategoriesCount in interface MBCategoryLocalServicepublic int getCategoriesCount(long groupId,
int status)
getCategoriesCount in interface MBCategoryLocalServicepublic MBCategory getCategory(long categoryId) throws PortalException
getCategory in interface MBCategoryLocalServicePortalExceptionpublic java.util.List<MBCategory> getCompanyCategories(long companyId, int start, int end)
getCompanyCategories in interface MBCategoryLocalServicepublic int getCompanyCategoriesCount(long companyId)
getCompanyCategoriesCount in interface MBCategoryLocalServicepublic ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface MBCategoryLocalServicepublic java.util.List<MBCategory> getMBCategories(int start, int end)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.messageboards.model.impl.MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getMBCategories in interface MBCategoryLocalServicestart - the lower bound of the range of message boards categoriesend - the upper bound of the range of message boards categories (not inclusive)public java.util.List<MBCategory> getMBCategoriesByUuidAndCompanyId(java.lang.String uuid, long companyId)
getMBCategoriesByUuidAndCompanyId in interface MBCategoryLocalServiceuuid - the UUID of the message boards categoriescompanyId - the primary key of the companypublic java.util.List<MBCategory> getMBCategoriesByUuidAndCompanyId(java.lang.String uuid, long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
getMBCategoriesByUuidAndCompanyId in interface MBCategoryLocalServiceuuid - the UUID of the message boards categoriescompanyId - the primary key of the companystart - 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)public int getMBCategoriesCount()
getMBCategoriesCount in interface MBCategoryLocalServicepublic MBCategory getMBCategory(long categoryId) throws PortalException
getMBCategory in interface MBCategoryLocalServicecategoryId - the primary key of the message boards categoryPortalException - if a message boards category with the primary key could not be foundpublic MBCategory getMBCategoryByUuidAndGroupId(java.lang.String uuid, long groupId) throws PortalException
getMBCategoryByUuidAndGroupId in interface MBCategoryLocalServiceuuid - the message boards category's UUIDgroupId - the primary key of the groupPortalException - if a matching message boards category could not be foundpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface MBCategoryLocalServicepublic PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface MBCategoryLocalServicePortalExceptionpublic java.util.List<java.lang.Long> getSubcategoryIds(java.util.List<java.lang.Long> categoryIds,
long groupId,
long categoryId)
getSubcategoryIds in interface MBCategoryLocalServicepublic java.util.List<MBCategory> getSubscribedCategories(long groupId, long userId, int start, int end)
getSubscribedCategories in interface MBCategoryLocalServicepublic int getSubscribedCategoriesCount(long groupId,
long userId)
getSubscribedCategoriesCount in interface MBCategoryLocalServicepublic void moveCategoriesToTrash(long groupId,
long userId)
throws PortalException
moveCategoriesToTrash in interface MBCategoryLocalServicePortalExceptionpublic MBCategory moveCategory(long categoryId, long parentCategoryId, boolean mergeWithParentCategory) throws PortalException
moveCategory in interface MBCategoryLocalServicePortalExceptionpublic MBCategory moveCategoryFromTrash(long userId, long categoryId, long newCategoryId) throws PortalException
moveCategoryFromTrash in interface MBCategoryLocalServicePortalExceptionpublic MBCategory moveCategoryToTrash(long userId, long categoryId) throws PortalException
moveCategoryToTrash in interface MBCategoryLocalServicePortalExceptionpublic void restoreCategoryFromTrash(long userId,
long categoryId)
throws PortalException
restoreCategoryFromTrash in interface MBCategoryLocalServicePortalExceptionpublic void subscribeCategory(long userId,
long groupId,
long categoryId)
throws PortalException
subscribeCategory in interface MBCategoryLocalServicePortalExceptionpublic void unsubscribeCategory(long userId,
long groupId,
long categoryId)
throws PortalException
unsubscribeCategory in interface MBCategoryLocalServicePortalExceptionpublic MBCategory updateCategory(long categoryId, long parentCategoryId, java.lang.String name, java.lang.String description, java.lang.String displayStyle, java.lang.String emailAddress, java.lang.String inProtocol, java.lang.String inServerName, int inServerPort, boolean inUseSSL, java.lang.String inUserName, java.lang.String inPassword, int inReadInterval, java.lang.String outEmailAddress, boolean outCustom, java.lang.String outServerName, int outServerPort, boolean outUseSSL, java.lang.String outUserName, java.lang.String outPassword, boolean allowAnonymous, boolean mailingListActive, boolean mergeWithParentCategory, ServiceContext serviceContext) throws PortalException
updateCategory in interface MBCategoryLocalServicePortalExceptionpublic MBCategory updateMBCategory(MBCategory mbCategory)
updateMBCategory in interface MBCategoryLocalServicembCategory - the message boards categorypublic MBCategory updateMessageCount(long categoryId)
updateMessageCount in interface MBCategoryLocalServicepublic MBCategory updateStatistics(long categoryId)
updateStatistics in interface MBCategoryLocalServicepublic MBCategory updateStatus(long userId, long categoryId, int status) throws PortalException
updateStatus in interface MBCategoryLocalServicePortalExceptionpublic MBCategory updateThreadCount(long categoryId)
updateThreadCount in interface MBCategoryLocalService@Deprecated public MBCategoryLocalService getWrappedMBCategoryLocalService()
getWrappedService()@Deprecated public void setWrappedMBCategoryLocalService(MBCategoryLocalService mbCategoryLocalService)
setWrappedService(com.liferay.portlet.messageboards.service.MBCategoryLocalService)public MBCategoryLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<MBCategoryLocalService>public void setWrappedService(MBCategoryLocalService mbCategoryLocalService)
setWrappedService in interface ServiceWrapper<MBCategoryLocalService>