public interface WSUserCardCopy
Modifier and Type | Method and Description |
---|---|
void |
deleteUserCardCopy(int arg0) |
java.util.List<UserCardCopy> |
getUserCardCopyList(int arg0) |
java.util.List<UserCardCopy> |
getUserCardCopyListByDate(int arg0,
javax.xml.datatype.XMLGregorianCalendar arg1) |
java.util.List<LogEntry> |
logList(java.lang.String arg0,
java.util.List<java.lang.Object> arg1) |
void |
updateUserCardCopy(UserCardCopy arg0) |
@RequestWrapper(localName="getUserCardCopyList", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bitel.bgbilling.modules.cerbercrypt.common.GetUserCardCopyList") @ResponseWrapper(localName="getUserCardCopyListResponse", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bitel.bgbilling.modules.cerbercrypt.common.GetUserCardCopyListResponse") java.util.List<UserCardCopy> getUserCardCopyList(int arg0) throws BGException_Exception
arg0
- BGException_Exception
@RequestWrapper(localName="getUserCardCopyListByDate", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bitel.bgbilling.modules.cerbercrypt.common.GetUserCardCopyListByDate") @ResponseWrapper(localName="getUserCardCopyListByDateResponse", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bitel.bgbilling.modules.cerbercrypt.common.GetUserCardCopyListByDateResponse") java.util.List<UserCardCopy> getUserCardCopyListByDate(int arg0, javax.xml.datatype.XMLGregorianCalendar arg1) throws BGException_Exception
arg1
- arg0
- BGException_Exception
@RequestWrapper(localName="updateUserCardCopy", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bitel.bgbilling.modules.cerbercrypt.common.UpdateUserCardCopy") @ResponseWrapper(localName="updateUserCardCopyResponse", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bitel.bgbilling.modules.cerbercrypt.common.UpdateUserCardCopyResponse") void updateUserCardCopy(UserCardCopy arg0) throws BGException_Exception
arg0
- BGException_Exception
@RequestWrapper(localName="deleteUserCardCopy", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bitel.bgbilling.modules.cerbercrypt.common.DeleteUserCardCopy") @ResponseWrapper(localName="deleteUserCardCopyResponse", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bitel.bgbilling.modules.cerbercrypt.common.DeleteUserCardCopyResponse") void deleteUserCardCopy(int arg0) throws BGException_Exception
arg0
- BGException_Exception
@RequestWrapper(localName="logList", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bgcrm.plugin.bgbilling.ws.bgbilling.modules.cerbercrypt.common.LogList") @ResponseWrapper(localName="logListResponse", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bgcrm.plugin.bgbilling.ws.bgbilling.modules.cerbercrypt.common.LogListResponse") java.util.List<LogEntry> logList(java.lang.String arg0, java.util.List<java.lang.Object> arg1) throws BGException_Exception
arg1
- arg0
- BGException_Exception