@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 MicroblogsEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic MicroblogsEntry deleteMicroblogsEntry(long microblogsEntryId) throws com.liferay.portal.kernel.exception.PortalException
deleteMicroblogsEntry in interface MicroblogsEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic MicroblogsEntry getMicroblogsEntry(long microblogsEntryId) throws com.liferay.portal.kernel.exception.PortalException
getMicroblogsEntry in interface MicroblogsEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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 MicroblogsEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getMicroblogsEntriesCount()
throws com.liferay.portal.kernel.exception.PortalException
getMicroblogsEntriesCount in interface MicroblogsEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getMicroblogsEntriesCount(java.lang.String assetTagName)
throws com.liferay.portal.kernel.exception.PortalException
getMicroblogsEntriesCount in interface MicroblogsEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getUserMicroblogsEntriesCount(long microblogsEntryUserId)
throws com.liferay.portal.kernel.exception.PortalException
getUserMicroblogsEntriesCount in interface MicroblogsEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getUserMicroblogsEntriesCount(long microblogsEntryUserId,
int type)
throws com.liferay.portal.kernel.exception.PortalException
getUserMicroblogsEntriesCount in interface MicroblogsEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface MicroblogsEntryServicepublic java.util.List<MicroblogsEntry> getMicroblogsEntries(int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getMicroblogsEntries in interface MicroblogsEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<MicroblogsEntry> getMicroblogsEntries(java.lang.String assetTagName, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getMicroblogsEntries in interface MicroblogsEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<MicroblogsEntry> getUserMicroblogsEntries(long microblogsEntryUserId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getUserMicroblogsEntries in interface MicroblogsEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<MicroblogsEntry> getUserMicroblogsEntries(long microblogsEntryUserId, int type, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getUserMicroblogsEntries in interface MicroblogsEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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>