|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeleteOoORequest | |
---|---|
be.ehealth.businessconnector.ehbox.v3.builders | Contains the interface to build the Object that 'll be passed to the services and the BuilderFactory to get it |
be.ehealth.businessconnector.ehbox.v3.builders.impl | |
be.ehealth.businessconnector.ehbox.v3.service | Contains the interface of the service publication and consultation and the factory to get it back |
be.ehealth.businessconnector.ehbox.v3.service.impl | |
be.ehealth.businessconnector.ehbox.v3.session | Contains the interface of the service ehealthBox and the factory to get it back |
be.ehealth.businessconnector.ehbox.v3.session.impl | |
be.fgov.ehealth.ehbox.consultation.protocol.v3 |
Uses of DeleteOoORequest in be.ehealth.businessconnector.ehbox.v3.builders |
---|
Methods in be.ehealth.businessconnector.ehbox.v3.builders that return DeleteOoORequest | |
---|---|
DeleteOoORequest |
RequestBuilder.createDeleteOoORequest(BoxIdType boxId,
List<String> oOoIds)
delete the OoO's for the given ehealthBoxes. |
DeleteOoORequest |
RequestBuilder.createDeleteOoORequest(BoxIdType boxId,
String... oOoIds)
delete the OoO's for the given ehealthBoxes. |
DeleteOoORequest |
RequestBuilder.createDeleteOoORequest(List<String> oOoIds)
delete the OoO's for the default ehealthbox. |
DeleteOoORequest |
RequestBuilder.createDeleteOoORequest(String... oOoIds)
delete the OoO's for the default ehealthbox. |
Uses of DeleteOoORequest in be.ehealth.businessconnector.ehbox.v3.builders.impl |
---|
Methods in be.ehealth.businessconnector.ehbox.v3.builders.impl that return DeleteOoORequest | |
---|---|
DeleteOoORequest |
RequestBuilderImpl.createDeleteOoORequest(BoxIdType boxId,
List<String> oOoIds)
|
DeleteOoORequest |
RequestBuilderImpl.createDeleteOoORequest(BoxIdType boxId,
String... oOoIds)
|
DeleteOoORequest |
RequestBuilderImpl.createDeleteOoORequest(List<String> oOoIds)
|
DeleteOoORequest |
RequestBuilderImpl.createDeleteOoORequest(String... oOoIds)
|
Uses of DeleteOoORequest in be.ehealth.businessconnector.ehbox.v3.service |
---|
Methods in be.ehealth.businessconnector.ehbox.v3.service with parameters of type DeleteOoORequest | |
---|---|
DeleteOoOResponse |
ConsultationService.deleteOoO(SAMLToken token,
DeleteOoORequest request)
get list of periods of OoO for specific user. |
Uses of DeleteOoORequest in be.ehealth.businessconnector.ehbox.v3.service.impl |
---|
Methods in be.ehealth.businessconnector.ehbox.v3.service.impl with parameters of type DeleteOoORequest | |
---|---|
DeleteOoOResponse |
ConsultationServiceImpl.deleteOoO(SAMLToken token,
DeleteOoORequest request)
|
Uses of DeleteOoORequest in be.ehealth.businessconnector.ehbox.v3.session |
---|
Methods in be.ehealth.businessconnector.ehbox.v3.session with parameters of type DeleteOoORequest | |
---|---|
DeleteOoOResponse |
EhealthBoxServiceV3.deleteOoO(DeleteOoORequest request)
delete specific OoO périod. |
Uses of DeleteOoORequest in be.ehealth.businessconnector.ehbox.v3.session.impl |
---|
Methods in be.ehealth.businessconnector.ehbox.v3.session.impl with parameters of type DeleteOoORequest | |
---|---|
DeleteOoOResponse |
EhealthBoxServiceV3Impl.deleteOoO(DeleteOoORequest request)
|
Uses of DeleteOoORequest in be.fgov.ehealth.ehbox.consultation.protocol.v3 |
---|
Methods in be.fgov.ehealth.ehbox.consultation.protocol.v3 that return DeleteOoORequest | |
---|---|
DeleteOoORequest |
ObjectFactory.createDeleteOoORequest()
Create an instance of DeleteOoORequest |
Methods in be.fgov.ehealth.ehbox.consultation.protocol.v3 with parameters of type DeleteOoORequest | |
---|---|
DeleteOoOResponse |
EhBoxConsultationPortType.deleteOoO(DeleteOoORequest body)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |