|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Status
Status object returned by operations to indicate that the operation succeeded. Note: The success is always TRUE otherwise the method should have thrown an exception. Used for delete operations because they have nothing to return otherwise and the standard is that all methods return something. TODO: switch this to hold a count or something, a boolean that always is true is confusing. TODO: Figure out where the message came from because it is not in the R1 wiki https://wiki.kuali.org/display/KULSTU/statusInfo+Structure
Method Summary | |
---|---|
Boolean |
getIsSuccess()
Indicates the success or failure of the operation. |
String |
getMessage()
Optional message indicating a reason. |
Method Detail |
---|
Boolean getIsSuccess()
String getMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |