|
Liferay 6.2.0-ce-rc3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.messageboards.service.MBCategoryServiceWrapper
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)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
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 parentCategoryId,
int start,
int end)
|
List<MBCategory> |
getCategories(long groupId,
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 parentCategoryId,
int status)
|
MBCategory |
getCategory(long categoryId)
|
long[] |
getCategoryIds(long groupId,
long categoryId)
|
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 |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
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 String getBeanIdentifier()
getBeanIdentifier in interface MBCategoryServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface MBCategoryServicebeanIdentifier - the Spring bean ID for this bean
public MBCategory addCategory(long userId,
long parentCategoryId,
String name,
String description,
ServiceContext serviceContext)
throws PortalException,
SystemException
addCategory in interface MBCategoryServicePortalException
SystemException
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,
SystemException
addCategory in interface MBCategoryServicePortalException
SystemException
public void deleteCategory(long categoryId,
boolean includeTrashedEntries)
throws PortalException,
SystemException
deleteCategory in interface MBCategoryServicePortalException
SystemException
public void deleteCategory(long groupId,
long categoryId)
throws PortalException,
SystemException
deleteCategory in interface MBCategoryServicePortalException
SystemException
public List<MBCategory> getCategories(long groupId)
throws SystemException
getCategories in interface MBCategoryServiceSystemException
public List<MBCategory> getCategories(long groupId,
int status)
throws SystemException
getCategories in interface MBCategoryServiceSystemException
public List<MBCategory> getCategories(long groupId,
long parentCategoryId,
int start,
int end)
throws SystemException
getCategories in interface MBCategoryServiceSystemException
public List<MBCategory> getCategories(long groupId,
long parentCategoryId,
int status,
int start,
int end)
throws SystemException
getCategories in interface MBCategoryServiceSystemException
public List<MBCategory> getCategories(long groupId,
long[] parentCategoryIds,
int start,
int end)
throws SystemException
getCategories in interface MBCategoryServiceSystemException
public List<MBCategory> getCategories(long groupId,
long[] parentCategoryIds,
int status,
int start,
int end)
throws SystemException
getCategories in interface MBCategoryServiceSystemException
public int getCategoriesCount(long groupId,
long parentCategoryId)
throws SystemException
getCategoriesCount in interface MBCategoryServiceSystemException
public int getCategoriesCount(long groupId,
long parentCategoryId,
int status)
throws SystemException
getCategoriesCount in interface MBCategoryServiceSystemException
public int getCategoriesCount(long groupId,
long[] parentCategoryIds)
throws SystemException
getCategoriesCount in interface MBCategoryServiceSystemException
public int getCategoriesCount(long groupId,
long[] parentCategoryIds,
int status)
throws SystemException
getCategoriesCount in interface MBCategoryServiceSystemException
public MBCategory getCategory(long categoryId)
throws PortalException,
SystemException
getCategory in interface MBCategoryServicePortalException
SystemException
public long[] getCategoryIds(long groupId,
long categoryId)
throws SystemException
getCategoryIds in interface MBCategoryServiceSystemException
public List<Long> getSubcategoryIds(List<Long> categoryIds,
long groupId,
long categoryId)
throws SystemException
getSubcategoryIds in interface MBCategoryServiceSystemException
public List<MBCategory> getSubscribedCategories(long groupId,
long userId,
int start,
int end)
throws SystemException
getSubscribedCategories in interface MBCategoryServiceSystemException
public int getSubscribedCategoriesCount(long groupId,
long userId)
throws SystemException
getSubscribedCategoriesCount in interface MBCategoryServiceSystemException
public MBCategory moveCategory(long categoryId,
long parentCategoryId,
boolean mergeWithParentCategory)
throws PortalException,
SystemException
moveCategory in interface MBCategoryServicePortalException
SystemException
public MBCategory moveCategoryFromTrash(long categoryId,
long newCategoryId)
throws PortalException,
SystemException
moveCategoryFromTrash in interface MBCategoryServicePortalException
SystemException
public MBCategory moveCategoryToTrash(long categoryId)
throws PortalException,
SystemException
moveCategoryToTrash in interface MBCategoryServicePortalException
SystemException
public void restoreCategoryFromTrash(long categoryId)
throws PortalException,
SystemException
restoreCategoryFromTrash in interface MBCategoryServicePortalException
SystemException
public void subscribeCategory(long groupId,
long categoryId)
throws PortalException,
SystemException
subscribeCategory in interface MBCategoryServicePortalException
SystemException
public void unsubscribeCategory(long groupId,
long categoryId)
throws PortalException,
SystemException
unsubscribeCategory in interface MBCategoryServicePortalException
SystemException
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,
SystemException
updateCategory in interface MBCategoryServicePortalException
SystemExceptionpublic MBCategoryService getWrappedMBCategoryService()
getWrappedService()
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 6.2.0-ce-rc3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||