|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.ws.coresoap.WsGroupToSave
public class WsGroupToSave
Class to save a group via web service
Constructor Summary | |
---|---|
WsGroupToSave()
|
Method Summary | |
---|---|
String |
getCreateParentStemsIfNotExist()
if should create parent stems if not exist |
String |
getSaveMode()
if the save should be constrained to INSERT, UPDATE, or INSERT_OR_UPDATE (default) |
WsGroup |
getWsGroup()
|
WsGroupLookup |
getWsGroupLookup()
|
Group |
save(GrouperSession grouperSession)
save this group |
SaveResultType |
saveResultType()
get the save type |
void |
setCreateParentStemsIfNotExist(String createParentStemsIfNotExist1)
if should create parent stems if not exist |
void |
setSaveMode(String saveMode1)
if the save should be constrained to INSERT, UPDATE, or INSERT_OR_UPDATE (default) |
void |
setWsGroup(WsGroup wsGroup1)
|
void |
setWsGroupLookup(WsGroupLookup wsGroupLookup1)
|
String |
toString()
make sure this is an explicit toString |
void |
validate()
validate the settings (e.g. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WsGroupToSave()
Method Detail |
---|
public String getCreateParentStemsIfNotExist()
public void setCreateParentStemsIfNotExist(String createParentStemsIfNotExist1)
createParentStemsIfNotExist1
- T or F or null (F)public SaveResultType saveResultType()
public String toString()
toString
in class Object
public void validate()
public Group save(GrouperSession grouperSession)
grouperSession
- to save
StemNotFoundException
GroupNotFoundException
GroupNotFoundException
StemAddException
GroupAddException
InsufficientPrivilegeException
GroupModifyException
GroupAddException
AttributeNotFoundException
MemberDeleteException
public String getSaveMode()
public void setSaveMode(String saveMode1)
saveMode1
- the saveMode to setpublic WsGroupLookup getWsGroupLookup()
public void setWsGroupLookup(WsGroupLookup wsGroupLookup1)
wsGroupLookup1
- the wsGroupLookup to setpublic WsGroup getWsGroup()
public void setWsGroup(WsGroup wsGroup1)
wsGroup1
- the wsGroup to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |