Uses of Class
be.fgov.ehealth.ehbox.core.v3.BoxIdType

Packages that use BoxIdType
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.exception   
be.fgov.ehealth.ehbox.consultation.protocol.v3   
be.fgov.ehealth.ehbox.core.v3   
be.fgov.ehealth.ehbox.publication.protocol.v3   
 

Uses of BoxIdType in be.ehealth.businessconnector.ehbox.v3.builders
 

Methods in be.ehealth.businessconnector.ehbox.v3.builders with parameters of type BoxIdType
 GetBoxInfoRequest RequestBuilder.createBoxInfoRequest(BoxIdType boxId)
          retrieve the information from the given ehealthboxes.
 DeleteMessageRequest RequestBuilder.createDeleteMessageRequest(String source, BoxIdType boxId, List<String> messageIds)
          create a deleteMessageRequest for a list of messages for a given source and ehealthBoxes.
 DeleteMessageRequest RequestBuilder.createDeleteMessageRequest(String source, BoxIdType boxId, String... messageIds)
          create a deleteMessageRequest for a list of messages for a given source and ehealthBoxes.
 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.
 GetFullMessageRequest RequestBuilder.createGetFullMessageRequest(String messageId, String source, BoxIdType boxId)
          retrieve message information of the message GetFullMessageRequest .
 GetHistoryRequest RequestBuilder.createGetHistoryRequest(String messageId, String source, BoxIdType boxId)
          retrieve message information of the message GetHistoryRequest .
 GetMessageAcknowledgmentsStatusRequest RequestBuilder.createGetMessageAcknowledgmentsStatusRequest(String messageId, Integer startIndex, Integer endIndex, BoxIdType boxId)
          retrieve acknowledementStatuses for a message.
 GetMessagesListRequest RequestBuilder.createGetMessagesListRequest(String source, int startIndex, int endIndex, BoxIdType boxId)
          retrieve the messages .
 GetOoOListRequest RequestBuilder.createGetOoOListRequest(BoxIdType boxId)
          retrieve the Out Of Offices for the given ehealthBox.
 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, 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.
 MessageRequestType RequestBuilder.createMessageRequestType(String messageId, String source, BoxIdType boxId)
          Deprecated. 
 MoveMessageRequest RequestBuilder.createMoveMessageRequest(String source, String destination, BoxIdType boxId, List<String> messageIds)
          move messages beteen source for given ehealthboxes.
 MoveMessageRequest RequestBuilder.createMoveMessageRequest(String source, String destination, BoxIdType boxId, String... messageIds)
          move messages beteen source for given ehealthboxes.
 

Method parameters in be.ehealth.businessconnector.ehbox.v3.builders with type arguments of type BoxIdType
 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, List<BoxIdType> substitutes)
          Insert an Out of Office with substitutes for the default ehealthBox.
 

Uses of BoxIdType in be.ehealth.businessconnector.ehbox.v3.builders.impl
 

Methods in be.ehealth.businessconnector.ehbox.v3.builders.impl with parameters of type BoxIdType
 GetBoxInfoRequest RequestBuilderImpl.createBoxInfoRequest(BoxIdType boxId)
           
 DeleteMessageRequest RequestBuilderImpl.createDeleteMessageRequest(String source, BoxIdType boxId, List<String> messageIds)
           
 DeleteMessageRequest RequestBuilderImpl.createDeleteMessageRequest(String source, BoxIdType boxId, String... messageIds)
           
 DeleteOoORequest RequestBuilderImpl.createDeleteOoORequest(BoxIdType boxId, List<String> oOoIds)
           
 DeleteOoORequest RequestBuilderImpl.createDeleteOoORequest(BoxIdType boxId, String... oOoIds)
           
 GetFullMessageRequest RequestBuilderImpl.createGetFullMessageRequest(String messageId, String source, BoxIdType boxId)
           
 GetHistoryRequest RequestBuilderImpl.createGetHistoryRequest(String messageId, String source, BoxIdType boxId)
           
 GetMessageAcknowledgmentsStatusRequest RequestBuilderImpl.createGetMessageAcknowledgmentsStatusRequest(String messageId, Integer startIndex, Integer endIndex, BoxIdType boxId)
           
 GetMessagesListRequest RequestBuilderImpl.createGetMessagesListRequest(String source, int startIndex, int endIndex, BoxIdType boxId)
           
 GetOoOListRequest RequestBuilderImpl.createGetOoOListRequest(BoxIdType boxId)
           
 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, 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)
           
 MessageRequestType RequestBuilderImpl.createMessageRequestType(String messageId, String source, BoxIdType boxId)
           
 MoveMessageRequest RequestBuilderImpl.createMoveMessageRequest(String source, String destination, BoxIdType boxId, List<String> messageIds)
           
 MoveMessageRequest RequestBuilderImpl.createMoveMessageRequest(String source, String destination, BoxIdType boxId, String... messageIds)
           
 

Method parameters in be.ehealth.businessconnector.ehbox.v3.builders.impl with type arguments of type BoxIdType
 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, List<BoxIdType> substitutes)
           
 

Uses of BoxIdType in be.ehealth.businessconnector.ehbox.v3.exception
 

Methods in be.ehealth.businessconnector.ehbox.v3.exception that return types with arguments of type BoxIdType
 Map<BoxIdType,List<Substitute>> OoOPublicationException.getOooForwardInformation()
           
 

Constructor parameters in be.ehealth.businessconnector.ehbox.v3.exception with type arguments of type BoxIdType
OoOPublicationException(String message, String errorCode, Map<BoxIdType,List<Substitute>> oooForwardInformation)
           
 

Uses of BoxIdType in be.fgov.ehealth.ehbox.consultation.protocol.v3
 

Subclasses of BoxIdType in be.fgov.ehealth.ehbox.consultation.protocol.v3
 class SubstituteType
          Java class for SubstituteType complex type.
 

Methods in be.fgov.ehealth.ehbox.consultation.protocol.v3 that return BoxIdType
 BoxIdType MoveMessageRequest.getBoxId()
          Gets the value of the boxId property.
 BoxIdType MessageRequestType.getBoxId()
          Gets the value of the boxId property.
 BoxIdType InsertOoORequest.getBoxId()
          Gets the value of the boxId property.
 BoxIdType GetOoOListRequest.getBoxId()
          Gets the value of the boxId property.
 BoxIdType GetMessagesListRequest.getBoxId()
          Gets the value of the boxId property.
 BoxIdType GetMessageAcknowledgmentsStatusRequest.getBoxId()
          Gets the value of the boxId property.
 BoxIdType GetBoxInfoResponse.getBoxId()
          Gets the value of the boxId property.
 BoxIdType GetBoxInfoRequest.getBoxId()
          Gets the value of the boxId property.
 BoxIdType DeleteOoORequest.getBoxId()
          Gets the value of the boxId property.
 BoxIdType DeleteMessageRequest.getBoxId()
          Gets the value of the boxId property.
 

Methods in be.fgov.ehealth.ehbox.consultation.protocol.v3 that return types with arguments of type BoxIdType
 List<BoxIdType> OoO.getSubstitutes()
          Gets the value of the substitutes property.
 List<BoxIdType> InsertOoORequest.getSubstitutes()
          Gets the value of the substitutes property.
 

Methods in be.fgov.ehealth.ehbox.consultation.protocol.v3 with parameters of type BoxIdType
 void MoveMessageRequest.setBoxId(BoxIdType value)
          Sets the value of the boxId property.
 void MessageRequestType.setBoxId(BoxIdType value)
          Sets the value of the boxId property.
 void InsertOoORequest.setBoxId(BoxIdType value)
          Sets the value of the boxId property.
 void GetOoOListRequest.setBoxId(BoxIdType value)
          Sets the value of the boxId property.
 void GetMessagesListRequest.setBoxId(BoxIdType value)
          Sets the value of the boxId property.
 void GetMessageAcknowledgmentsStatusRequest.setBoxId(BoxIdType value)
          Sets the value of the boxId property.
 void GetBoxInfoResponse.setBoxId(BoxIdType value)
          Sets the value of the boxId property.
 void GetBoxInfoRequest.setBoxId(BoxIdType value)
          Sets the value of the boxId property.
 void DeleteOoORequest.setBoxId(BoxIdType value)
          Sets the value of the boxId property.
 void DeleteMessageRequest.setBoxId(BoxIdType value)
          Sets the value of the boxId property.
 

Uses of BoxIdType in be.fgov.ehealth.ehbox.core.v3
 

Methods in be.fgov.ehealth.ehbox.core.v3 that return BoxIdType
 BoxIdType ObjectFactory.createBoxIdType()
          Create an instance of BoxIdType
 

Uses of BoxIdType in be.fgov.ehealth.ehbox.publication.protocol.v3
 

Methods in be.fgov.ehealth.ehbox.publication.protocol.v3 that return BoxIdType
 BoxIdType SendMessageRequest.getBoxId()
          Gets the value of the boxId property.
 

Methods in be.fgov.ehealth.ehbox.publication.protocol.v3 with parameters of type BoxIdType
 void SendMessageRequest.setBoxId(BoxIdType value)
          Sets the value of the boxId property.
 




Connector Packaging PERSPHYSICIAN 3.10.2 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.