|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActionComment | |
|---|---|
| arta.synergy.ejb.mbo.actions | |
| arta.synergy.web.common.client.data.plans.agreement | |
| kz.arta.synergy.server.api.rest.works | |
| Uses of ActionComment in arta.synergy.ejb.mbo.actions |
|---|
| Methods in arta.synergy.ejb.mbo.actions that return ActionComment | |
|---|---|
ActionComment |
Actions.getActionComment(java.lang.String commentID,
java.lang.String actorID)
|
static ActionComment |
ActionCommentsManager.getComment(java.lang.String commentID,
java.lang.String actorID)
|
static ActionComment |
ActionCommentsManager.getComment(java.lang.String commentID,
java.lang.String actorID,
java.sql.Statement st)
|
| Methods in arta.synergy.ejb.mbo.actions that return types with arguments of type ActionComment | |
|---|---|
ServerResult<ActionComment> |
Actions.createActionComment(ActionComment comment,
java.lang.String actorID,
java.lang.String lang,
java.lang.String host)
|
ServerResult<ActionComment> |
Actions.deleteActionComment(java.lang.String commentID,
java.lang.String actorID,
java.lang.String lang,
java.lang.String host)
|
java.util.ArrayList<ActionComment> |
Actions.getActionComments(java.lang.String actionID,
java.lang.String documentID,
int start,
int count,
java.lang.String userID)
|
static java.util.ArrayList<ActionComment> |
ActionCommentsManager.getComments(java.lang.String actionID,
java.lang.String documentID,
int start,
int count,
java.lang.String userID)
|
ServerResult<ActionComment> |
Actions.saveActionComment(ActionComment comment,
java.lang.String actorID,
java.lang.String lang,
java.lang.String host)
|
| Methods in arta.synergy.ejb.mbo.actions with parameters of type ActionComment | |
|---|---|
ServerResult<ActionComment> |
Actions.createActionComment(ActionComment comment,
java.lang.String actorID,
java.lang.String lang,
java.lang.String host)
|
void |
ActionCommentsManager.createComment(ActionComment comment,
ServerResult<ActionComment> result,
java.lang.String lang,
java.lang.String host)
|
ServerResult<ActionComment> |
Actions.saveActionComment(ActionComment comment,
java.lang.String actorID,
java.lang.String lang,
java.lang.String host)
|
void |
ActionCommentsManager.saveComment(ActionComment comment,
ServerResult<ActionComment> result,
java.lang.String lang,
java.lang.String host)
|
| Method parameters in arta.synergy.ejb.mbo.actions with type arguments of type ActionComment | |
|---|---|
void |
ActionCommentsManager.createComment(ActionComment comment,
ServerResult<ActionComment> result,
java.lang.String lang,
java.lang.String host)
|
void |
ActionCommentsManager.deleteComment(java.lang.String commentID,
java.lang.String actorID,
ServerResult<ActionComment> result,
java.lang.String lang,
java.lang.String host)
|
void |
ActionCommentsManager.saveComment(ActionComment comment,
ServerResult<ActionComment> result,
java.lang.String lang,
java.lang.String host)
|
| Uses of ActionComment in arta.synergy.web.common.client.data.plans.agreement |
|---|
| Methods in arta.synergy.web.common.client.data.plans.agreement that return ActionComment | |
|---|---|
ActionComment |
FullAgreementData.AgreementUserInfo.getComment()
|
| Methods in arta.synergy.web.common.client.data.plans.agreement with parameters of type ActionComment | |
|---|---|
void |
FullAgreementData.AgreementUserInfo.setComment(ActionComment comment)
|
| Uses of ActionComment in kz.arta.synergy.server.api.rest.works |
|---|
| Methods in kz.arta.synergy.server.api.rest.works with parameters of type ActionComment | |
|---|---|
static java.lang.String |
WorkUtilWrapper.getCommentJson(ActionComment comment,
java.lang.String actorID,
java.lang.String locale,
java.lang.String type)
|
static java.lang.String |
WorkUtilWrapper.getCommentJson(ActionComment comment,
java.lang.String actorID,
java.lang.String locale,
java.lang.String type)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||