Class MBCategoryServiceWrapper
java.lang.Object
com.liferay.message.boards.service.MBCategoryServiceWrapper
- All Implemented Interfaces:
MBCategoryService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<MBCategoryService>
public class MBCategoryServiceWrapper
extends Object
implements MBCategoryService, com.liferay.portal.kernel.service.ServiceWrapper<MBCategoryService>
Provides a wrapper for
MBCategoryService.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCategory(String externalReferenceCode, long userId, long parentCategoryId, String name, String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) addCategory(String externalReferenceCode, long parentCategoryId, String name, String description, String displayStyle, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean mailingListActive, boolean allowAnonymousEmail, com.liferay.portal.kernel.service.ServiceContext serviceContext) voiddeleteCategory(long categoryId, boolean includeTrashedEntries) voiddeleteCategory(long groupId, long categoryId) voiddeleteCategory(String externalReferenceCode, long groupId) fetchMBCategory(long groupId, String friendlyURL) getCategories(long groupId) getCategories(long groupId, int status) getCategories(long groupId, long[] parentCategoryIds, int start, int end) getCategories(long groupId, long[] parentCategoryIds, int status, int start, int end) getCategories(long groupId, long[] excludedCategoryIds, long[] parentCategoryIds, int status, int start, int end) getCategories(long groupId, long parentCategoryId, int start, int end) getCategories(long groupId, long parentCategoryId, int status, int start, int end) getCategories(long groupId, long excludedCategoryId, long parentCategoryId, int status, int start, int end) getCategories(long groupId, long parentCategoryId, com.liferay.portal.kernel.dao.orm.QueryDefinition<MBCategory> queryDefinition) getCategoriesAndThreads(long groupId, long categoryId) getCategoriesAndThreads(long groupId, long categoryId, int status) getCategoriesAndThreads(long groupId, long categoryId, int status, int start, int end) getCategoriesAndThreads(long groupId, long categoryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<?> orderByComparator) getCategoriesAndThreads(long groupId, long categoryId, com.liferay.portal.kernel.dao.orm.QueryDefinition<?> queryDefinition) intgetCategoriesAndThreadsCount(long groupId, long categoryId) intgetCategoriesAndThreadsCount(long groupId, long categoryId, int status) intgetCategoriesAndThreadsCount(long groupId, long categoryId, com.liferay.portal.kernel.dao.orm.QueryDefinition<?> queryDefinition) intgetCategoriesCount(long groupId, long parentCategoryId) intgetCategoriesCount(long groupId, long[] parentCategoryIds) intgetCategoriesCount(long groupId, long[] parentCategoryIds, int status) intgetCategoriesCount(long groupId, long[] excludedCategoryIds, long[] parentCategoryIds, int status) intgetCategoriesCount(long groupId, long parentCategoryId, int status) intgetCategoriesCount(long groupId, long excludedCategoryId, long parentCategoryId, int status) intgetCategoriesCount(long groupId, long parentCategoryId, com.liferay.portal.kernel.dao.orm.QueryDefinition<?> queryDefinition) getCategory(long categoryId) long[]getCategoryIds(long groupId, long categoryId) getMBCategory(long groupId, String friendlyURL) Returns the OSGi service identifier.getSubcategoryIds(List<Long> categoryIds, long groupId, long categoryId) getSubscribedCategories(long groupId, long userId, int start, int end) intgetSubscribedCategoriesCount(long groupId, long userId) moveCategory(long categoryId, long parentCategoryId, boolean mergeWithParentCategory) moveCategoryFromTrash(long categoryId, long newCategoryId) moveCategoryToTrash(long categoryId) voidrestoreCategoryFromTrash(long categoryId) voidsetWrappedService(MBCategoryService mbCategoryService) voidsubscribeCategory(long groupId, long categoryId) voidunsubscribeCategory(long groupId, long categoryId) updateCategory(long categoryId, long parentCategoryId, String name, String description, String displayStyle, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean mailingListActive, boolean allowAnonymousEmail, boolean mergeWithParentCategory, com.liferay.portal.kernel.service.ServiceContext serviceContext)
-
Constructor Details
-
MBCategoryServiceWrapper
public MBCategoryServiceWrapper() -
MBCategoryServiceWrapper
-
-
Method Details
-
addCategory
public MBCategory addCategory(String externalReferenceCode, long userId, long parentCategoryId, String name, String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addCategoryin interfaceMBCategoryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addCategory
public MBCategory addCategory(String externalReferenceCode, long parentCategoryId, String name, String description, String displayStyle, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean mailingListActive, boolean allowAnonymousEmail, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addCategoryin interfaceMBCategoryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCategory
public void deleteCategory(long categoryId, boolean includeTrashedEntries) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCategoryin interfaceMBCategoryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCategory
public void deleteCategory(long groupId, long categoryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCategoryin interfaceMBCategoryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCategory
public void deleteCategory(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCategoryin interfaceMBCategoryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchMBCategory
public MBCategory fetchMBCategory(long groupId, String friendlyURL) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchMBCategoryin interfaceMBCategoryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCategories
- Specified by:
getCategoriesin interfaceMBCategoryService
-
getCategories
- Specified by:
getCategoriesin interfaceMBCategoryService
-
getCategories
- Specified by:
getCategoriesin interfaceMBCategoryService
-
getCategories
public List<MBCategory> getCategories(long groupId, long parentCategoryId, int status, int start, int end) - Specified by:
getCategoriesin interfaceMBCategoryService
-
getCategories
public List<MBCategory> getCategories(long groupId, long excludedCategoryId, long parentCategoryId, int status, int start, int end) - Specified by:
getCategoriesin interfaceMBCategoryService
-
getCategories
public List<MBCategory> getCategories(long groupId, long parentCategoryId, com.liferay.portal.kernel.dao.orm.QueryDefinition<MBCategory> queryDefinition) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCategoriesin interfaceMBCategoryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCategories
- Specified by:
getCategoriesin interfaceMBCategoryService
-
getCategories
public List<MBCategory> getCategories(long groupId, long[] parentCategoryIds, int status, int start, int end) - Specified by:
getCategoriesin interfaceMBCategoryService
-
getCategories
public List<MBCategory> getCategories(long groupId, long[] excludedCategoryIds, long[] parentCategoryIds, int status, int start, int end) - Specified by:
getCategoriesin interfaceMBCategoryService
-
getCategoriesAndThreads
- Specified by:
getCategoriesAndThreadsin interfaceMBCategoryService
-
getCategoriesAndThreads
- Specified by:
getCategoriesAndThreadsin interfaceMBCategoryService
-
getCategoriesAndThreads
public List<Object> getCategoriesAndThreads(long groupId, long categoryId, int status, int start, int end) - Specified by:
getCategoriesAndThreadsin interfaceMBCategoryService
-
getCategoriesAndThreads
public List<Object> getCategoriesAndThreads(long groupId, long categoryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<?> orderByComparator) - Specified by:
getCategoriesAndThreadsin interfaceMBCategoryService
-
getCategoriesAndThreads
public List<Object> getCategoriesAndThreads(long groupId, long categoryId, com.liferay.portal.kernel.dao.orm.QueryDefinition<?> queryDefinition) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCategoriesAndThreadsin interfaceMBCategoryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCategoriesAndThreadsCount
public int getCategoriesAndThreadsCount(long groupId, long categoryId) - Specified by:
getCategoriesAndThreadsCountin interfaceMBCategoryService
-
getCategoriesAndThreadsCount
public int getCategoriesAndThreadsCount(long groupId, long categoryId, int status) - Specified by:
getCategoriesAndThreadsCountin interfaceMBCategoryService
-
getCategoriesAndThreadsCount
public int getCategoriesAndThreadsCount(long groupId, long categoryId, com.liferay.portal.kernel.dao.orm.QueryDefinition<?> queryDefinition) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCategoriesAndThreadsCountin interfaceMBCategoryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCategoriesCount
public int getCategoriesCount(long groupId, long parentCategoryId) - Specified by:
getCategoriesCountin interfaceMBCategoryService
-
getCategoriesCount
public int getCategoriesCount(long groupId, long parentCategoryId, int status) - Specified by:
getCategoriesCountin interfaceMBCategoryService
-
getCategoriesCount
public int getCategoriesCount(long groupId, long excludedCategoryId, long parentCategoryId, int status) - Specified by:
getCategoriesCountin interfaceMBCategoryService
-
getCategoriesCount
public int getCategoriesCount(long groupId, long parentCategoryId, com.liferay.portal.kernel.dao.orm.QueryDefinition<?> queryDefinition) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCategoriesCountin interfaceMBCategoryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCategoriesCount
public int getCategoriesCount(long groupId, long[] parentCategoryIds) - Specified by:
getCategoriesCountin interfaceMBCategoryService
-
getCategoriesCount
public int getCategoriesCount(long groupId, long[] parentCategoryIds, int status) - Specified by:
getCategoriesCountin interfaceMBCategoryService
-
getCategoriesCount
public int getCategoriesCount(long groupId, long[] excludedCategoryIds, long[] parentCategoryIds, int status) - Specified by:
getCategoriesCountin interfaceMBCategoryService
-
getCategory
public MBCategory getCategory(long categoryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCategoryin interfaceMBCategoryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCategoryIds
public long[] getCategoryIds(long groupId, long categoryId) - Specified by:
getCategoryIdsin interfaceMBCategoryService
-
getMBCategory
public MBCategory getMBCategory(long groupId, String friendlyURL) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getMBCategoryin interfaceMBCategoryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceMBCategoryService- Returns:
- the OSGi service identifier
-
getSubcategoryIds
- Specified by:
getSubcategoryIdsin interfaceMBCategoryService
-
getSubscribedCategories
- Specified by:
getSubscribedCategoriesin interfaceMBCategoryService
-
getSubscribedCategoriesCount
public int getSubscribedCategoriesCount(long groupId, long userId) - Specified by:
getSubscribedCategoriesCountin interfaceMBCategoryService
-
moveCategory
public MBCategory moveCategory(long categoryId, long parentCategoryId, boolean mergeWithParentCategory) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
moveCategoryin interfaceMBCategoryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
moveCategoryFromTrash
public MBCategory moveCategoryFromTrash(long categoryId, long newCategoryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
moveCategoryFromTrashin interfaceMBCategoryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
moveCategoryToTrash
public MBCategory moveCategoryToTrash(long categoryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
moveCategoryToTrashin interfaceMBCategoryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
restoreCategoryFromTrash
public void restoreCategoryFromTrash(long categoryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
restoreCategoryFromTrashin interfaceMBCategoryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
subscribeCategory
public void subscribeCategory(long groupId, long categoryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
subscribeCategoryin interfaceMBCategoryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
unsubscribeCategory
public void unsubscribeCategory(long groupId, long categoryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
unsubscribeCategoryin interfaceMBCategoryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCategory
public MBCategory updateCategory(long categoryId, long parentCategoryId, String name, String description, String displayStyle, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean mailingListActive, boolean allowAnonymousEmail, boolean mergeWithParentCategory, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateCategoryin interfaceMBCategoryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<MBCategoryService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<MBCategoryService>
-