Uses of Class
ru.j1c.AccountReference

Packages that use AccountReference
ru.j1c   
 

Uses of AccountReference in ru.j1c
 

Methods in ru.j1c that return AccountReference
 AccountReference V7.accountByCode(String code)
          Поиск бухгалтерского счета по коду из плана счетов по умолчанию
 AccountReference V7.accountByCode(String code, String plan)
          Поиск бухгалтерского счета по коду
 AccountReference AccountingRecord.getAccountCt()
          Получить счет кредита
 AccountReference AbstractAccountRecordSet.AbstractAccountRecord.getAccountCt()
           
 AccountReference AccountingRecord.getAccountDt()
          Получить счет дебета
 AccountReference AbstractAccountRecordSet.AbstractAccountRecord.getAccountDt()
           
 AccountReference AccountReference.getParent()
          Доступ к значению родительской группы выбранного счета.
 

Methods in ru.j1c that return types with arguments of type AccountReference
 List<AccountReference> AccountManager.serchByCode(String code)
          Найти счет по коду.
 

Methods in ru.j1c with parameters of type AccountReference
 void AccountingRecord.setAccountCt(AccountReference value)
          Установить счет кредита
 void AbstractAccountRecordSet.AbstractAccountRecord.setAccountCt(AccountReference value)
           
 void AccountingRecord.setAccountDt(AccountReference value)
          Установить счет дебета
 void AbstractAccountRecordSet.AbstractAccountRecord.setAccountDt(AccountReference value)
           
 



Copyright © 2011 J1C corp. All Rights Reserved.