@ProviderType public class MicroblogsEntryServiceWrapper extends java.lang.Object implements MicroblogsEntryService, com.liferay.portal.kernel.service.ServiceWrapper<MicroblogsEntryService>
MicroblogsEntryService
.MicroblogsEntryService
Constructor and Description |
---|
MicroblogsEntryServiceWrapper(MicroblogsEntryService microblogsEntryService) |
Modifier and Type | Method and Description |
---|---|
MicroblogsEntry |
addMicroblogsEntry(long userId,
java.lang.String content,
int type,
long parentMicroblogsEntryId,
int socialRelationType,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
MicroblogsEntry |
deleteMicroblogsEntry(long microblogsEntryId) |
java.util.List<MicroblogsEntry> |
getMicroblogsEntries(int start,
int end) |
java.util.List<MicroblogsEntry> |
getMicroblogsEntries(java.lang.String assetTagName,
int start,
int end) |
int |
getMicroblogsEntriesCount() |
int |
getMicroblogsEntriesCount(java.lang.String assetTagName) |
MicroblogsEntry |
getMicroblogsEntry(long microblogsEntryId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
java.util.List<MicroblogsEntry> |
getUserMicroblogsEntries(long microblogsEntryUserId,
int start,
int end) |
java.util.List<MicroblogsEntry> |
getUserMicroblogsEntries(long microblogsEntryUserId,
int type,
int start,
int end) |
int |
getUserMicroblogsEntriesCount(long microblogsEntryUserId) |
int |
getUserMicroblogsEntriesCount(long microblogsEntryUserId,
int type) |
MicroblogsEntryService |
getWrappedService() |
void |
setWrappedService(MicroblogsEntryService microblogsEntryService) |
MicroblogsEntry |
updateMicroblogsEntry(long microblogsEntryId,
java.lang.String content,
int socialRelationType,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
public MicroblogsEntryServiceWrapper(MicroblogsEntryService microblogsEntryService)
public MicroblogsEntry addMicroblogsEntry(long userId, java.lang.String content, int type, long parentMicroblogsEntryId, int socialRelationType, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addMicroblogsEntry
in interface MicroblogsEntryService
com.liferay.portal.kernel.exception.PortalException
public MicroblogsEntry deleteMicroblogsEntry(long microblogsEntryId) throws com.liferay.portal.kernel.exception.PortalException
deleteMicroblogsEntry
in interface MicroblogsEntryService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<MicroblogsEntry> getMicroblogsEntries(int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getMicroblogsEntries
in interface MicroblogsEntryService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<MicroblogsEntry> getMicroblogsEntries(java.lang.String assetTagName, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getMicroblogsEntries
in interface MicroblogsEntryService
com.liferay.portal.kernel.exception.PortalException
public int getMicroblogsEntriesCount() throws com.liferay.portal.kernel.exception.PortalException
getMicroblogsEntriesCount
in interface MicroblogsEntryService
com.liferay.portal.kernel.exception.PortalException
public int getMicroblogsEntriesCount(java.lang.String assetTagName) throws com.liferay.portal.kernel.exception.PortalException
getMicroblogsEntriesCount
in interface MicroblogsEntryService
com.liferay.portal.kernel.exception.PortalException
public MicroblogsEntry getMicroblogsEntry(long microblogsEntryId) throws com.liferay.portal.kernel.exception.PortalException
getMicroblogsEntry
in interface MicroblogsEntryService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface MicroblogsEntryService
public java.util.List<MicroblogsEntry> getUserMicroblogsEntries(long microblogsEntryUserId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getUserMicroblogsEntries
in interface MicroblogsEntryService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<MicroblogsEntry> getUserMicroblogsEntries(long microblogsEntryUserId, int type, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getUserMicroblogsEntries
in interface MicroblogsEntryService
com.liferay.portal.kernel.exception.PortalException
public int getUserMicroblogsEntriesCount(long microblogsEntryUserId) throws com.liferay.portal.kernel.exception.PortalException
getUserMicroblogsEntriesCount
in interface MicroblogsEntryService
com.liferay.portal.kernel.exception.PortalException
public int getUserMicroblogsEntriesCount(long microblogsEntryUserId, int type) throws com.liferay.portal.kernel.exception.PortalException
getUserMicroblogsEntriesCount
in interface MicroblogsEntryService
com.liferay.portal.kernel.exception.PortalException
public MicroblogsEntry updateMicroblogsEntry(long microblogsEntryId, java.lang.String content, int socialRelationType, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateMicroblogsEntry
in interface MicroblogsEntryService
com.liferay.portal.kernel.exception.PortalException
public MicroblogsEntryService getWrappedService()
getWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<MicroblogsEntryService>
public void setWrappedService(MicroblogsEntryService microblogsEntryService)
setWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<MicroblogsEntryService>