|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.messageboards.service.MBCategoryServiceWrapper
public class MBCategoryServiceWrapper
This class is a wrapper for MBCategoryService
.
MBCategoryService
Constructor Summary | |
---|---|
MBCategoryServiceWrapper(MBCategoryService mbCategoryService)
|
Method Summary | |
---|---|
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 groupId,
long categoryId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
List<MBCategory> |
getCategories(long groupId)
|
List<MBCategory> |
getCategories(long groupId,
long[] parentCategoryIds,
int start,
int end)
|
List<MBCategory> |
getCategories(long groupId,
long parentCategoryId,
int start,
int end)
|
int |
getCategoriesCount(long groupId,
long parentCategoryId)
|
int |
getCategoriesCount(long groupId,
long[] parentCategoryIds)
|
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. Renamed to getWrappedService() |
MBCategoryService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedMBCategoryService(MBCategoryService mbCategoryService)
Deprecated. Renamed to 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 MBCategoryService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface MBCategoryService
beanIdentifier
- the Spring bean ID for this beanpublic 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 MBCategoryService
PortalException
SystemException
public void deleteCategory(long groupId, long categoryId) throws PortalException, SystemException
deleteCategory
in interface MBCategoryService
PortalException
SystemException
public List<MBCategory> getCategories(long groupId) throws SystemException
getCategories
in interface MBCategoryService
SystemException
public List<MBCategory> getCategories(long groupId, long parentCategoryId, int start, int end) throws SystemException
getCategories
in interface MBCategoryService
SystemException
public List<MBCategory> getCategories(long groupId, long[] parentCategoryIds, int start, int end) throws SystemException
getCategories
in interface MBCategoryService
SystemException
public int getCategoriesCount(long groupId, long parentCategoryId) throws SystemException
getCategoriesCount
in interface MBCategoryService
SystemException
public int getCategoriesCount(long groupId, long[] parentCategoryIds) throws SystemException
getCategoriesCount
in interface MBCategoryService
SystemException
public MBCategory getCategory(long categoryId) throws PortalException, SystemException
getCategory
in interface MBCategoryService
PortalException
SystemException
public long[] getCategoryIds(long groupId, long categoryId) throws SystemException
getCategoryIds
in interface MBCategoryService
SystemException
public List<Long> getSubcategoryIds(List<Long> categoryIds, long groupId, long categoryId) throws SystemException
getSubcategoryIds
in interface MBCategoryService
SystemException
public List<MBCategory> getSubscribedCategories(long groupId, long userId, int start, int end) throws SystemException
getSubscribedCategories
in interface MBCategoryService
SystemException
public int getSubscribedCategoriesCount(long groupId, long userId) throws SystemException
getSubscribedCategoriesCount
in interface MBCategoryService
SystemException
public void subscribeCategory(long groupId, long categoryId) throws PortalException, SystemException
subscribeCategory
in interface MBCategoryService
PortalException
SystemException
public void unsubscribeCategory(long groupId, long categoryId) throws PortalException, SystemException
unsubscribeCategory
in interface MBCategoryService
PortalException
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 MBCategoryService
PortalException
SystemException
public 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.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |