| org.kuali.module.purap.fixtures.PurchaseOrderAccountingLineFixture
PurchaseOrderAccountingLineFixture | public enum PurchaseOrderAccountingLineFixture (Code) | | Fixture class for Purchase Order Accounting Line.
|
BASIC_PO_ACCOUNT_1 | Enum Constant BASIC_PO_ACCOUNT_1(Code) | | |
addTo | public void addTo(PurchaseOrderItem item)(Code) | | Creates a PurAp Accounting Line from this fixture and adds it to the specified item.
Parameters: item - the specified item. |
createPurApAccountingLine | public PurApAccountingLine createPurApAccountingLine(Class clazz, PurApAccountingLineFixture puralFixture, AccountingLineFixture alFixture)(Code) | | Creates a PurAp Accounting Line using the specified PurAp Accounting Line Fixture and Accounting Line Fixture.
Parameters: clazz - the Purchase Order Account class. Parameters: puralFixture - the specified PurAp Accounting Line Fixture. Parameters: alFixture - the specified Accounting Line Fixture. the created PurAp Accounting Line. |
|
|