@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 parentCategoryId,
int start,
int end) |
java.util.List<MBCategory> |
getCategories(long groupId,
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 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 java.lang.String getBeanIdentifier()
getBeanIdentifier in interface MBCategoryServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface MBCategoryServicebeanIdentifier - the Spring bean ID for this beanpublic MBCategory addCategory(long userId, long parentCategoryId, java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws PortalException, SystemException
addCategory in interface MBCategoryServicePortalExceptionSystemExceptionpublic 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, SystemException
addCategory in interface MBCategoryServicePortalExceptionSystemExceptionpublic void deleteCategory(long categoryId,
boolean includeTrashedEntries)
throws PortalException,
SystemException
deleteCategory in interface MBCategoryServicePortalExceptionSystemExceptionpublic void deleteCategory(long groupId,
long categoryId)
throws PortalException,
SystemException
deleteCategory in interface MBCategoryServicePortalExceptionSystemExceptionpublic java.util.List<MBCategory> getCategories(long groupId) throws SystemException
getCategories in interface MBCategoryServiceSystemExceptionpublic java.util.List<MBCategory> getCategories(long groupId, int status) throws SystemException
getCategories in interface MBCategoryServiceSystemExceptionpublic java.util.List<MBCategory> getCategories(long groupId, long parentCategoryId, int start, int end) throws SystemException
getCategories in interface MBCategoryServiceSystemExceptionpublic java.util.List<MBCategory> getCategories(long groupId, long parentCategoryId, int status, int start, int end) throws SystemException
getCategories in interface MBCategoryServiceSystemExceptionpublic java.util.List<MBCategory> getCategories(long groupId, long[] parentCategoryIds, int start, int end) throws SystemException
getCategories in interface MBCategoryServiceSystemExceptionpublic java.util.List<MBCategory> getCategories(long groupId, long[] parentCategoryIds, int status, int start, int end) throws SystemException
getCategories in interface MBCategoryServiceSystemExceptionpublic int getCategoriesCount(long groupId,
long parentCategoryId)
throws SystemException
getCategoriesCount in interface MBCategoryServiceSystemExceptionpublic int getCategoriesCount(long groupId,
long parentCategoryId,
int status)
throws SystemException
getCategoriesCount in interface MBCategoryServiceSystemExceptionpublic int getCategoriesCount(long groupId,
long[] parentCategoryIds)
throws SystemException
getCategoriesCount in interface MBCategoryServiceSystemExceptionpublic int getCategoriesCount(long groupId,
long[] parentCategoryIds,
int status)
throws SystemException
getCategoriesCount in interface MBCategoryServiceSystemExceptionpublic MBCategory getCategory(long categoryId) throws PortalException, SystemException
getCategory in interface MBCategoryServicePortalExceptionSystemExceptionpublic long[] getCategoryIds(long groupId,
long categoryId)
throws SystemException
getCategoryIds in interface MBCategoryServiceSystemExceptionpublic java.util.List<java.lang.Long> getSubcategoryIds(java.util.List<java.lang.Long> categoryIds,
long groupId,
long categoryId)
throws SystemException
getSubcategoryIds in interface MBCategoryServiceSystemExceptionpublic java.util.List<MBCategory> getSubscribedCategories(long groupId, long userId, int start, int end) throws SystemException
getSubscribedCategories in interface MBCategoryServiceSystemExceptionpublic int getSubscribedCategoriesCount(long groupId,
long userId)
throws SystemException
getSubscribedCategoriesCount in interface MBCategoryServiceSystemExceptionpublic MBCategory moveCategory(long categoryId, long parentCategoryId, boolean mergeWithParentCategory) throws PortalException, SystemException
moveCategory in interface MBCategoryServicePortalExceptionSystemExceptionpublic MBCategory moveCategoryFromTrash(long categoryId, long newCategoryId) throws PortalException, SystemException
moveCategoryFromTrash in interface MBCategoryServicePortalExceptionSystemExceptionpublic MBCategory moveCategoryToTrash(long categoryId) throws PortalException, SystemException
moveCategoryToTrash in interface MBCategoryServicePortalExceptionSystemExceptionpublic void restoreCategoryFromTrash(long categoryId)
throws PortalException,
SystemException
restoreCategoryFromTrash in interface MBCategoryServicePortalExceptionSystemExceptionpublic void subscribeCategory(long groupId,
long categoryId)
throws PortalException,
SystemException
subscribeCategory in interface MBCategoryServicePortalExceptionSystemExceptionpublic void unsubscribeCategory(long groupId,
long categoryId)
throws PortalException,
SystemException
unsubscribeCategory in interface MBCategoryServicePortalExceptionSystemExceptionpublic 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, SystemException
updateCategory in interface MBCategoryServicePortalExceptionSystemExceptionpublic MBCategoryService getWrappedMBCategoryService()
getWrappedService()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>