|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InsertOoORequest | |
---|---|
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 InsertOoORequest in be.ehealth.businessconnector.ehbox.v3.builders |
---|
Methods in be.ehealth.businessconnector.ehbox.v3.builders that return InsertOoORequest | |
---|---|
InsertOoORequest |
RequestBuilder.createInsertOoORequest(BoxIdType boxId,
org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
BoxIdType... substitutes)
Insert an Out of Office with substitutes for the given Ehealthboxes . |
InsertOoORequest |
RequestBuilder.createInsertOoORequest(BoxIdType boxId,
org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
List<BoxIdType> substitutes)
Insert an Out of Office with substitutes for the given Ehealthboxes . |
InsertOoORequest |
RequestBuilder.createInsertOoORequest(org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
BoxIdType... substitutes)
Insert an Out of Office with substitutes for the default ehealthBox. |
InsertOoORequest |
RequestBuilder.createInsertOoORequest(org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
List<BoxIdType> substitutes)
Insert an Out of Office with substitutes for the default ehealthBox. |
Uses of InsertOoORequest in be.ehealth.businessconnector.ehbox.v3.builders.impl |
---|
Methods in be.ehealth.businessconnector.ehbox.v3.builders.impl that return InsertOoORequest | |
---|---|
InsertOoORequest |
RequestBuilderImpl.createInsertOoORequest(BoxIdType boxId,
org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
BoxIdType... substitutes)
|
InsertOoORequest |
RequestBuilderImpl.createInsertOoORequest(BoxIdType boxId,
org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
List<BoxIdType> substitutes)
|
InsertOoORequest |
RequestBuilderImpl.createInsertOoORequest(org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
BoxIdType... substitutes)
|
InsertOoORequest |
RequestBuilderImpl.createInsertOoORequest(org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
List<BoxIdType> substitutes)
|
Uses of InsertOoORequest in be.ehealth.businessconnector.ehbox.v3.service |
---|
Methods in be.ehealth.businessconnector.ehbox.v3.service with parameters of type InsertOoORequest | |
---|---|
InsertOoOResponse |
ConsultationService.insertOoO(SAMLToken token,
InsertOoORequest request)
insert Out Of Office period. |
Uses of InsertOoORequest in be.ehealth.businessconnector.ehbox.v3.service.impl |
---|
Methods in be.ehealth.businessconnector.ehbox.v3.service.impl with parameters of type InsertOoORequest | |
---|---|
InsertOoOResponse |
ConsultationServiceImpl.insertOoO(SAMLToken token,
InsertOoORequest request)
|
Uses of InsertOoORequest in be.ehealth.businessconnector.ehbox.v3.session |
---|
Methods in be.ehealth.businessconnector.ehbox.v3.session with parameters of type InsertOoORequest | |
---|---|
InsertOoOResponse |
EhealthBoxServiceV3.insertOoO(InsertOoORequest request)
insert Out Of Office period. |
Uses of InsertOoORequest in be.ehealth.businessconnector.ehbox.v3.session.impl |
---|
Methods in be.ehealth.businessconnector.ehbox.v3.session.impl with parameters of type InsertOoORequest | |
---|---|
InsertOoOResponse |
EhealthBoxServiceV3Impl.insertOoO(InsertOoORequest request)
|
Uses of InsertOoORequest in be.fgov.ehealth.ehbox.consultation.protocol.v3 |
---|
Methods in be.fgov.ehealth.ehbox.consultation.protocol.v3 that return InsertOoORequest | |
---|---|
InsertOoORequest |
ObjectFactory.createInsertOoORequest()
Create an instance of InsertOoORequest |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |