Interface WSUserCardCopy


public interface WSUserCardCopy
This class was generated by the JAX-WS RI. JAX-WS RI 2.2.4-b01 Generated source version: 2.2
  • Method Details

    • getUserCardCopyList

      @RequestWrapper(localName="getUserCardCopyList", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bgcrm.plugin.bgbilling.ws.cerbercrypt.usercard.copy.GetUserCardCopyList") @ResponseWrapper(localName="getUserCardCopyListResponse", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bgcrm.plugin.bgbilling.ws.cerbercrypt.usercard.copy.GetUserCardCopyListResponse") @Action(input="http://common.cerbercrypt.modules.bgbilling.bitel.ru/WSUserCardCopy/getUserCardCopyListRequest", output="http://common.cerbercrypt.modules.bgbilling.bitel.ru/WSUserCardCopy/getUserCardCopyListResponse", fault=@FaultAction(className=BGException_Exception.class,value="http://common.cerbercrypt.modules.bgbilling.bitel.ru/WSUserCardCopy/getUserCardCopyList/Fault/BGException")) List<UserCardCopy> getUserCardCopyList(int arg0) throws BGException_Exception
      Parameters:
      arg0 -
      Returns:
      returns java.util.List<ru.bgcrm.plugin.bgbilling.ws.cerbercrypt.usercard.copy.UserCardCopy>
      Throws:
      BGException_Exception
    • getUserCardCopyListByDate

      @RequestWrapper(localName="getUserCardCopyListByDate", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bgcrm.plugin.bgbilling.ws.cerbercrypt.usercard.copy.GetUserCardCopyListByDate") @ResponseWrapper(localName="getUserCardCopyListByDateResponse", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bgcrm.plugin.bgbilling.ws.cerbercrypt.usercard.copy.GetUserCardCopyListByDateResponse") @Action(input="http://common.cerbercrypt.modules.bgbilling.bitel.ru/WSUserCardCopy/getUserCardCopyListByDateRequest", output="http://common.cerbercrypt.modules.bgbilling.bitel.ru/WSUserCardCopy/getUserCardCopyListByDateResponse", fault=@FaultAction(className=BGException_Exception.class,value="http://common.cerbercrypt.modules.bgbilling.bitel.ru/WSUserCardCopy/getUserCardCopyListByDate/Fault/BGException")) List<UserCardCopy> getUserCardCopyListByDate(int arg0, Date arg1) throws BGException_Exception
      Parameters:
      arg1 -
      arg0 -
      Returns:
      returns java.util.List<ru.bgcrm.plugin.bgbilling.ws.cerbercrypt.usercard.copy.UserCardCopy>
      Throws:
      BGException_Exception
    • updateUserCardCopy

      @RequestWrapper(localName="updateUserCardCopy", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bgcrm.plugin.bgbilling.ws.cerbercrypt.usercard.copy.UpdateUserCardCopy") @ResponseWrapper(localName="updateUserCardCopyResponse", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bgcrm.plugin.bgbilling.ws.cerbercrypt.usercard.copy.UpdateUserCardCopyResponse") @Action(input="http://common.cerbercrypt.modules.bgbilling.bitel.ru/WSUserCardCopy/updateUserCardCopyRequest", output="http://common.cerbercrypt.modules.bgbilling.bitel.ru/WSUserCardCopy/updateUserCardCopyResponse", fault=@FaultAction(className=BGException_Exception.class,value="http://common.cerbercrypt.modules.bgbilling.bitel.ru/WSUserCardCopy/updateUserCardCopy/Fault/BGException")) void updateUserCardCopy(UserCardCopy arg0) throws BGException_Exception
      Parameters:
      arg0 -
      Throws:
      BGException_Exception
    • deleteUserCardCopy

      @RequestWrapper(localName="deleteUserCardCopy", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bgcrm.plugin.bgbilling.ws.cerbercrypt.usercard.copy.DeleteUserCardCopy") @ResponseWrapper(localName="deleteUserCardCopyResponse", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bgcrm.plugin.bgbilling.ws.cerbercrypt.usercard.copy.DeleteUserCardCopyResponse") @Action(input="http://common.cerbercrypt.modules.bgbilling.bitel.ru/WSUserCardCopy/deleteUserCardCopyRequest", output="http://common.cerbercrypt.modules.bgbilling.bitel.ru/WSUserCardCopy/deleteUserCardCopyResponse", fault=@FaultAction(className=BGException_Exception.class,value="http://common.cerbercrypt.modules.bgbilling.bitel.ru/WSUserCardCopy/deleteUserCardCopy/Fault/BGException")) void deleteUserCardCopy(int arg0) throws BGException_Exception
      Parameters:
      arg0 -
      Throws:
      BGException_Exception
    • logList

      @RequestWrapper(localName="logList", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bgcrm.plugin.bgbilling.ws.cerbercrypt.usercard.copy.LogList") @ResponseWrapper(localName="logListResponse", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bgcrm.plugin.bgbilling.ws.cerbercrypt.usercard.copy.LogListResponse") @Action(input="http://common.cerbercrypt.modules.bgbilling.bitel.ru/WSUserCardCopy/logListRequest", output="http://common.cerbercrypt.modules.bgbilling.bitel.ru/WSUserCardCopy/logListResponse", fault=@FaultAction(className=BGException_Exception.class,value="http://common.cerbercrypt.modules.bgbilling.bitel.ru/WSUserCardCopy/logList/Fault/BGException")) List<LogEntry> logList(String arg0, List<Object> arg1) throws BGException_Exception
      Parameters:
      arg1 -
      arg0 -
      Returns:
      returns java.util.List<ru.bgcrm.plugin.bgbilling.ws.cerbercrypt.usercard.copy.LogEntry>
      Throws:
      BGException_Exception