Class VCGroupService
java.lang.Object
overit.geocallapp.utilities.rs.common.PrivateService
overit.geocallapp.wfm.core.virtualcollaboration.rs1.common.WFMPrivateListMicroService
overit.geocallapp.wfm.core.virtualcollaboration.rs1.groups.VCGroupService
@RestController
@RequestMapping("virtualcollaboration/r1/groups")
@Resource(logging=true)
public class VCGroupService
extends WFMPrivateListMicroService
Services that manage the virtual collaboration group.
- GCApi:
- rest
-
Field Summary
Fields inherited from class overit.geocallapp.wfm.core.virtualcollaboration.rs1.common.WFMPrivateListMicroService
order, ORDER_ASC, ORDER_DESC, size, skip -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object> protected Class<?> protected voidmarkDefaultUserGroup(DBView userGroups)
-
Constructor Details
-
VCGroupService
public VCGroupService()
-
-
Method Details
-
get
@GetMapping(produces={"application/json","application/xml"}) public org.springframework.http.ResponseEntity<Object> get(@RequestParam(name="code",required=false) String code) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-
markDefaultUserGroup
-
getRecordType
-