Uses of Class
edu.internet2.middleware.grouper.ws.coresoap.WsGroupSaveResults
Package
Description
This package has grouper-ws logic and beans
All beans that are needed by Axis are here so there is only one namespace.
-
Uses of WsGroupSaveResults in edu.internet2.middleware.grouper.ws
Modifier and TypeMethodDescriptionstatic WsGroupSaveResults
GrouperServiceLogic.groupSave
(GrouperVersion clientVersion, WsGroupToSave[] wsGroupToSaves, WsSubjectLookup actAsSubjectLookup, GrouperTransactionType txType, boolean includeGroupDetail, WsParam[] params) save a group or many (insert or update). -
Uses of WsGroupSaveResults in edu.internet2.middleware.grouper.ws.coresoap
Modifier and TypeMethodDescriptionGrouperService.groupSave
(String clientVersion, WsGroupToSave[] wsGroupToSaves, WsSubjectLookup actAsSubjectLookup, String txType, String includeGroupDetail, WsParam[] params) save a group or many (insert or update).ModifierConstructorDescriptionWsGroupSaveLiteResult
(WsGroupSaveResults wsGroupSaveResults) construct from results of other -
Uses of WsGroupSaveResults in edu.internet2.middleware.grouper.ws.rest
Modifier and TypeMethodDescriptionstatic WsGroupSaveResults
GrouperServiceRest.groupSave
(GrouperVersion clientVersion, WsRestGroupSaveRequest wsRestGroupSaveRequest) based on a submitted object of type WsRestGroupSaveRequest, save groups.