com.deltalearn.rte.webservice.data
Interface IImportCourseResult


public interface IImportCourseResult

Result information about an import course operation.

Version:
0.1

Method Summary
 ICourseInfo getCourseInfo()
          Returns basic information about the imported course, if there was no error, or null.
 java.lang.String getErrorDescription()
          If an error was encountered when trying to import a course, returns the description of the error.
 boolean hasError()
          Returns true if an error was encountered when trying to import a course, false otherwise.
 

Method Detail

getCourseInfo

ICourseInfo getCourseInfo()
Returns basic information about the imported course, if there was no error, or null.

Returns:
basic information about the imported course, or null

hasError

boolean hasError()
Returns true if an error was encountered when trying to import a course, false otherwise.

Returns:
true if an error was encountered when trying to import a course, false otherwise.

getErrorDescription

java.lang.String getErrorDescription()
If an error was encountered when trying to import a course, returns the description of the error. Otherwise, null is returned.

Returns:
the description of the error, or null