|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CHECreditStatus | |
|---|---|
| org.zeroexchange.dao.resource.money.fixed | |
| org.zeroexchange.model.resource.money.che | |
| Uses of CHECreditStatus in org.zeroexchange.dao.resource.money.fixed |
|---|
| Methods in org.zeroexchange.dao.resource.money.fixed that return CHECreditStatus | |
|---|---|
CHECreditStatus |
CHECreditStatusDAO.getByUserId(Integer id)
Returns the status by the user id. |
CHECreditStatus |
CHECreditStatusDAOImpl.getByUserId(Integer userId)
Returns credit status by the user's id. |
CHECreditStatus |
CHECreditStatusDAO.getOrCreateByUserId(Integer userId)
Returns credit status by the user's id OR creates it if not exists. |
CHECreditStatus |
CHECreditStatusDAOImpl.getOrCreateByUserId(Integer userId)
Returns credit status by the user's id OR creates it if not exists. |
| Methods in org.zeroexchange.dao.resource.money.fixed that return types with arguments of type CHECreditStatus | |
|---|---|
Class<CHECreditStatus> |
CHECreditStatusDAOImpl.getEntityClass()
|
| Uses of CHECreditStatus in org.zeroexchange.model.resource.money.che |
|---|
| Methods in org.zeroexchange.model.resource.money.che that return CHECreditStatus | |
|---|---|
CHECreditStatus |
CHEPayment.getCreditStatus()
|
| Methods in org.zeroexchange.model.resource.money.che with parameters of type CHECreditStatus | |
|---|---|
void |
CHEPayment.setCreditStatus(CHECreditStatus creditStatus)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||