org.kuali.kfs.coa.service
Interface OffsetDefinitionService

All Known Implementing Classes:
OffsetDefinitionServiceImpl

public interface OffsetDefinitionService

This interface defines methods that an OffsetDefinition Service must provide.


Method Summary
 OffsetDefinition getByPrimaryId(Integer universityFiscalYear, String chartOfAccountsCode, String financialDocumentTypeCode, String financialBalanceTypeCode)
          Retrieves the OffsetDefinition by its composite primary key (all passed in as parameters).
 

Method Detail

getByPrimaryId

OffsetDefinition getByPrimaryId(Integer universityFiscalYear,
                                String chartOfAccountsCode,
                                String financialDocumentTypeCode,
                                String financialBalanceTypeCode)
Retrieves the OffsetDefinition by its composite primary key (all passed in as parameters).

Parameters:
universityFiscalYear -
chartOfAccountsCode -
financialDocumentTypeCode -
financialBalanceTypeCode -
Returns:
An OffsetDefinition object instance.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.