| Package | Description |
|---|---|
| com.popbill.api |
| Modifier and Type | Method and Description |
|---|---|
ContactInfo |
BaseService.getContactInfo(String CorpNum,
String contactID)
담당자 정보확인.
|
ContactInfo |
BaseServiceImp.getContactInfo(String CorpNum,
String ContactID) |
ContactInfo |
BaseService.getContactInfo(String CorpNum,
String contactID,
String UserID)
담당자 정보확인.
|
ContactInfo |
BaseServiceImp.getContactInfo(String CorpNum,
String ContactID,
String UserID) |
ContactInfo[] |
BaseService.listContact(String CorpNum)
담당자 목록조회
|
ContactInfo[] |
BaseServiceImp.listContact(String CorpNum) |
ContactInfo[] |
BaseService.listContact(String CorpNum,
String UserID)
담당자 목록조회
|
ContactInfo[] |
BaseServiceImp.listContact(String CorpNum,
String UserID) |
| Modifier and Type | Method and Description |
|---|---|
Response |
BaseService.registContact(String CorpNum,
ContactInfo contactInfo)
담당차 등록
|
Response |
BaseServiceImp.registContact(String CorpNum,
ContactInfo contactInfo) |
Response |
BaseService.registContact(String CorpNum,
ContactInfo contactInfo,
String UserID)
담당차 등록
|
Response |
BaseServiceImp.registContact(String CorpNum,
ContactInfo contactInfo,
String UserID) |
Response |
BaseService.updateContact(String CorpNum,
ContactInfo contactInfo,
String UserID)
담당자 정보수정
|
Response |
BaseServiceImp.updateContact(String CorpNum,
ContactInfo contactInfo,
String UserID) |
Copyright © 2023. All rights reserved.