public class MBCategoryServiceWrapper extends java.lang.Object implements MBCategoryService, com.liferay.portal.kernel.service.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,
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) |
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<?> obc) |
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(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 MBCategoryService
com.liferay.portal.kernel.exception.PortalException
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, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCategory
in interface MBCategoryService
com.liferay.portal.kernel.exception.PortalException
public void deleteCategory(long categoryId, boolean includeTrashedEntries) throws com.liferay.portal.kernel.exception.PortalException
deleteCategory
in interface MBCategoryService
com.liferay.portal.kernel.exception.PortalException
public void deleteCategory(long groupId, long categoryId) throws com.liferay.portal.kernel.exception.PortalException
deleteCategory
in interface MBCategoryService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<MBCategory> getCategories(long groupId)
getCategories
in interface MBCategoryService
public java.util.List<MBCategory> getCategories(long groupId, int status)
getCategories
in interface MBCategoryService
public java.util.List<MBCategory> getCategories(long groupId, long parentCategoryId, int start, int end)
getCategories
in interface MBCategoryService
public java.util.List<MBCategory> getCategories(long groupId, long parentCategoryId, int status, int start, int end)
getCategories
in interface MBCategoryService
public java.util.List<MBCategory> getCategories(long groupId, long excludedCategoryId, long parentCategoryId, int status, int start, int end)
getCategories
in interface MBCategoryService
public 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 MBCategoryService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<MBCategory> getCategories(long groupId, long[] parentCategoryIds, int start, int end)
getCategories
in interface MBCategoryService
public java.util.List<MBCategory> getCategories(long groupId, long[] parentCategoryIds, int status, int start, int end)
getCategories
in interface MBCategoryService
public java.util.List<MBCategory> getCategories(long groupId, long[] excludedCategoryIds, long[] parentCategoryIds, int status, int start, int end)
getCategories
in interface MBCategoryService
public java.util.List<java.lang.Object> getCategoriesAndThreads(long groupId, long categoryId)
getCategoriesAndThreads
in interface MBCategoryService
public java.util.List<java.lang.Object> getCategoriesAndThreads(long groupId, long categoryId, int status)
getCategoriesAndThreads
in interface MBCategoryService
public java.util.List<java.lang.Object> getCategoriesAndThreads(long groupId, long categoryId, int status, int start, int end)
getCategoriesAndThreads
in interface MBCategoryService
public java.util.List<java.lang.Object> getCategoriesAndThreads(long groupId, long categoryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<?> obc)
getCategoriesAndThreads
in interface MBCategoryService
public 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 MBCategoryService
com.liferay.portal.kernel.exception.PortalException
public int getCategoriesAndThreadsCount(long groupId, long categoryId)
getCategoriesAndThreadsCount
in interface MBCategoryService
public int getCategoriesAndThreadsCount(long groupId, long categoryId, int status)
getCategoriesAndThreadsCount
in interface MBCategoryService
public int getCategoriesAndThreadsCount(long groupId, long categoryId, com.liferay.portal.kernel.dao.orm.QueryDefinition<?> queryDefinition) throws com.liferay.portal.kernel.exception.PortalException
getCategoriesAndThreadsCount
in interface MBCategoryService
com.liferay.portal.kernel.exception.PortalException
public int getCategoriesCount(long groupId, long parentCategoryId)
getCategoriesCount
in interface MBCategoryService
public int getCategoriesCount(long groupId, long parentCategoryId, int status)
getCategoriesCount
in interface MBCategoryService
public int getCategoriesCount(long groupId, long excludedCategoryId, long parentCategoryId, int status)
getCategoriesCount
in interface MBCategoryService
public int getCategoriesCount(long groupId, long parentCategoryId, com.liferay.portal.kernel.dao.orm.QueryDefinition<?> queryDefinition) throws com.liferay.portal.kernel.exception.PortalException
getCategoriesCount
in interface MBCategoryService
com.liferay.portal.kernel.exception.PortalException
public int getCategoriesCount(long groupId, long[] parentCategoryIds)
getCategoriesCount
in interface MBCategoryService
public int getCategoriesCount(long groupId, long[] parentCategoryIds, int status)
getCategoriesCount
in interface MBCategoryService
public int getCategoriesCount(long groupId, long[] excludedCategoryIds, long[] parentCategoryIds, int status)
getCategoriesCount
in interface MBCategoryService
public MBCategory getCategory(long categoryId) throws com.liferay.portal.kernel.exception.PortalException
getCategory
in interface MBCategoryService
com.liferay.portal.kernel.exception.PortalException
public long[] getCategoryIds(long groupId, long categoryId)
getCategoryIds
in interface MBCategoryService
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface MBCategoryService
public java.util.List<java.lang.Long> getSubcategoryIds(java.util.List<java.lang.Long> categoryIds, long groupId, long categoryId)
getSubcategoryIds
in interface MBCategoryService
public java.util.List<MBCategory> getSubscribedCategories(long groupId, long userId, int start, int end)
getSubscribedCategories
in interface MBCategoryService
public int getSubscribedCategoriesCount(long groupId, long userId)
getSubscribedCategoriesCount
in interface MBCategoryService
public MBCategory moveCategory(long categoryId, long parentCategoryId, boolean mergeWithParentCategory) throws com.liferay.portal.kernel.exception.PortalException
moveCategory
in interface MBCategoryService
com.liferay.portal.kernel.exception.PortalException
public MBCategory moveCategoryFromTrash(long categoryId, long newCategoryId) throws com.liferay.portal.kernel.exception.PortalException
moveCategoryFromTrash
in interface MBCategoryService
com.liferay.portal.kernel.exception.PortalException
public MBCategory moveCategoryToTrash(long categoryId) throws com.liferay.portal.kernel.exception.PortalException
moveCategoryToTrash
in interface MBCategoryService
com.liferay.portal.kernel.exception.PortalException
public void restoreCategoryFromTrash(long categoryId) throws com.liferay.portal.kernel.exception.PortalException
restoreCategoryFromTrash
in interface MBCategoryService
com.liferay.portal.kernel.exception.PortalException
public void subscribeCategory(long groupId, long categoryId) throws com.liferay.portal.kernel.exception.PortalException
subscribeCategory
in interface MBCategoryService
com.liferay.portal.kernel.exception.PortalException
public void unsubscribeCategory(long groupId, long categoryId) throws com.liferay.portal.kernel.exception.PortalException
unsubscribeCategory
in interface MBCategoryService
com.liferay.portal.kernel.exception.PortalException
public 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 MBCategoryService
com.liferay.portal.kernel.exception.PortalException
public 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>