@ProviderType public class MBCategoryServiceWrapper extends java.lang.Object implements MBCategoryService, ServiceWrapper<MBCategoryService>
MBCategoryService.MBCategoryService| Constructor and Description |
|---|
MBCategoryServiceWrapper(MBCategoryService mbCategoryService) |
| 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 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 mailingListActive,
boolean allowAnonymousEmail,
ServiceContext serviceContext) |
void |
deleteCategory(long categoryId,
boolean includeTrashedEntries) |
void |
deleteCategory(long groupId,
long categoryId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
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) |
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) |
long[] |
getCategoryIds(long groupId,
long categoryId) |
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) |
MBCategoryService |
getWrappedMBCategoryService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
MBCategoryService |
getWrappedService() |
MBCategory |
moveCategory(long categoryId,
long parentCategoryId,
boolean mergeWithParentCategory) |
MBCategory |
moveCategoryFromTrash(long categoryId,
long newCategoryId) |
MBCategory |
moveCategoryToTrash(long categoryId) |
void |
restoreCategoryFromTrash(long categoryId) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedMBCategoryService(MBCategoryService mbCategoryService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.messageboards.service.MBCategoryService) |
void |
setWrappedService(MBCategoryService mbCategoryService) |
void |
subscribeCategory(long groupId,
long categoryId) |
void |
unsubscribeCategory(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 mailingListActive,
boolean allowAnonymousEmail,
boolean mergeWithParentCategory,
ServiceContext serviceContext) |
public MBCategoryServiceWrapper(MBCategoryService mbCategoryService)
public MBCategory addCategory(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 mailingListActive, boolean allowAnonymousEmail, ServiceContext serviceContext) throws PortalException
addCategory in interface MBCategoryServicePortalExceptionpublic MBCategory addCategory(long userId, long parentCategoryId, java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws PortalException
addCategory in interface MBCategoryServicePortalExceptionpublic void deleteCategory(long categoryId,
boolean includeTrashedEntries)
throws PortalException
deleteCategory in interface MBCategoryServicePortalExceptionpublic void deleteCategory(long groupId,
long categoryId)
throws PortalException
deleteCategory in interface MBCategoryServicePortalExceptionpublic java.lang.String getBeanIdentifier()
getBeanIdentifier in interface MBCategoryServicepublic java.util.List<MBCategory> getCategories(long groupId)
getCategories in interface MBCategoryServicepublic java.util.List<MBCategory> getCategories(long groupId, long excludedCategoryId, long parentCategoryId, int status, int start, int end)
getCategories in interface MBCategoryServicepublic java.util.List<MBCategory> getCategories(long groupId, long[] excludedCategoryIds, long[] parentCategoryIds, int status, int start, int end)
getCategories in interface MBCategoryServicepublic java.util.List<MBCategory> getCategories(long groupId, long parentCategoryId, int start, int end)
getCategories in interface MBCategoryServicepublic java.util.List<MBCategory> getCategories(long groupId, long parentCategoryId, int status, int start, int end)
getCategories in interface MBCategoryServicepublic java.util.List<MBCategory> getCategories(long groupId, long[] parentCategoryIds, int start, int end)
getCategories in interface MBCategoryServicepublic java.util.List<MBCategory> getCategories(long groupId, long[] parentCategoryIds, int status, int start, int end)
getCategories in interface MBCategoryServicepublic java.util.List<MBCategory> getCategories(long groupId, int status)
getCategories in interface MBCategoryServicepublic int getCategoriesCount(long groupId,
long excludedCategoryId,
long parentCategoryId,
int status)
getCategoriesCount in interface MBCategoryServicepublic int getCategoriesCount(long groupId,
long[] excludedCategoryIds,
long[] parentCategoryIds,
int status)
getCategoriesCount in interface MBCategoryServicepublic int getCategoriesCount(long groupId,
long parentCategoryId)
getCategoriesCount in interface MBCategoryServicepublic int getCategoriesCount(long groupId,
long parentCategoryId,
int status)
getCategoriesCount in interface MBCategoryServicepublic int getCategoriesCount(long groupId,
long[] parentCategoryIds)
getCategoriesCount in interface MBCategoryServicepublic int getCategoriesCount(long groupId,
long[] parentCategoryIds,
int status)
getCategoriesCount in interface MBCategoryServicepublic MBCategory getCategory(long categoryId) throws PortalException
getCategory in interface MBCategoryServicePortalExceptionpublic long[] getCategoryIds(long groupId,
long categoryId)
getCategoryIds in interface MBCategoryServicepublic java.util.List<java.lang.Long> getSubcategoryIds(java.util.List<java.lang.Long> categoryIds,
long groupId,
long categoryId)
getSubcategoryIds in interface MBCategoryServicepublic java.util.List<MBCategory> getSubscribedCategories(long groupId, long userId, int start, int end)
getSubscribedCategories in interface MBCategoryServicepublic int getSubscribedCategoriesCount(long groupId,
long userId)
getSubscribedCategoriesCount in interface MBCategoryServicepublic MBCategory moveCategory(long categoryId, long parentCategoryId, boolean mergeWithParentCategory) throws PortalException
moveCategory in interface MBCategoryServicePortalExceptionpublic MBCategory moveCategoryFromTrash(long categoryId, long newCategoryId) throws PortalException
moveCategoryFromTrash in interface MBCategoryServicePortalExceptionpublic MBCategory moveCategoryToTrash(long categoryId) throws PortalException
moveCategoryToTrash in interface MBCategoryServicePortalExceptionpublic void restoreCategoryFromTrash(long categoryId)
throws PortalException
restoreCategoryFromTrash in interface MBCategoryServicePortalExceptionpublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface MBCategoryServicebeanIdentifier - the Spring bean ID for this beanpublic void subscribeCategory(long groupId,
long categoryId)
throws PortalException
subscribeCategory in interface MBCategoryServicePortalExceptionpublic void unsubscribeCategory(long groupId,
long categoryId)
throws PortalException
unsubscribeCategory in interface MBCategoryServicePortalExceptionpublic 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 mailingListActive, boolean allowAnonymousEmail, boolean mergeWithParentCategory, ServiceContext serviceContext) throws PortalException
updateCategory in interface MBCategoryServicePortalException@Deprecated public MBCategoryService getWrappedMBCategoryService()
getWrappedService()@Deprecated public void setWrappedMBCategoryService(MBCategoryService mbCategoryService)
setWrappedService(com.liferay.portlet.messageboards.service.MBCategoryService)public MBCategoryService getWrappedService()
getWrappedService in interface ServiceWrapper<MBCategoryService>public void setWrappedService(MBCategoryService mbCategoryService)
setWrappedService in interface ServiceWrapper<MBCategoryService>