@ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface BlogsEntryLocalService extends BaseLocalService, PersistedModelLocalService
BlogsEntryLocalServiceUtil
,
BlogsEntryLocalServiceBaseImpl
,
BlogsEntryLocalServiceImpl
Modifier and Type | Method and Description |
---|---|
Folder |
addAttachmentsFolder(long userId,
long groupId) |
BlogsEntry |
addBlogsEntry(BlogsEntry blogsEntry)
Adds the blogs entry to the database.
|
void |
addCoverImage(long entryId,
ImageSelector imageSelector) |
BlogsEntry |
addEntry(long userId,
String title,
String content,
Date displayDate,
ServiceContext serviceContext) |
BlogsEntry |
addEntry(long userId,
String title,
String content,
ServiceContext serviceContext) |
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)
|
BlogsEntry |
addEntry(long userId,
String title,
String subtitle,
String description,
String content,
Date displayDate,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
String coverImageCaption,
ImageSelector coverImageImageSelector,
ImageSelector smallImageImageSelector,
ServiceContext serviceContext) |
BlogsEntry |
addEntry(long userId,
String title,
String subtitle,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
String coverImageCaption,
ImageSelector coverImageImageSelector,
ImageSelector smallImageImageSelector,
ServiceContext serviceContext) |
void |
addEntryResources(BlogsEntry entry,
boolean addGroupPermissions,
boolean addGuestPermissions) |
void |
addEntryResources(BlogsEntry entry,
ModelPermissions modelPermissions) |
void |
addEntryResources(long entryId,
boolean addGroupPermissions,
boolean addGuestPermissions) |
void |
addEntryResources(long entryId,
ModelPermissions modelPermissions) |
long |
addOriginalImageFileEntry(long userId,
long groupId,
long entryId,
ImageSelector imageSelector) |
void |
addSmallImage(long entryId,
ImageSelector imageSelector) |
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) |
BlogsEntry |
deleteEntry(BlogsEntry entry) |
void |
deleteEntry(long entryId) |
PersistedModel |
deletePersistedModel(PersistedModel persistedModel) |
DynamicQuery |
dynamicQuery() |
<T> List<T> |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> List<T> |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> 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 matching the dynamic query.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
Folder |
fetchAttachmentsFolder(long userId,
long groupId) |
BlogsEntry |
fetchBlogsEntry(long entryId) |
BlogsEntry |
fetchBlogsEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the blogs entry matching the UUID and group.
|
ActionableDynamicQuery |
getActionableDynamicQuery() |
List<BlogsEntry> |
getBlogsEntries(int start,
int end)
Returns a range of all the blogs entries.
|
List<BlogsEntry> |
getBlogsEntriesByUuidAndCompanyId(String uuid,
long companyId)
Returns all the blogs entries matching the UUID and company.
|
List<BlogsEntry> |
getBlogsEntriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns a range of blogs entries matching the UUID and company.
|
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 matching the UUID and group.
|
List<BlogsEntry> |
getCompanyEntries(long companyId,
Date displayDate,
QueryDefinition<BlogsEntry> queryDefinition) |
int |
getCompanyEntriesCount(long companyId,
Date displayDate,
QueryDefinition<BlogsEntry> queryDefinition) |
BlogsEntry[] |
getEntriesPrevAndNext(long entryId) |
BlogsEntry |
getEntry(long entryId) |
BlogsEntry |
getEntry(long groupId,
String urlTitle) |
ExportActionableDynamicQuery |
getExportActionableDynamicQuery(PortletDataContext portletDataContext) |
List<BlogsEntry> |
getGroupEntries(long groupId,
Date displayDate,
QueryDefinition<BlogsEntry> queryDefinition) |
List<BlogsEntry> |
getGroupEntries(long groupId,
QueryDefinition<BlogsEntry> queryDefinition) |
int |
getGroupEntriesCount(long groupId,
Date displayDate,
QueryDefinition<BlogsEntry> queryDefinition) |
int |
getGroupEntriesCount(long groupId,
QueryDefinition<BlogsEntry> queryDefinition) |
List<BlogsEntry> |
getGroupsEntries(long companyId,
long groupId,
Date displayDate,
QueryDefinition<BlogsEntry> queryDefinition) |
List<BlogsEntry> |
getGroupUserEntries(long groupId,
long userId,
Date displayDate,
QueryDefinition<BlogsEntry> queryDefinition) |
int |
getGroupUserEntriesCount(long groupId,
long userId,
Date displayDate,
QueryDefinition<BlogsEntry> queryDefinition) |
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
List<BlogsEntry> |
getNoAssetEntries() |
List<BlogsEntry> |
getOrganizationEntries(long organizationId,
Date displayDate,
QueryDefinition<BlogsEntry> queryDefinition) |
int |
getOrganizationEntriesCount(long organizationId,
Date displayDate,
QueryDefinition<BlogsEntry> queryDefinition) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj) |
void |
moveEntriesToTrash(long groupId,
long userId) |
BlogsEntry |
moveEntryToTrash(long userId,
BlogsEntry entry)
Moves the blogs entry to the recycle bin.
|
BlogsEntry |
moveEntryToTrash(long userId,
long entryId)
Moves the blogs entry with the ID to the recycle bin.
|
BlogsEntry |
restoreEntryFromTrash(long userId,
long entryId)
Restores the blogs entry with the ID from the recycle bin.
|
void |
subscribe(long userId,
long groupId) |
void |
unsubscribe(long userId,
long groupId) |
void |
updateAsset(long userId,
BlogsEntry entry,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds,
Double priority) |
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 content,
ServiceContext serviceContext) |
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)
|
BlogsEntry |
updateEntry(long userId,
long entryId,
String title,
String subtitle,
String description,
String content,
Date displayDate,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
String coverImageCaption,
ImageSelector coverImageImageSelector,
ImageSelector smallImageImageSelector,
ServiceContext serviceContext) |
BlogsEntry |
updateEntry(long userId,
long entryId,
String title,
String subtitle,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
String coverImageCaption,
ImageSelector coverImageImageSelector,
ImageSelector smallImageImageSelector,
ServiceContext serviceContext) |
void |
updateEntryResources(BlogsEntry entry,
ModelPermissions modelPermissions) |
void |
updateEntryResources(BlogsEntry entry,
String[] groupPermissions,
String[] guestPermissions) |
BlogsEntry |
updateStatus(long userId,
long entryId,
int status,
ServiceContext serviceContext)
Deprecated.
As of 7.0.0, replaced by
updateStatus(long, long,
int, ServiceContext, Map) |
BlogsEntry |
updateStatus(long userId,
long entryId,
int status,
ServiceContext serviceContext,
Map<String,Serializable> workflowContext) |
Folder addAttachmentsFolder(long userId, long groupId) throws PortalException
PortalException
@Indexable(type=REINDEX) BlogsEntry addBlogsEntry(BlogsEntry blogsEntry)
blogsEntry
- the blogs entryvoid addCoverImage(long entryId, ImageSelector imageSelector) throws PortalException
PortalException
BlogsEntry addEntry(long userId, String title, String content, Date displayDate, ServiceContext serviceContext) throws PortalException
PortalException
BlogsEntry addEntry(long userId, String title, String content, ServiceContext serviceContext) throws PortalException
PortalException
@Deprecated 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
addEntry(long, String,
String, String, String, int, int, int, int, int, boolean,
boolean, String[], String, ImageSelector, ImageSelector,
ServiceContext)
PortalException
@Indexable(type=REINDEX) BlogsEntry addEntry(long userId, String title, String subtitle, String description, String content, Date displayDate, boolean allowPingbacks, boolean allowTrackbacks, String[] trackbacks, String coverImageCaption, ImageSelector coverImageImageSelector, ImageSelector smallImageImageSelector, ServiceContext serviceContext) throws PortalException
PortalException
BlogsEntry addEntry(long userId, String title, String subtitle, String description, String content, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean allowPingbacks, boolean allowTrackbacks, String[] trackbacks, String coverImageCaption, ImageSelector coverImageImageSelector, ImageSelector smallImageImageSelector, ServiceContext serviceContext) throws PortalException
PortalException
void addEntryResources(BlogsEntry entry, boolean addGroupPermissions, boolean addGuestPermissions) throws PortalException
PortalException
void addEntryResources(BlogsEntry entry, ModelPermissions modelPermissions) throws PortalException
PortalException
void addEntryResources(long entryId, boolean addGroupPermissions, boolean addGuestPermissions) throws PortalException
PortalException
void addEntryResources(long entryId, ModelPermissions modelPermissions) throws PortalException
PortalException
long addOriginalImageFileEntry(long userId, long groupId, long entryId, ImageSelector imageSelector) throws PortalException
PortalException
void addSmallImage(long entryId, ImageSelector imageSelector) throws PortalException
PortalException
void checkEntries() throws PortalException
PortalException
@Transactional(enabled=false) BlogsEntry createBlogsEntry(long entryId)
entryId
- the primary key for the new blogs entry@Indexable(type=DELETE) BlogsEntry deleteBlogsEntry(BlogsEntry blogsEntry)
blogsEntry
- the blogs entry@Indexable(type=DELETE) BlogsEntry deleteBlogsEntry(long entryId) throws PortalException
entryId
- the primary key of the blogs entryPortalException
- if a blogs entry with the primary key could not be foundvoid deleteEntries(long groupId) throws PortalException
PortalException
@Indexable(type=DELETE) @SystemEvent(type=1) BlogsEntry deleteEntry(BlogsEntry entry) throws PortalException
PortalException
void deleteEntry(long entryId) throws PortalException
PortalException
PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
deletePersistedModel
in interface PersistedModelLocalService
PortalException
DynamicQuery dynamicQuery()
<T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery
- the dynamic query<T> List<T> dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery
- the dynamic querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (not inclusive)<T> List<T> dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery
- 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
)long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQuery
- the dynamic querylong dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the query@Transactional(propagation=SUPPORTS, readOnly=true) Folder fetchAttachmentsFolder(long userId, long groupId)
@Transactional(propagation=SUPPORTS, readOnly=true) BlogsEntry fetchBlogsEntry(long entryId)
@Transactional(propagation=SUPPORTS, readOnly=true) BlogsEntry fetchBlogsEntryByUuidAndGroupId(String uuid, long groupId)
uuid
- the blogs entry's UUIDgroupId
- the primary key of the groupnull
if a matching blogs entry could not be found@Transactional(propagation=SUPPORTS, readOnly=true) ActionableDynamicQuery getActionableDynamicQuery()
@Transactional(propagation=SUPPORTS, readOnly=true) List<BlogsEntry> getBlogsEntries(int start, int end)
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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)@Transactional(propagation=SUPPORTS, readOnly=true) List<BlogsEntry> getBlogsEntriesByUuidAndCompanyId(String uuid, long companyId)
uuid
- the UUID of the blogs entriescompanyId
- the primary key of the company@Transactional(propagation=SUPPORTS, readOnly=true) List<BlogsEntry> getBlogsEntriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
uuid
- the UUID of the blogs entriescompanyId
- the primary key of the companystart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)@Transactional(propagation=SUPPORTS, readOnly=true) int getBlogsEntriesCount()
@Transactional(propagation=SUPPORTS, readOnly=true) BlogsEntry getBlogsEntry(long entryId) throws PortalException
entryId
- the primary key of the blogs entryPortalException
- if a blogs entry with the primary key could not be found@Transactional(propagation=SUPPORTS, readOnly=true) BlogsEntry getBlogsEntryByUuidAndGroupId(String uuid, long groupId) throws PortalException
uuid
- the blogs entry's UUIDgroupId
- the primary key of the groupPortalException
- if a matching blogs entry could not be found@Transactional(propagation=SUPPORTS, readOnly=true) List<BlogsEntry> getCompanyEntries(long companyId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
@Transactional(propagation=SUPPORTS, readOnly=true) int getCompanyEntriesCount(long companyId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
@Transactional(propagation=SUPPORTS, readOnly=true) BlogsEntry[] getEntriesPrevAndNext(long entryId) throws PortalException
PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) BlogsEntry getEntry(long entryId) throws PortalException
PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) BlogsEntry getEntry(long groupId, String urlTitle) throws PortalException
PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
@Transactional(propagation=SUPPORTS, readOnly=true) List<BlogsEntry> getGroupEntries(long groupId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
@Transactional(propagation=SUPPORTS, readOnly=true) List<BlogsEntry> getGroupEntries(long groupId, QueryDefinition<BlogsEntry> queryDefinition)
@Transactional(propagation=SUPPORTS, readOnly=true) int getGroupEntriesCount(long groupId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
@Transactional(propagation=SUPPORTS, readOnly=true) int getGroupEntriesCount(long groupId, QueryDefinition<BlogsEntry> queryDefinition)
@Transactional(propagation=SUPPORTS, readOnly=true) List<BlogsEntry> getGroupsEntries(long companyId, long groupId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
@Transactional(propagation=SUPPORTS, readOnly=true) List<BlogsEntry> getGroupUserEntries(long groupId, long userId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
@Transactional(propagation=SUPPORTS, readOnly=true) int getGroupUserEntriesCount(long groupId, long userId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
@Transactional(propagation=SUPPORTS, readOnly=true) IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
@Transactional(propagation=SUPPORTS, readOnly=true) List<BlogsEntry> getNoAssetEntries()
@Transactional(propagation=SUPPORTS, readOnly=true) List<BlogsEntry> getOrganizationEntries(long organizationId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
@Transactional(propagation=SUPPORTS, readOnly=true) int getOrganizationEntriesCount(long organizationId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
String getOSGiServiceIdentifier()
@Transactional(propagation=SUPPORTS, readOnly=true) PersistedModel getPersistedModel(Serializable primaryKeyObj) throws PortalException
getPersistedModel
in interface PersistedModelLocalService
PortalException
void moveEntriesToTrash(long groupId, long userId) throws PortalException
PortalException
@Indexable(type=REINDEX) BlogsEntry moveEntryToTrash(long userId, BlogsEntry entry) throws PortalException
userId
- the primary key of the user moving the blogs entryentry
- the blogs entry to be movedPortalException
BlogsEntry moveEntryToTrash(long userId, long entryId) throws PortalException
userId
- the primary key of the user moving the blogs entryentryId
- the primary key of the blogs entry to be movedPortalException
@Indexable(type=REINDEX) BlogsEntry restoreEntryFromTrash(long userId, long entryId) throws PortalException
userId
- the primary key of the user restoring the blogs entryentryId
- the primary key of the blogs entry to be restoredPortalException
void subscribe(long userId, long groupId) throws PortalException
PortalException
void unsubscribe(long userId, long groupId) throws PortalException
PortalException
void updateAsset(long userId, BlogsEntry entry, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds, Double priority) throws PortalException
PortalException
@Indexable(type=REINDEX) BlogsEntry updateBlogsEntry(BlogsEntry blogsEntry)
blogsEntry
- the blogs entryBlogsEntry updateEntry(long userId, long entryId, String title, String content, ServiceContext serviceContext) throws PortalException
PortalException
@Deprecated 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
updateEntry(long, long,
String, String, String, String, int, int, int, int, int,
boolean, boolean, String[], String, ImageSelector,
ImageSelector, ServiceContext)
PortalException
@Indexable(type=REINDEX) BlogsEntry updateEntry(long userId, long entryId, String title, String subtitle, String description, String content, Date displayDate, boolean allowPingbacks, boolean allowTrackbacks, String[] trackbacks, String coverImageCaption, ImageSelector coverImageImageSelector, ImageSelector smallImageImageSelector, ServiceContext serviceContext) throws PortalException
PortalException
BlogsEntry updateEntry(long userId, long entryId, String title, String subtitle, String description, String content, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean allowPingbacks, boolean allowTrackbacks, String[] trackbacks, String coverImageCaption, ImageSelector coverImageImageSelector, ImageSelector smallImageImageSelector, ServiceContext serviceContext) throws PortalException
PortalException
void updateEntryResources(BlogsEntry entry, ModelPermissions modelPermissions) throws PortalException
PortalException
void updateEntryResources(BlogsEntry entry, String[] groupPermissions, String[] guestPermissions) throws PortalException
PortalException
@Deprecated BlogsEntry updateStatus(long userId, long entryId, int status, ServiceContext serviceContext) throws PortalException
updateStatus(long, long,
int, ServiceContext, Map)
PortalException
@Indexable(type=REINDEX) BlogsEntry updateStatus(long userId, long entryId, int status, ServiceContext serviceContext, Map<String,Serializable> workflowContext) throws PortalException
PortalException