public class MBCategoryServiceWrapper extends java.lang.Object implements MBCategoryService, com.liferay.portal.kernel.service.ServiceWrapper<MBCategoryService>
MBCategoryService.MBCategoryService| Constructor and Description |
|---|
MBCategoryServiceWrapper() |
MBCategoryServiceWrapper(MBCategoryService mbCategoryService) |
| Modifier and Type | Method and Description |
|---|---|
MBCategory |
addCategory(long userId,
long parentCategoryId,
java.lang.String name,
java.lang.String description,
com.liferay.portal.kernel.service.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,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteCategory(long categoryId,
boolean includeTrashedEntries) |
void |
deleteCategory(long groupId,
long categoryId) |
MBCategory |
fetchMBCategory(long groupId,
java.lang.String friendlyURL) |
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<MBCategory> |
getCategories(long groupId,
long parentCategoryId,
com.liferay.portal.kernel.dao.orm.QueryDefinition<MBCategory> queryDefinition) |
java.util.List<java.lang.Object> |
getCategoriesAndThreads(long groupId,
long categoryId) |
java.util.List<java.lang.Object> |
getCategoriesAndThreads(long groupId,
long categoryId,
int status) |
java.util.List<java.lang.Object> |
getCategoriesAndThreads(long groupId,
long categoryId,
int status,
int start,
int end) |
java.util.List<java.lang.Object> |
getCategoriesAndThreads(long groupId,
long categoryId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<?> orderByComparator) |
java.util.List<java.lang.Object> |
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) |
MBCategory |
getCategory(long categoryId) |
long[] |
getCategoryIds(long groupId,
long categoryId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
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 |
getWrappedService() |
MBCategory |
moveCategory(long categoryId,
long parentCategoryId,
boolean mergeWithParentCategory) |
MBCategory |
moveCategoryFromTrash(long categoryId,
long newCategoryId) |
MBCategory |
moveCategoryToTrash(long categoryId) |
void |
restoreCategoryFromTrash(long categoryId) |
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,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
public MBCategoryServiceWrapper()
public MBCategoryServiceWrapper(MBCategoryService mbCategoryService)
public MBCategory addCategory(long userId, long parentCategoryId, java.lang.String name, java.lang.String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCategory in interface MBCategoryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCategory in interface MBCategoryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCategory(long categoryId,
boolean includeTrashedEntries)
throws com.liferay.portal.kernel.exception.PortalException
deleteCategory in interface MBCategoryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCategory(long groupId,
long categoryId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCategory in interface MBCategoryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic MBCategory fetchMBCategory(long groupId, java.lang.String friendlyURL) throws com.liferay.portal.kernel.exception.PortalException
fetchMBCategory in interface MBCategoryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<MBCategory> getCategories(long groupId)
getCategories in interface MBCategoryServicepublic java.util.List<MBCategory> getCategories(long groupId, int status)
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 excludedCategoryId, long parentCategoryId, int status, int start, int end)
getCategories in interface MBCategoryServicepublic java.util.List<MBCategory> getCategories(long groupId, long parentCategoryId, com.liferay.portal.kernel.dao.orm.QueryDefinition<MBCategory> queryDefinition) throws com.liferay.portal.kernel.exception.PortalException
getCategories in interface MBCategoryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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, long[] excludedCategoryIds, long[] parentCategoryIds, int status, int start, int end)
getCategories in interface MBCategoryServicepublic java.util.List<java.lang.Object> getCategoriesAndThreads(long groupId,
long categoryId)
getCategoriesAndThreads in interface MBCategoryServicepublic java.util.List<java.lang.Object> getCategoriesAndThreads(long groupId,
long categoryId,
int status)
getCategoriesAndThreads in interface MBCategoryServicepublic java.util.List<java.lang.Object> getCategoriesAndThreads(long groupId,
long categoryId,
int status,
int start,
int end)
getCategoriesAndThreads in interface MBCategoryServicepublic java.util.List<java.lang.Object> getCategoriesAndThreads(long groupId,
long categoryId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<?> orderByComparator)
getCategoriesAndThreads in interface MBCategoryServicepublic java.util.List<java.lang.Object> getCategoriesAndThreads(long groupId,
long categoryId,
com.liferay.portal.kernel.dao.orm.QueryDefinition<?> queryDefinition)
throws com.liferay.portal.kernel.exception.PortalException
getCategoriesAndThreads in interface MBCategoryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCategoriesAndThreadsCount(long groupId,
long categoryId)
getCategoriesAndThreadsCount in interface MBCategoryServicepublic int getCategoriesAndThreadsCount(long groupId,
long categoryId,
int status)
getCategoriesAndThreadsCount in interface MBCategoryServicepublic int getCategoriesAndThreadsCount(long groupId,
long categoryId,
com.liferay.portal.kernel.dao.orm.QueryDefinition<?> queryDefinition)
throws com.liferay.portal.kernel.exception.PortalException
getCategoriesAndThreadsCount in interface MBCategoryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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 excludedCategoryId,
long parentCategoryId,
int status)
getCategoriesCount in interface MBCategoryServicepublic int getCategoriesCount(long groupId,
long parentCategoryId,
com.liferay.portal.kernel.dao.orm.QueryDefinition<?> queryDefinition)
throws com.liferay.portal.kernel.exception.PortalException
getCategoriesCount in interface MBCategoryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCategoriesCount(long groupId,
long[] parentCategoryIds)
getCategoriesCount in interface MBCategoryServicepublic int getCategoriesCount(long groupId,
long[] parentCategoryIds,
int status)
getCategoriesCount in interface MBCategoryServicepublic int getCategoriesCount(long groupId,
long[] excludedCategoryIds,
long[] parentCategoryIds,
int status)
getCategoriesCount in interface MBCategoryServicepublic MBCategory getCategory(long categoryId) throws com.liferay.portal.kernel.exception.PortalException
getCategory in interface MBCategoryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic long[] getCategoryIds(long groupId,
long categoryId)
getCategoryIds in interface MBCategoryServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier 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 com.liferay.portal.kernel.exception.PortalException
moveCategory in interface MBCategoryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic MBCategory moveCategoryFromTrash(long categoryId, long newCategoryId) throws com.liferay.portal.kernel.exception.PortalException
moveCategoryFromTrash in interface MBCategoryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic MBCategory moveCategoryToTrash(long categoryId) throws com.liferay.portal.kernel.exception.PortalException
moveCategoryToTrash in interface MBCategoryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void restoreCategoryFromTrash(long categoryId)
throws com.liferay.portal.kernel.exception.PortalException
restoreCategoryFromTrash in interface MBCategoryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void subscribeCategory(long groupId,
long categoryId)
throws com.liferay.portal.kernel.exception.PortalException
subscribeCategory in interface MBCategoryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void unsubscribeCategory(long groupId,
long categoryId)
throws com.liferay.portal.kernel.exception.PortalException
unsubscribeCategory in interface MBCategoryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateCategory in interface MBCategoryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic MBCategoryService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<MBCategoryService>public void setWrappedService(MBCategoryService mbCategoryService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<MBCategoryService>