|
Liferay 6.2-ce-ga5 | |||||||||
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
@ProviderType public class MBThreadServiceWrapper
Provides 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. As of 6.1.0, replaced by getWrappedService() |
MBThreadService |
getWrappedService()
|
Lock |
lockThread(long threadId)
|
MBThread |
moveThread(long categoryId,
long threadId)
|
MBThread |
moveThreadFromTrash(long categoryId,
long threadId)
|
MBThread |
moveThreadToTrash(long threadId)
|
void |
restoreThreadFromTrash(long threadId)
|
Hits |
search(long groupId,
long creatorUserId,
int status,
int start,
int end)
|
Hits |
search(long groupId,
long creatorUserId,
long startDate,
long endDate,
int status,
int start,
int end)
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedMBThreadService(MBThreadService mbThreadService)
Deprecated. As of 6.1.0, replaced by 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 moveThreadFromTrash(long categoryId, long threadId) throws PortalException, SystemException
moveThreadFromTrash
in interface MBThreadService
PortalException
SystemException
public MBThread moveThreadToTrash(long threadId) throws PortalException, SystemException
moveThreadToTrash
in interface MBThreadService
PortalException
SystemException
public void restoreThreadFromTrash(long threadId) throws PortalException, SystemException
restoreThreadFromTrash
in interface MBThreadService
PortalException
SystemException
public Hits search(long groupId, long creatorUserId, int status, int start, int end) throws PortalException, SystemException
search
in interface MBThreadService
PortalException
SystemException
public Hits search(long groupId, long creatorUserId, long startDate, long endDate, int status, int start, int end) throws PortalException, SystemException
search
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.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |