|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SaveHandler
This class handles the saving in the dialogs.
Method Summary | |
---|---|
ItemType |
getCreationItemType()
Defines the node type to create if isCreate is true |
java.lang.String |
getNodeCollectionName()
|
java.lang.String |
getNodeName()
|
java.lang.String |
getParagraph()
|
java.lang.String |
getPath()
|
java.lang.String |
getRepository()
get the name of thre repository saving to |
void |
init(MultipartForm form)
Initialize this SaveHandler |
boolean |
isCreate()
True if a not existing path should get created during the save process |
boolean |
save()
Save the data passed by init. |
void |
setCreate(boolean create)
Set true if a not existing node should get created during the save process |
void |
setCreationItemType(ItemType creationItemType)
Defines the node type to create if isCreate is true |
void |
setNodeCollectionName(java.lang.String nodeCollectionName)
|
void |
setNodeName(java.lang.String nodeName)
|
void |
setParagraph(java.lang.String paragraph)
|
void |
setPath(java.lang.String path)
|
void |
setRepository(java.lang.String repository)
set the name of the repository saving to |
Method Detail |
---|
void init(MultipartForm form)
boolean save()
boolean isCreate()
void setCreate(boolean create)
create
- ItemType getCreationItemType()
void setCreationItemType(ItemType creationItemType)
creationItemType
- java.lang.String getNodeCollectionName()
void setNodeCollectionName(java.lang.String nodeCollectionName)
nodeCollectionName
- The nodeCollectionName to set.java.lang.String getNodeName()
void setNodeName(java.lang.String nodeName)
nodeName
- The nodeName to set.java.lang.String getParagraph()
void setParagraph(java.lang.String paragraph)
paragraph
- The paragraph to set.java.lang.String getPath()
void setPath(java.lang.String path)
path
- The path to set.void setRepository(java.lang.String repository)
repository
- the name of the repositoryjava.lang.String getRepository()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |