@PublicApi public class IssueUpdateBean extends Object
Constructor and Description |
---|
IssueUpdateBean(org.ofbiz.core.entity.GenericValue changedIssue,
org.ofbiz.core.entity.GenericValue originalIssue,
Long eventTypeId,
ApplicationUser user) |
IssueUpdateBean(org.ofbiz.core.entity.GenericValue changedIssue,
org.ofbiz.core.entity.GenericValue originalIssue,
Long eventTypeId,
ApplicationUser user,
boolean sendMail,
boolean subtasksUpdated) |
IssueUpdateBean(Issue changedIssue,
Issue originalIssue,
Long eventTypeId,
ApplicationUser user) |
IssueUpdateBean(Issue changedIssue,
Issue originalIssue,
Long eventTypeId,
ApplicationUser user,
boolean sendMail,
boolean subtasksUpdated) |
Modifier and Type | Method and Description |
---|---|
void |
addProperties(Map<String,org.codehaus.jackson.JsonNode> properties) |
boolean |
equals(Object o) |
ApplicationUser |
getApplicationUser() |
org.ofbiz.core.entity.GenericValue |
getChangedIssue() |
Collection<ChangeItemBean> |
getChangeItems() |
Comment |
getComment() |
Long |
getEventTypeId() |
HistoryMetadata |
getHistoryMetadata() |
org.ofbiz.core.entity.GenericValue |
getOriginalIssue() |
Map |
getParams() |
Map<String,org.codehaus.jackson.JsonNode> |
getProperties() |
ApplicationUser |
getUser()
Deprecated.
Use
getApplicationUser() instead. Since v6.3. |
Worklog |
getWorklog() |
int |
hashCode() |
boolean |
isDispatchEvent() |
boolean |
isSendMail() |
boolean |
isSubtasksUpdated() |
void |
setChangeItems(Collection<ChangeItemBean> changeItems) |
void |
setComment(Comment comment) |
void |
setDispatchEvent(boolean dispatchEvent) |
void |
setHistoryMetadata(HistoryMetadata historyMetadata) |
void |
setParams(Map params) |
void |
setWorklog(Worklog worklog) |
public IssueUpdateBean(Issue changedIssue, Issue originalIssue, Long eventTypeId, ApplicationUser user)
public IssueUpdateBean(org.ofbiz.core.entity.GenericValue changedIssue, org.ofbiz.core.entity.GenericValue originalIssue, Long eventTypeId, ApplicationUser user)
public IssueUpdateBean(org.ofbiz.core.entity.GenericValue changedIssue, org.ofbiz.core.entity.GenericValue originalIssue, Long eventTypeId, ApplicationUser user, boolean sendMail, boolean subtasksUpdated)
public IssueUpdateBean(Issue changedIssue, Issue originalIssue, Long eventTypeId, ApplicationUser user, boolean sendMail, boolean subtasksUpdated)
public Worklog getWorklog()
public void setWorklog(Worklog worklog)
public boolean isDispatchEvent()
public void setDispatchEvent(boolean dispatchEvent)
public Comment getComment()
public void setComment(Comment comment)
public Map getParams()
public void setParams(Map params)
public Collection<ChangeItemBean> getChangeItems()
public void setChangeItems(Collection<ChangeItemBean> changeItems)
public org.ofbiz.core.entity.GenericValue getChangedIssue()
@Deprecated public ApplicationUser getUser()
getApplicationUser()
instead. Since v6.3.public ApplicationUser getApplicationUser()
public org.ofbiz.core.entity.GenericValue getOriginalIssue()
public Long getEventTypeId()
public boolean isSendMail()
public boolean isSubtasksUpdated()
public HistoryMetadata getHistoryMetadata()
public void setHistoryMetadata(HistoryMetadata historyMetadata)
public void addProperties(Map<String,org.codehaus.jackson.JsonNode> properties)
Copyright © 2002-2018 Atlassian. All Rights Reserved.