|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpdateResponse.UpdateStatus | |
---|---|
net.sourceforge.fixagora.basis.shared.model.communication |
Uses of UpdateResponse.UpdateStatus in net.sourceforge.fixagora.basis.shared.model.communication |
---|
Methods in net.sourceforge.fixagora.basis.shared.model.communication that return UpdateResponse.UpdateStatus | |
---|---|
UpdateResponse.UpdateStatus |
UpdateResponse.getUpdateStatus()
Gets the update status. |
static UpdateResponse.UpdateStatus |
UpdateResponse.UpdateStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static UpdateResponse.UpdateStatus[] |
UpdateResponse.UpdateStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in net.sourceforge.fixagora.basis.shared.model.communication with parameters of type UpdateResponse.UpdateStatus | |
---|---|
UpdateResponse(UpdateRequest persistRequest,
AbstractBusinessObject abstractBusinessObject,
UpdateResponse.UpdateStatus persistStatus)
Instantiates a new update response. |
|
UpdateResponse(UpdateRequest persistRequest,
java.util.List<AbstractBusinessObject> abstractBusinessObjects,
UpdateResponse.UpdateStatus persistStatus)
Instantiates a new update response. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |