Modifier and Type | Method and Description |
---|---|
abstract int |
FeedTaskProcessor.updatePostStatus(long id,
ActivityPostEntity.STATUS status) |
Modifier and Type | Method and Description |
---|---|
int |
LocalFeedTaskProcessor.updatePostStatus(long id,
ActivityPostEntity.STATUS status) |
Modifier and Type | Method and Description |
---|---|
static ActivityPostEntity.STATUS |
ActivityPostEntity.STATUS.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActivityPostEntity.STATUS[] |
ActivityPostEntity.STATUS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
int |
ActivityPostDAO.deletePosts(Date keepDate,
ActivityPostEntity.STATUS status) |
int |
ActivityPostDAO.updatePost(long id,
String network,
String activityData,
ActivityPostEntity.STATUS status) |
int |
ActivityPostDAO.updatePostStatus(long id,
ActivityPostEntity.STATUS status) |
Modifier and Type | Method and Description |
---|---|
int |
ActivityPostDAOImpl.deletePosts(Date keepDate,
ActivityPostEntity.STATUS status) |
int |
ActivityPostDAOImpl.updatePost(long id,
String siteNetwork,
String activityData,
ActivityPostEntity.STATUS status) |
int |
ActivityPostDAOImpl.updatePostStatus(long id,
ActivityPostEntity.STATUS status) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.