|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ibisph.mvc.controller.PublishXML
org.ibisph.mvc.controller.PublishOrgUnits
public class PublishOrgUnits
Org Unit XML Publishing Controller. This controller receives a publish command and gets the XML content streamed to it from the admin system. Once the content is received, it is put into an XML document to make sure it is valid. If valid it then saves the XML.
| Field Summary |
|---|
| Fields inherited from class org.ibisph.mvc.controller.PublishXML |
|---|
destinationXMLPath, documentDAO, fileBackupFactory, successReturnValue |
| Constructor Summary | |
|---|---|
PublishOrgUnits()
|
|
| Method Summary | |
|---|---|
protected java.lang.String |
postSaveXMLProcessing(java.lang.String baseFilename,
org.dom4j.Document document)
Specific code needed to clean up all artifacts that contain org unit info (all indicator profile pages, query modules). |
| Methods inherited from class org.ibisph.mvc.controller.PublishXML |
|---|
getBaseFilename, getDestinationXMLPath, getDocumentDAO, getXMLDocument, handleRequest, sendError, sendSuccess, setDestinationXMLPath, setDocumentDAO, setFileBackupFactory, setSuccessReturnValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PublishOrgUnits()
| Method Detail |
|---|
protected java.lang.String postSaveXMLProcessing(java.lang.String baseFilename,
org.dom4j.Document document)
throws java.lang.Exception
postSaveXMLProcessing in class PublishXMLbaseFilename - Not used. This parameter is part of the required
method signature.document - Not used. This parameter is part of the required
method signature.
java.lang.Exception - General exception for any sub classed implementors.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||