|
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.MBThreadServiceWrapper
public class MBThreadServiceWrapper
This class is a wrapper for MBThreadService
.
MBThreadService
Constructor Summary | |
---|---|
MBThreadServiceWrapper(MBThreadService mbThreadService)
|
Method Summary | |
---|---|
void |
deleteThread(long threadId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
List<MBThread> |
getGroupThreads(long groupId,
long userId,
Date modifiedDate,
int status,
int start,
int end)
|
List<MBThread> |
getGroupThreads(long groupId,
long userId,
int status,
boolean subscribed,
boolean includeAnonymous,
int start,
int end)
|
List<MBThread> |
getGroupThreads(long groupId,
long userId,
int status,
boolean subscribed,
int start,
int end)
|
List<MBThread> |
getGroupThreads(long groupId,
long userId,
int status,
int start,
int end)
|
int |
getGroupThreadsCount(long groupId,
long userId,
Date modifiedDate,
int status)
|
int |
getGroupThreadsCount(long groupId,
long userId,
int status)
|
int |
getGroupThreadsCount(long groupId,
long userId,
int status,
boolean subscribed)
|
int |
getGroupThreadsCount(long groupId,
long userId,
int status,
boolean subscribed,
boolean includeAnonymous)
|
List<MBThread> |
getThreads(long groupId,
long categoryId,
int status,
int start,
int end)
|
int |
getThreadsCount(long groupId,
long categoryId,
int status)
|
MBThreadService |
getWrappedMBThreadService()
Deprecated. Renamed to getWrappedService() |
MBThreadService |
getWrappedService()
|
Lock |
lockThread(long threadId)
|
MBThread |
moveThread(long categoryId,
long threadId)
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedMBThreadService(MBThreadService mbThreadService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.messageboards.service.MBThreadService) |
void |
setWrappedService(MBThreadService mbThreadService)
|
MBThread |
splitThread(long messageId,
String subject,
ServiceContext serviceContext)
|
void |
unlockThread(long threadId)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MBThreadServiceWrapper(MBThreadService mbThreadService)
Method Detail |
---|
public String getBeanIdentifier()
getBeanIdentifier
in interface MBThreadService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface MBThreadService
beanIdentifier
- the Spring bean ID for this beanpublic void deleteThread(long threadId) throws PortalException, SystemException
deleteThread
in interface MBThreadService
PortalException
SystemException
public List<MBThread> getGroupThreads(long groupId, long userId, Date modifiedDate, int status, int start, int end) throws PortalException, SystemException
getGroupThreads
in interface MBThreadService
PortalException
SystemException
public List<MBThread> getGroupThreads(long groupId, long userId, int status, boolean subscribed, boolean includeAnonymous, int start, int end) throws PortalException, SystemException
getGroupThreads
in interface MBThreadService
PortalException
SystemException
public List<MBThread> getGroupThreads(long groupId, long userId, int status, boolean subscribed, int start, int end) throws PortalException, SystemException
getGroupThreads
in interface MBThreadService
PortalException
SystemException
public List<MBThread> getGroupThreads(long groupId, long userId, int status, int start, int end) throws PortalException, SystemException
getGroupThreads
in interface MBThreadService
PortalException
SystemException
public int getGroupThreadsCount(long groupId, long userId, Date modifiedDate, int status) throws SystemException
getGroupThreadsCount
in interface MBThreadService
SystemException
public int getGroupThreadsCount(long groupId, long userId, int status) throws SystemException
getGroupThreadsCount
in interface MBThreadService
SystemException
public int getGroupThreadsCount(long groupId, long userId, int status, boolean subscribed) throws SystemException
getGroupThreadsCount
in interface MBThreadService
SystemException
public int getGroupThreadsCount(long groupId, long userId, int status, boolean subscribed, boolean includeAnonymous) throws SystemException
getGroupThreadsCount
in interface MBThreadService
SystemException
public List<MBThread> getThreads(long groupId, long categoryId, int status, int start, int end) throws SystemException
getThreads
in interface MBThreadService
SystemException
public int getThreadsCount(long groupId, long categoryId, int status) throws SystemException
getThreadsCount
in interface MBThreadService
SystemException
public Lock lockThread(long threadId) throws PortalException, SystemException
lockThread
in interface MBThreadService
PortalException
SystemException
public MBThread moveThread(long categoryId, long threadId) throws PortalException, SystemException
moveThread
in interface MBThreadService
PortalException
SystemException
public MBThread splitThread(long messageId, String subject, ServiceContext serviceContext) throws PortalException, SystemException
splitThread
in interface MBThreadService
PortalException
SystemException
public void unlockThread(long threadId) throws PortalException, SystemException
unlockThread
in interface MBThreadService
PortalException
SystemException
public MBThreadService getWrappedMBThreadService()
getWrappedService()
public void setWrappedMBThreadService(MBThreadService mbThreadService)
setWrappedService(com.liferay.portlet.messageboards.service.MBThreadService)
public MBThreadService getWrappedService()
getWrappedService
in interface ServiceWrapper<MBThreadService>
public void setWrappedService(MBThreadService mbThreadService)
setWrappedService
in interface ServiceWrapper<MBThreadService>
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |