Class VCUserService
java.lang.Object
overit.geocallapp.utilities.rs.common.PrivateService
overit.geocallapp.wfm.core.virtualcollaboration.rs1.common.WFMPrivateListMicroService
overit.geocallapp.wfm.core.virtualcollaboration.rs1.users.VCUserService
@RestController
@RequestMapping("virtualcollaboration/r1/users")
@Resource(logging=true)
public class VCUserService
extends WFMPrivateListMicroService
Services that manage the virtual collaboration user.
- GCApi:
- rest
-
Field Summary
FieldsFields 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 DBViewprotected voidupdateUsersOnlineStatus(DBView users)
-
Field Details
-
LOG
-
-
Constructor Details
-
VCUserService
public VCUserService()
-
-
Method Details
-
get
@GetMapping(produces={"application/json","application/xml"}) public org.springframework.http.ResponseEntity<Object> get(@RequestParam(required=false,name="groupId") Long groupId) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-
getUsers
- Throws:
DAValidateExceptionDAException
-
updateUsersOnlineStatus
- Throws:
DAValidateExceptionDAException
-
getRecordType
-