|
Liferay 6.2.0-ce-m1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.blogs.service.BlogsEntryLocalServiceWrapper
public class BlogsEntryLocalServiceWrapper
This class is a wrapper for BlogsEntryLocalService.
BlogsEntryLocalService| Constructor Summary | |
|---|---|
BlogsEntryLocalServiceWrapper(BlogsEntryLocalService blogsEntryLocalService)
|
|
| Method Summary | |
|---|---|
BlogsEntry |
addBlogsEntry(BlogsEntry blogsEntry)
Adds the blogs entry to the database. |
BlogsEntry |
addEntry(long userId,
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)
|
void |
addEntryResources(BlogsEntry entry,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
addEntryResources(BlogsEntry entry,
String[] groupPermissions,
String[] guestPermissions)
|
void |
addEntryResources(long entryId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
addEntryResources(long entryId,
String[] groupPermissions,
String[] guestPermissions)
|
void |
checkEntries()
|
BlogsEntry |
createBlogsEntry(long entryId)
Creates a new blogs entry with the primary key. |
BlogsEntry |
deleteBlogsEntry(BlogsEntry blogsEntry)
Deletes the blogs entry from the database. |
BlogsEntry |
deleteBlogsEntry(long entryId)
Deletes the blogs entry with the primary key from the database. |
void |
deleteEntries(long groupId)
|
void |
deleteEntry(BlogsEntry entry)
|
void |
deleteEntry(long entryId)
|
DynamicQuery |
dynamicQuery()
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
BlogsEntry |
fetchBlogsEntry(long entryId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
List<BlogsEntry> |
getBlogsEntries(int start,
int end)
Returns a range of all the blogs entries. |
int |
getBlogsEntriesCount()
Returns the number of blogs entries. |
BlogsEntry |
getBlogsEntry(long entryId)
Returns the blogs entry with the primary key. |
BlogsEntry |
getBlogsEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the blogs entry with the UUID in the group. |
List<BlogsEntry> |
getCompanyEntries(long companyId,
Date displayDate,
int status,
int start,
int end)
Deprecated. getCompanyEntries(long, Date, QueryDefinition) |
List<BlogsEntry> |
getCompanyEntries(long companyId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator obc)
Deprecated. getCompanyEntries(long, Date, QueryDefinition) |
List<BlogsEntry> |
getCompanyEntries(long companyId,
Date displayDate,
QueryDefinition queryDefinition)
|
int |
getCompanyEntriesCount(long companyId,
Date displayDate,
int status)
Deprecated. getCompanyEntriesCount(long, Date, QueryDefinition) |
int |
getCompanyEntriesCount(long companyId,
Date displayDate,
QueryDefinition queryDefinition)
|
BlogsEntry[] |
getEntriesPrevAndNext(long entryId)
|
BlogsEntry |
getEntry(long entryId)
|
BlogsEntry |
getEntry(long groupId,
String urlTitle)
|
List<BlogsEntry> |
getGroupEntries(long groupId,
Date displayDate,
int status,
int start,
int end)
Deprecated. getGroupEntries(long, Date, QueryDefinition) |
List<BlogsEntry> |
getGroupEntries(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator obc)
Deprecated. getGroupEntries(long, Date, QueryDefinition) |
List<BlogsEntry> |
getGroupEntries(long groupId,
Date displayDate,
QueryDefinition queryDefinition)
|
List<BlogsEntry> |
getGroupEntries(long groupId,
int status,
int start,
int end)
Deprecated. getGroupEntries(long, QueryDefinition) |
List<BlogsEntry> |
getGroupEntries(long groupId,
int status,
int start,
int end,
OrderByComparator obc)
Deprecated. getGroupEntries(long, QueryDefinition) |
List<BlogsEntry> |
getGroupEntries(long groupId,
QueryDefinition queryDefinition)
|
int |
getGroupEntriesCount(long groupId,
Date displayDate,
int status)
Deprecated. getGroupEntriesCount(long, Date, QueryDefinition) |
int |
getGroupEntriesCount(long groupId,
Date displayDate,
QueryDefinition queryDefinition)
|
int |
getGroupEntriesCount(long groupId,
int status)
Deprecated. getGroupEntriesCount(long, QueryDefinition) |
int |
getGroupEntriesCount(long groupId,
QueryDefinition queryDefinition)
|
List<BlogsEntry> |
getGroupsEntries(long companyId,
long groupId,
Date displayDate,
int status,
int start,
int end)
Deprecated. getGroupsEntries(long, long, Date, QueryDefinition) |
List<BlogsEntry> |
getGroupsEntries(long companyId,
long groupId,
Date displayDate,
QueryDefinition queryDefinition)
|
List<BlogsEntry> |
getGroupUserEntries(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end)
Deprecated. getGroupUserEntries(long, long, Date,
QueryDefinition) |
List<BlogsEntry> |
getGroupUserEntries(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator obc)
Deprecated. getGroupUserEntries(long, long, Date,
QueryDefinition) |
List<BlogsEntry> |
getGroupUserEntries(long groupId,
long userId,
Date displayDate,
QueryDefinition queryDefinition)
|
int |
getGroupUserEntriesCount(long groupId,
long userId,
Date displayDate,
int status)
Deprecated. getGroupUserEntriesCount(long, long, Date,
QueryDefinition) |
int |
getGroupUserEntriesCount(long groupId,
long userId,
Date displayDate,
QueryDefinition queryDefinition)
|
List<BlogsEntry> |
getNoAssetEntries()
|
List<BlogsEntry> |
getOrganizationEntries(long organizationId,
Date displayDate,
int status,
int start,
int end)
Deprecated. getOrganizationEntries(long, Date, QueryDefinition) |
List<BlogsEntry> |
getOrganizationEntries(long organizationId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator obc)
Deprecated. getOrganizationEntries(long, Date, QueryDefinition) |
List<BlogsEntry> |
getOrganizationEntries(long organizationId,
Date displayDate,
QueryDefinition queryDefinition)
|
int |
getOrganizationEntriesCount(long organizationId,
Date displayDate,
int status)
Deprecated. getOrganizationEntriesCount(long, Date,
QueryDefinition) |
int |
getOrganizationEntriesCount(long organizationId,
Date displayDate,
QueryDefinition queryDefinition)
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
BlogsEntryLocalService |
getWrappedBlogsEntryLocalService()
Deprecated. Renamed to getWrappedService() |
BlogsEntryLocalService |
getWrappedService()
|
void |
moveEntriesToTrash(long groupId,
long userId)
|
BlogsEntry |
moveEntryToTrash(long userId,
BlogsEntry entry)
|
BlogsEntry |
moveEntryToTrash(long userId,
long entryId)
|
void |
restoreEntryFromTrash(long userId,
long entryId)
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedBlogsEntryLocalService(BlogsEntryLocalService blogsEntryLocalService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.blogs.service.BlogsEntryLocalService) |
void |
setWrappedService(BlogsEntryLocalService blogsEntryLocalService)
|
void |
subscribe(long userId,
long groupId)
|
void |
unsubscribe(long userId,
long groupId)
|
void |
updateAsset(long userId,
BlogsEntry entry,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
BlogsEntry |
updateBlogsEntry(BlogsEntry blogsEntry)
Updates the blogs entry in the database or adds it if it does not yet exist. |
BlogsEntry |
updateEntry(long userId,
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)
|
void |
updateEntryResources(BlogsEntry entry,
String[] groupPermissions,
String[] guestPermissions)
|
BlogsEntry |
updateStatus(long userId,
long entryId,
int status,
ServiceContext serviceContext)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BlogsEntryLocalServiceWrapper(BlogsEntryLocalService blogsEntryLocalService)
| Method Detail |
|---|
public BlogsEntry addBlogsEntry(BlogsEntry blogsEntry)
throws SystemException
addBlogsEntry in interface BlogsEntryLocalServiceblogsEntry - the blogs entry
SystemException - if a system exception occurredpublic BlogsEntry createBlogsEntry(long entryId)
createBlogsEntry in interface BlogsEntryLocalServiceentryId - the primary key for the new blogs entry
public BlogsEntry deleteBlogsEntry(long entryId)
throws PortalException,
SystemException
deleteBlogsEntry in interface BlogsEntryLocalServiceentryId - the primary key of the blogs entry
PortalException - if a blogs entry with the primary key could not be found
SystemException - if a system exception occurred
public BlogsEntry deleteBlogsEntry(BlogsEntry blogsEntry)
throws SystemException
deleteBlogsEntry in interface BlogsEntryLocalServiceblogsEntry - the blogs entry
SystemException - if a system exception occurredpublic DynamicQuery dynamicQuery()
dynamicQuery in interface BlogsEntryLocalService
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
dynamicQuery in interface BlogsEntryLocalServicedynamicQuery - the dynamic query
SystemException - if a system exception occurred
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
dynamicQuery in interface BlogsEntryLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)
SystemException - if a system exception occurred
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
dynamicQuery in interface BlogsEntryLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
dynamicQueryCount in interface BlogsEntryLocalServicedynamicQuery - the dynamic query
SystemException - if a system exception occurred
public BlogsEntry fetchBlogsEntry(long entryId)
throws SystemException
fetchBlogsEntry in interface BlogsEntryLocalServiceSystemException
public BlogsEntry getBlogsEntry(long entryId)
throws PortalException,
SystemException
getBlogsEntry in interface BlogsEntryLocalServiceentryId - the primary key of the blogs entry
PortalException - if a blogs entry with the primary key could not be found
SystemException - if a system exception occurred
public PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws PortalException,
SystemException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface BlogsEntryLocalServicePortalException
SystemException
public BlogsEntry getBlogsEntryByUuidAndGroupId(String uuid,
long groupId)
throws PortalException,
SystemException
getBlogsEntryByUuidAndGroupId in interface BlogsEntryLocalServiceuuid - the UUID of blogs entrygroupId - the group id of the blogs entry
PortalException - if a blogs entry with the UUID in the group could not be found
SystemException - if a system exception occurred
public List<BlogsEntry> getBlogsEntries(int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
getBlogsEntries in interface BlogsEntryLocalServicestart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)
SystemException - if a system exception occurred
public int getBlogsEntriesCount()
throws SystemException
getBlogsEntriesCount in interface BlogsEntryLocalServiceSystemException - if a system exception occurred
public BlogsEntry updateBlogsEntry(BlogsEntry blogsEntry)
throws SystemException
updateBlogsEntry in interface BlogsEntryLocalServiceblogsEntry - the blogs entry
SystemException - if a system exception occurredpublic String getBeanIdentifier()
getBeanIdentifier in interface BlogsEntryLocalServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface BlogsEntryLocalServicebeanIdentifier - the Spring bean ID for this bean
public BlogsEntry addEntry(long userId,
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
addEntry in interface BlogsEntryLocalServicePortalException
SystemException
public void addEntryResources(BlogsEntry entry,
boolean addGroupPermissions,
boolean addGuestPermissions)
throws PortalException,
SystemException
addEntryResources in interface BlogsEntryLocalServicePortalException
SystemException
public void addEntryResources(BlogsEntry entry,
String[] groupPermissions,
String[] guestPermissions)
throws PortalException,
SystemException
addEntryResources in interface BlogsEntryLocalServicePortalException
SystemException
public void addEntryResources(long entryId,
boolean addGroupPermissions,
boolean addGuestPermissions)
throws PortalException,
SystemException
addEntryResources in interface BlogsEntryLocalServicePortalException
SystemException
public void addEntryResources(long entryId,
String[] groupPermissions,
String[] guestPermissions)
throws PortalException,
SystemException
addEntryResources in interface BlogsEntryLocalServicePortalException
SystemException
public void checkEntries()
throws PortalException,
SystemException
checkEntries in interface BlogsEntryLocalServicePortalException
SystemException
public void deleteEntries(long groupId)
throws PortalException,
SystemException
deleteEntries in interface BlogsEntryLocalServicePortalException
SystemException
public void deleteEntry(BlogsEntry entry)
throws PortalException,
SystemException
deleteEntry in interface BlogsEntryLocalServicePortalException
SystemException
public void deleteEntry(long entryId)
throws PortalException,
SystemException
deleteEntry in interface BlogsEntryLocalServicePortalException
SystemException
public List<BlogsEntry> getCompanyEntries(long companyId,
Date displayDate,
int status,
int start,
int end)
throws SystemException
getCompanyEntries(long, Date, QueryDefinition)
getCompanyEntries in interface BlogsEntryLocalServiceSystemException
public List<BlogsEntry> getCompanyEntries(long companyId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator obc)
throws SystemException
getCompanyEntries(long, Date, QueryDefinition)
getCompanyEntries in interface BlogsEntryLocalServiceSystemException
public List<BlogsEntry> getCompanyEntries(long companyId,
Date displayDate,
QueryDefinition queryDefinition)
throws SystemException
getCompanyEntries in interface BlogsEntryLocalServiceSystemException
public int getCompanyEntriesCount(long companyId,
Date displayDate,
int status)
throws SystemException
getCompanyEntriesCount(long, Date, QueryDefinition)
getCompanyEntriesCount in interface BlogsEntryLocalServiceSystemException
public int getCompanyEntriesCount(long companyId,
Date displayDate,
QueryDefinition queryDefinition)
throws SystemException
getCompanyEntriesCount in interface BlogsEntryLocalServiceSystemException
public BlogsEntry[] getEntriesPrevAndNext(long entryId)
throws PortalException,
SystemException
getEntriesPrevAndNext in interface BlogsEntryLocalServicePortalException
SystemException
public BlogsEntry getEntry(long entryId)
throws PortalException,
SystemException
getEntry in interface BlogsEntryLocalServicePortalException
SystemException
public BlogsEntry getEntry(long groupId,
String urlTitle)
throws PortalException,
SystemException
getEntry in interface BlogsEntryLocalServicePortalException
SystemException
public List<BlogsEntry> getGroupEntries(long groupId,
Date displayDate,
int status,
int start,
int end)
throws SystemException
getGroupEntries(long, Date, QueryDefinition)
getGroupEntries in interface BlogsEntryLocalServiceSystemException
public List<BlogsEntry> getGroupEntries(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator obc)
throws SystemException
getGroupEntries(long, Date, QueryDefinition)
getGroupEntries in interface BlogsEntryLocalServiceSystemException
public List<BlogsEntry> getGroupEntries(long groupId,
Date displayDate,
QueryDefinition queryDefinition)
throws SystemException
getGroupEntries in interface BlogsEntryLocalServiceSystemException
public List<BlogsEntry> getGroupEntries(long groupId,
int status,
int start,
int end)
throws SystemException
getGroupEntries(long, QueryDefinition)
getGroupEntries in interface BlogsEntryLocalServiceSystemException
public List<BlogsEntry> getGroupEntries(long groupId,
int status,
int start,
int end,
OrderByComparator obc)
throws SystemException
getGroupEntries(long, QueryDefinition)
getGroupEntries in interface BlogsEntryLocalServiceSystemException
public List<BlogsEntry> getGroupEntries(long groupId,
QueryDefinition queryDefinition)
throws SystemException
getGroupEntries in interface BlogsEntryLocalServiceSystemException
public int getGroupEntriesCount(long groupId,
Date displayDate,
int status)
throws SystemException
getGroupEntriesCount(long, Date, QueryDefinition)
getGroupEntriesCount in interface BlogsEntryLocalServiceSystemException
public int getGroupEntriesCount(long groupId,
Date displayDate,
QueryDefinition queryDefinition)
throws SystemException
getGroupEntriesCount in interface BlogsEntryLocalServiceSystemException
public int getGroupEntriesCount(long groupId,
int status)
throws SystemException
getGroupEntriesCount(long, QueryDefinition)
getGroupEntriesCount in interface BlogsEntryLocalServiceSystemException
public int getGroupEntriesCount(long groupId,
QueryDefinition queryDefinition)
throws SystemException
getGroupEntriesCount in interface BlogsEntryLocalServiceSystemException
public List<BlogsEntry> getGroupsEntries(long companyId,
long groupId,
Date displayDate,
int status,
int start,
int end)
throws SystemException
getGroupsEntries(long, long, Date, QueryDefinition)
getGroupsEntries in interface BlogsEntryLocalServiceSystemException
public List<BlogsEntry> getGroupsEntries(long companyId,
long groupId,
Date displayDate,
QueryDefinition queryDefinition)
throws SystemException
getGroupsEntries in interface BlogsEntryLocalServiceSystemException
public List<BlogsEntry> getGroupUserEntries(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end)
throws SystemException
getGroupUserEntries(long, long, Date,
QueryDefinition)
getGroupUserEntries in interface BlogsEntryLocalServiceSystemException
public List<BlogsEntry> getGroupUserEntries(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator obc)
throws SystemException
getGroupUserEntries(long, long, Date,
QueryDefinition)
getGroupUserEntries in interface BlogsEntryLocalServiceSystemException
public List<BlogsEntry> getGroupUserEntries(long groupId,
long userId,
Date displayDate,
QueryDefinition queryDefinition)
throws SystemException
getGroupUserEntries in interface BlogsEntryLocalServiceSystemException
public int getGroupUserEntriesCount(long groupId,
long userId,
Date displayDate,
int status)
throws SystemException
getGroupUserEntriesCount(long, long, Date,
QueryDefinition)
getGroupUserEntriesCount in interface BlogsEntryLocalServiceSystemException
public int getGroupUserEntriesCount(long groupId,
long userId,
Date displayDate,
QueryDefinition queryDefinition)
throws SystemException
getGroupUserEntriesCount in interface BlogsEntryLocalServiceSystemException
public List<BlogsEntry> getNoAssetEntries()
throws SystemException
getNoAssetEntries in interface BlogsEntryLocalServiceSystemException
public List<BlogsEntry> getOrganizationEntries(long organizationId,
Date displayDate,
int status,
int start,
int end)
throws SystemException
getOrganizationEntries(long, Date, QueryDefinition)
getOrganizationEntries in interface BlogsEntryLocalServiceSystemException
public List<BlogsEntry> getOrganizationEntries(long organizationId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator obc)
throws SystemException
getOrganizationEntries(long, Date, QueryDefinition)
getOrganizationEntries in interface BlogsEntryLocalServiceSystemException
public List<BlogsEntry> getOrganizationEntries(long organizationId,
Date displayDate,
QueryDefinition queryDefinition)
throws SystemException
getOrganizationEntries in interface BlogsEntryLocalServiceSystemException
public int getOrganizationEntriesCount(long organizationId,
Date displayDate,
int status)
throws SystemException
getOrganizationEntriesCount(long, Date,
QueryDefinition)
getOrganizationEntriesCount in interface BlogsEntryLocalServiceSystemException
public int getOrganizationEntriesCount(long organizationId,
Date displayDate,
QueryDefinition queryDefinition)
throws SystemException
getOrganizationEntriesCount in interface BlogsEntryLocalServiceSystemException
public void moveEntriesToTrash(long groupId,
long userId)
throws PortalException,
SystemException
moveEntriesToTrash in interface BlogsEntryLocalServicePortalException
SystemException
public BlogsEntry moveEntryToTrash(long userId,
BlogsEntry entry)
throws PortalException,
SystemException
moveEntryToTrash in interface BlogsEntryLocalServicePortalException
SystemException
public BlogsEntry moveEntryToTrash(long userId,
long entryId)
throws PortalException,
SystemException
moveEntryToTrash in interface BlogsEntryLocalServicePortalException
SystemException
public void restoreEntryFromTrash(long userId,
long entryId)
throws PortalException,
SystemException
restoreEntryFromTrash in interface BlogsEntryLocalServicePortalException
SystemException
public void subscribe(long userId,
long groupId)
throws PortalException,
SystemException
subscribe in interface BlogsEntryLocalServicePortalException
SystemException
public void unsubscribe(long userId,
long groupId)
throws PortalException,
SystemException
unsubscribe in interface BlogsEntryLocalServicePortalException
SystemException
public void updateAsset(long userId,
BlogsEntry entry,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
throws PortalException,
SystemException
updateAsset in interface BlogsEntryLocalServicePortalException
SystemException
public BlogsEntry updateEntry(long userId,
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
updateEntry in interface BlogsEntryLocalServicePortalException
SystemException
public void updateEntryResources(BlogsEntry entry,
String[] groupPermissions,
String[] guestPermissions)
throws PortalException,
SystemException
updateEntryResources in interface BlogsEntryLocalServicePortalException
SystemException
public BlogsEntry updateStatus(long userId,
long entryId,
int status,
ServiceContext serviceContext)
throws PortalException,
SystemException
updateStatus in interface BlogsEntryLocalServicePortalException
SystemExceptionpublic BlogsEntryLocalService getWrappedBlogsEntryLocalService()
getWrappedService()
public void setWrappedBlogsEntryLocalService(BlogsEntryLocalService blogsEntryLocalService)
setWrappedService(com.liferay.portlet.blogs.service.BlogsEntryLocalService)
public BlogsEntryLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<BlogsEntryLocalService>public void setWrappedService(BlogsEntryLocalService blogsEntryLocalService)
setWrappedService in interface ServiceWrapper<BlogsEntryLocalService>
|
Liferay 6.2.0-ce-m1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||