Uses of Class
com.cyclonecommerce.cybervan.api.CompanyId

Uses of CompanyId in com.cyclonecommerce.cybervan.api
 

Methods in com.cyclonecommerce.cybervan.api that return CompanyId
 CompanyId DefaultDocument.getSenderId()
          Get the Sender CompanyId object.
 CompanyId DefaultDocument.getReceiverId()
          Get the Receiver CompanyId object.
 CompanyId IntegrationDocument.getReceiverId()
          Get the Receiver CompanyId object.
 CompanyId IntegrationDocument.getSenderId()
          Set the Sender CompanyId.
 

Methods in com.cyclonecommerce.cybervan.api with parameters of type CompanyId
 void DefaultDocument.setSenderId(CompanyId id)
          Set the Sender CompanyId.
 void DefaultDocument.setReceiverId(CompanyId id)
          Set the Receiver CompanyId object.
 void IntegrationDocument.setReceiverId(CompanyId id)
          setReceiverId - Sets the ID of the document recipient
 void IntegrationDocument.setSenderId(CompanyId id)
          setSenderId - Sets the ID of the document sender