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) void
deleteCategory
(long categoryId, boolean includeTrashedEntries) void
deleteCategory
(long groupId, long categoryId) void
deleteCategory
(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) int
getCategoriesAndThreadsCount
(long groupId, long categoryId) int
getCategoriesAndThreadsCount
(long groupId, long categoryId, int status) int
getCategoriesAndThreadsCount
(long groupId, long categoryId, com.liferay.portal.kernel.dao.orm.QueryDefinition<?> queryDefinition) 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) int
getCategoriesCount
(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) int
getSubscribedCategoriesCount
(long groupId, long userId) moveCategory
(long categoryId, long parentCategoryId, boolean mergeWithParentCategory) moveCategoryFromTrash
(long categoryId, long newCategoryId) moveCategoryToTrash
(long categoryId) void
restoreCategoryFromTrash
(long categoryId) void
setWrappedService
(MBCategoryService mbCategoryService) void
subscribeCategory
(long groupId, long categoryId) void
unsubscribeCategory
(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:
addCategory
in 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:
addCategory
in 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:
deleteCategory
in 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:
deleteCategory
in 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:
deleteCategory
in 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:
fetchMBCategory
in interfaceMBCategoryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCategories
- Specified by:
getCategories
in interfaceMBCategoryService
-
getCategories
- Specified by:
getCategories
in interfaceMBCategoryService
-
getCategories
- Specified by:
getCategories
in interfaceMBCategoryService
-
getCategories
public List<MBCategory> getCategories(long groupId, long parentCategoryId, int status, int start, int end) - Specified by:
getCategories
in interfaceMBCategoryService
-
getCategories
public List<MBCategory> getCategories(long groupId, long excludedCategoryId, long parentCategoryId, int status, int start, int end) - Specified by:
getCategories
in 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:
getCategories
in interfaceMBCategoryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCategories
- Specified by:
getCategories
in interfaceMBCategoryService
-
getCategories
public List<MBCategory> getCategories(long groupId, long[] parentCategoryIds, int status, int start, int end) - Specified by:
getCategories
in interfaceMBCategoryService
-
getCategories
public List<MBCategory> getCategories(long groupId, long[] excludedCategoryIds, long[] parentCategoryIds, int status, int start, int end) - Specified by:
getCategories
in interfaceMBCategoryService
-
getCategoriesAndThreads
- Specified by:
getCategoriesAndThreads
in interfaceMBCategoryService
-
getCategoriesAndThreads
- Specified by:
getCategoriesAndThreads
in interfaceMBCategoryService
-
getCategoriesAndThreads
public List<Object> getCategoriesAndThreads(long groupId, long categoryId, int status, int start, int end) - Specified by:
getCategoriesAndThreads
in 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:
getCategoriesAndThreads
in 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:
getCategoriesAndThreads
in interfaceMBCategoryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCategoriesAndThreadsCount
public int getCategoriesAndThreadsCount(long groupId, long categoryId) - Specified by:
getCategoriesAndThreadsCount
in interfaceMBCategoryService
-
getCategoriesAndThreadsCount
public int getCategoriesAndThreadsCount(long groupId, long categoryId, int status) - Specified by:
getCategoriesAndThreadsCount
in 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:
getCategoriesAndThreadsCount
in interfaceMBCategoryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCategoriesCount
public int getCategoriesCount(long groupId, long parentCategoryId) - Specified by:
getCategoriesCount
in interfaceMBCategoryService
-
getCategoriesCount
public int getCategoriesCount(long groupId, long parentCategoryId, int status) - Specified by:
getCategoriesCount
in interfaceMBCategoryService
-
getCategoriesCount
public int getCategoriesCount(long groupId, long excludedCategoryId, long parentCategoryId, int status) - Specified by:
getCategoriesCount
in 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:
getCategoriesCount
in interfaceMBCategoryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCategoriesCount
public int getCategoriesCount(long groupId, long[] parentCategoryIds) - Specified by:
getCategoriesCount
in interfaceMBCategoryService
-
getCategoriesCount
public int getCategoriesCount(long groupId, long[] parentCategoryIds, int status) - Specified by:
getCategoriesCount
in interfaceMBCategoryService
-
getCategoriesCount
public int getCategoriesCount(long groupId, long[] excludedCategoryIds, long[] parentCategoryIds, int status) - Specified by:
getCategoriesCount
in interfaceMBCategoryService
-
getCategory
public MBCategory getCategory(long categoryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCategory
in interfaceMBCategoryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCategoryIds
public long[] getCategoryIds(long groupId, long categoryId) - Specified by:
getCategoryIds
in interfaceMBCategoryService
-
getMBCategory
public MBCategory getMBCategory(long groupId, String friendlyURL) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getMBCategory
in interfaceMBCategoryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceMBCategoryService
- Returns:
- the OSGi service identifier
-
getSubcategoryIds
- Specified by:
getSubcategoryIds
in interfaceMBCategoryService
-
getSubscribedCategories
- Specified by:
getSubscribedCategories
in interfaceMBCategoryService
-
getSubscribedCategoriesCount
public int getSubscribedCategoriesCount(long groupId, long userId) - Specified by:
getSubscribedCategoriesCount
in interfaceMBCategoryService
-
moveCategory
public MBCategory moveCategory(long categoryId, long parentCategoryId, boolean mergeWithParentCategory) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
moveCategory
in 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:
moveCategoryFromTrash
in interfaceMBCategoryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
moveCategoryToTrash
public MBCategory moveCategoryToTrash(long categoryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
moveCategoryToTrash
in interfaceMBCategoryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
restoreCategoryFromTrash
public void restoreCategoryFromTrash(long categoryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
restoreCategoryFromTrash
in 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:
subscribeCategory
in 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:
unsubscribeCategory
in 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:
updateCategory
in interfaceMBCategoryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<MBCategoryService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<MBCategoryService>
-