|
Liferay 7.0-ce-a3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.messageboards.service.MBCategoryServiceWrapper
@ProviderType public class MBCategoryServiceWrapper
Provides a wrapper for MBCategoryService.
MBCategoryService| Constructor Summary | |
|---|---|
MBCategoryServiceWrapper(MBCategoryService mbCategoryService)
|
|
| Method Summary | |
|---|---|
MBCategory |
addCategory(long userId,
long parentCategoryId,
String name,
String description,
ServiceContext serviceContext)
|
MBCategory |
addCategory(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,
ServiceContext serviceContext)
|
void |
deleteCategory(long categoryId,
boolean includeTrashedEntries)
|
void |
deleteCategory(long groupId,
long categoryId)
|
List<MBCategory> |
getCategories(long groupId)
|
List<MBCategory> |
getCategories(long groupId,
int status)
|
List<MBCategory> |
getCategories(long groupId,
long[] parentCategoryIds,
int start,
int end)
|
List<MBCategory> |
getCategories(long groupId,
long[] parentCategoryIds,
int status,
int start,
int end)
|
List<MBCategory> |
getCategories(long groupId,
long[] excludedCategoryIds,
long[] parentCategoryIds,
int status,
int start,
int end)
|
List<MBCategory> |
getCategories(long groupId,
long parentCategoryId,
int start,
int end)
|
List<MBCategory> |
getCategories(long groupId,
long parentCategoryId,
int status,
int start,
int end)
|
List<MBCategory> |
getCategories(long groupId,
long excludedCategoryId,
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[] excludedCategoryIds,
long[] parentCategoryIds,
int status)
|
int |
getCategoriesCount(long groupId,
long parentCategoryId,
int status)
|
int |
getCategoriesCount(long groupId,
long excludedCategoryId,
long parentCategoryId,
int status)
|
MBCategory |
getCategory(long categoryId)
|
long[] |
getCategoryIds(long groupId,
long categoryId)
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
List<Long> |
getSubcategoryIds(List<Long> categoryIds,
long groupId,
long categoryId)
|
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 |
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,
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,
ServiceContext serviceContext)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MBCategoryServiceWrapper(MBCategoryService mbCategoryService)
| Method Detail |
|---|
public MBCategory addCategory(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,
ServiceContext serviceContext)
throws PortalException
addCategory in interface MBCategoryServicePortalException
public MBCategory addCategory(long userId,
long parentCategoryId,
String name,
String description,
ServiceContext serviceContext)
throws PortalException
addCategory in interface MBCategoryServicePortalException
public void deleteCategory(long categoryId,
boolean includeTrashedEntries)
throws PortalException
deleteCategory in interface MBCategoryServicePortalException
public void deleteCategory(long groupId,
long categoryId)
throws PortalException
deleteCategory in interface MBCategoryServicePortalExceptionpublic List<MBCategory> getCategories(long groupId)
getCategories in interface MBCategoryService
public List<MBCategory> getCategories(long groupId,
long excludedCategoryId,
long parentCategoryId,
int status,
int start,
int end)
getCategories in interface MBCategoryService
public List<MBCategory> getCategories(long groupId,
long[] excludedCategoryIds,
long[] parentCategoryIds,
int status,
int start,
int end)
getCategories in interface MBCategoryService
public List<MBCategory> getCategories(long groupId,
long parentCategoryId,
int start,
int end)
getCategories in interface MBCategoryService
public List<MBCategory> getCategories(long groupId,
long parentCategoryId,
int status,
int start,
int end)
getCategories in interface MBCategoryService
public List<MBCategory> getCategories(long groupId,
long[] parentCategoryIds,
int start,
int end)
getCategories in interface MBCategoryService
public List<MBCategory> getCategories(long groupId,
long[] parentCategoryIds,
int status,
int start,
int end)
getCategories in interface MBCategoryService
public List<MBCategory> getCategories(long groupId,
int status)
getCategories in interface MBCategoryService
public int getCategoriesCount(long groupId,
long excludedCategoryId,
long parentCategoryId,
int status)
getCategoriesCount in interface MBCategoryService
public int getCategoriesCount(long groupId,
long[] excludedCategoryIds,
long[] parentCategoryIds,
int status)
getCategoriesCount in interface MBCategoryService
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[] parentCategoryIds)
getCategoriesCount in interface MBCategoryService
public int getCategoriesCount(long groupId,
long[] parentCategoryIds,
int status)
getCategoriesCount in interface MBCategoryService
public MBCategory getCategory(long categoryId)
throws PortalException
getCategory in interface MBCategoryServicePortalException
public long[] getCategoryIds(long groupId,
long categoryId)
getCategoryIds in interface MBCategoryServicepublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface MBCategoryService
public List<Long> getSubcategoryIds(List<Long> categoryIds,
long groupId,
long categoryId)
getSubcategoryIds in interface MBCategoryService
public 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 PortalException
moveCategory in interface MBCategoryServicePortalException
public MBCategory moveCategoryFromTrash(long categoryId,
long newCategoryId)
throws PortalException
moveCategoryFromTrash in interface MBCategoryServicePortalException
public MBCategory moveCategoryToTrash(long categoryId)
throws PortalException
moveCategoryToTrash in interface MBCategoryServicePortalException
public void restoreCategoryFromTrash(long categoryId)
throws PortalException
restoreCategoryFromTrash in interface MBCategoryServicePortalException
public void subscribeCategory(long groupId,
long categoryId)
throws PortalException
subscribeCategory in interface MBCategoryServicePortalException
public void unsubscribeCategory(long groupId,
long categoryId)
throws PortalException
unsubscribeCategory in interface MBCategoryServicePortalException
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,
ServiceContext serviceContext)
throws PortalException
updateCategory in interface MBCategoryServicePortalException@Deprecated public MBCategoryService getWrappedMBCategoryService()
getWrappedService()
@Deprecated 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>
|
Liferay 7.0-ce-a3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||