|
Liferay 6.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@ProviderType @AccessControlled @JSONWebService @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface BlogsEntryService
Provides the remote service interface for BlogsEntry. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
BlogsEntryServiceUtil
,
BlogsEntryServiceBaseImpl
,
BlogsEntryServiceImpl
Method Summary | |
---|---|
abstract BlogsEntry |
addEntry(String title,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
boolean smallImage,
String smallImageURL,
String smallImageFileName,
InputStream smallImageInputStream,
ServiceContext serviceContext)
|
abstract void |
deleteEntry(long entryId)
|
abstract String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
abstract List<BlogsEntry> |
getCompanyEntries(long companyId,
Date displayDate,
int status,
int max)
|
abstract String |
getCompanyEntriesRSS(long companyId,
Date displayDate,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
|
abstract BlogsEntry |
getEntry(long entryId)
|
abstract BlogsEntry |
getEntry(long groupId,
String urlTitle)
|
abstract List<BlogsEntry> |
getGroupEntries(long groupId,
Date displayDate,
int status,
int max)
|
abstract List<BlogsEntry> |
getGroupEntries(long groupId,
Date displayDate,
int status,
int start,
int end)
|
abstract List<BlogsEntry> |
getGroupEntries(long groupId,
int status,
int max)
|
abstract List<BlogsEntry> |
getGroupEntries(long groupId,
int status,
int start,
int end)
|
abstract int |
getGroupEntriesCount(long groupId,
Date displayDate,
int status)
|
abstract int |
getGroupEntriesCount(long groupId,
int status)
|
abstract String |
getGroupEntriesRSS(long groupId,
Date displayDate,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
|
abstract List<BlogsEntry> |
getGroupsEntries(long companyId,
long groupId,
Date displayDate,
int status,
int max)
|
abstract List<BlogsEntry> |
getOrganizationEntries(long organizationId,
Date displayDate,
int status,
int max)
|
abstract String |
getOrganizationEntriesRSS(long organizationId,
Date displayDate,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
|
abstract BlogsEntry |
moveEntryToTrash(long entryId)
|
abstract void |
restoreEntryFromTrash(long entryId)
|
abstract void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
abstract void |
subscribe(long groupId)
|
abstract void |
unsubscribe(long groupId)
|
abstract BlogsEntry |
updateEntry(long entryId,
String title,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
boolean smallImage,
String smallImageURL,
String smallImageFileName,
InputStream smallImageInputStream,
ServiceContext serviceContext)
|
Method Detail |
---|
String getBeanIdentifier()
void setBeanIdentifier(String beanIdentifier)
beanIdentifier
- the Spring bean ID for this beanBlogsEntry addEntry(String title, String description, String content, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean allowPingbacks, boolean allowTrackbacks, String[] trackbacks, boolean smallImage, String smallImageURL, String smallImageFileName, InputStream smallImageInputStream, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
void deleteEntry(long entryId) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<BlogsEntry> getCompanyEntries(long companyId, Date displayDate, int status, int max) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) String getCompanyEntriesRSS(long companyId, Date displayDate, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) BlogsEntry getEntry(long entryId) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) BlogsEntry getEntry(long groupId, String urlTitle) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<BlogsEntry> getGroupEntries(long groupId, Date displayDate, int status, int max) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<BlogsEntry> getGroupEntries(long groupId, Date displayDate, int status, int start, int end) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<BlogsEntry> getGroupEntries(long groupId, int status, int max) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<BlogsEntry> getGroupEntries(long groupId, int status, int start, int end) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) int getGroupEntriesCount(long groupId, Date displayDate, int status) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) int getGroupEntriesCount(long groupId, int status) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) String getGroupEntriesRSS(long groupId, Date displayDate, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<BlogsEntry> getGroupsEntries(long companyId, long groupId, Date displayDate, int status, int max) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<BlogsEntry> getOrganizationEntries(long organizationId, Date displayDate, int status, int max) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) String getOrganizationEntriesRSS(long organizationId, Date displayDate, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay) throws PortalException, SystemException
PortalException
SystemException
BlogsEntry moveEntryToTrash(long entryId) throws PortalException, SystemException
PortalException
SystemException
void restoreEntryFromTrash(long entryId) throws PortalException, SystemException
PortalException
SystemException
void subscribe(long groupId) throws PortalException, SystemException
PortalException
SystemException
void unsubscribe(long groupId) throws PortalException, SystemException
PortalException
SystemException
BlogsEntry updateEntry(long entryId, String title, String description, String content, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean allowPingbacks, boolean allowTrackbacks, String[] trackbacks, boolean smallImage, String smallImageURL, String smallImageFileName, InputStream smallImageInputStream, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
|
Liferay 6.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |