|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.struts.action.ActionForm org.dlese.dpc.services.dds.action.form.DDSRepositoryUpdateServiceForm
public class DDSRepositoryUpdateServiceForm
A ActionForm bean that holds data for DDS repository update web service.
Field Summary | |
---|---|
static String |
ERROR_CODE_BADARGUMENT
|
static String |
ERROR_CODE_BADVERB
|
static String |
ERROR_CODE_ILLEGAL_OPERATION
|
static String |
ERROR_CODE_INTERNALSERVERERROR
|
static String |
ERROR_CODE_NOTAUTHORIZED
|
static String |
ERROR_CODE_SERVICE_DISABLED
|
static String |
RESULT_CODE_NO_SUCH_COLLECTION
|
static String |
RESULT_CODE_NO_SUCH_RECORD
|
static String |
RESULT_CODE_SUCCESS
|
Fields inherited from class org.apache.struts.action.ActionForm |
---|
multipartRequestHandler, servlet |
Constructor Summary | |
---|---|
DDSRepositoryUpdateServiceForm()
Constructor for the RepositoryForm object |
Method Summary | |
---|---|
String |
getAuthorizedFor()
Gets the role name for which this user is authorized |
String |
getCollectionKey()
Returns the value of collection. |
protected static String |
getDs()
Return a string for the current time and date, sutiable for display in log files and output to standout: |
String |
getErrorCode()
Gets the errorCode attribute of the object |
String |
getErrorMsg()
Returns the value of errorMsg. |
String |
getId()
Gets the id attribute of the DDSRepositoryUpdateServiceForm object |
String |
getResponseDate()
Gets the response date String. |
String |
getResultCode()
Returns the value of resultCode. |
String |
getXmlFormat()
Gets the xmlFormat attribute of the DDSRepositoryUpdateServiceForm object |
protected void |
prtln(String s)
Output a line of text to standard out, with datestamp, if debug is set to true. |
protected void |
prtlnErr(String s)
Output a line of text to error out, with datestamp. |
void |
setAuthorizedFor(String val)
Sets the role name for which this user is authorized |
void |
setCollectionKey(String collectionKey)
Sets the value of collection. |
static void |
setDebug(boolean isDebugOuput)
Sets the debug attribute |
void |
setErrorCode(String errorCode)
Sets the errorCode attribute of the object |
void |
setErrorMsg(String errorMsg)
Sets the value of errorMsg. |
void |
setId(String id)
Sets the id attribute of the DDSRepositoryUpdateServiceForm object |
void |
setResultCode(String resultCode)
Sets the value of resultCode. |
void |
setXmlFormat(String xmlFormat)
Sets the xmlFormat attribute of the DDSRepositoryUpdateServiceForm object |
Methods inherited from class org.apache.struts.action.ActionForm |
---|
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String RESULT_CODE_SUCCESS
public static final String RESULT_CODE_NO_SUCH_RECORD
public static final String RESULT_CODE_NO_SUCH_COLLECTION
public static final String ERROR_CODE_BADARGUMENT
public static final String ERROR_CODE_BADVERB
public static final String ERROR_CODE_NOTAUTHORIZED
public static final String ERROR_CODE_INTERNALSERVERERROR
public static final String ERROR_CODE_SERVICE_DISABLED
public static final String ERROR_CODE_ILLEGAL_OPERATION
Constructor Detail |
---|
public DDSRepositoryUpdateServiceForm()
Method Detail |
---|
public String getId()
public void setId(String id)
id
- The new id valuepublic String getCollectionKey()
public void setCollectionKey(String collectionKey)
collection
- The value to assign collection.public String getXmlFormat()
public void setXmlFormat(String xmlFormat)
xmlFormat
- The new xmlFormat valuepublic String getResponseDate()
public String getErrorMsg()
public void setErrorMsg(String errorMsg)
errorMsg
- The value to assign errorMsg.public String getResultCode()
public void setResultCode(String resultCode)
resultCode
- The value to assign resultCode.public String getErrorCode()
public void setErrorCode(String errorCode)
errorMsg
- The new errorMsg valuepublic String getAuthorizedFor()
public void setAuthorizedFor(String val)
val
- The new authorizedFor valueprotected static final String getDs()
protected final void prtlnErr(String s)
s
- The text that will be output to error out.protected final void prtln(String s)
s
- The String that will be output.public static void setDebug(boolean isDebugOuput)
isDebugOuput
- The new debug value
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |