| org.kuali.module.chart.dao.OrganizationDao
All known Subclasses: org.kuali.module.chart.dao.ojb.OrganizationDaoOjb,
OrganizationDao | public interface OrganizationDao (Code) | | This interface defines data access methods for
Org |
getActiveAccountsByOrg | public List getActiveAccountsByOrg(String chartOfAccountsCode, String organizationCode)(Code) | | This method retrieves a list of active
Org s defined by their chart and organization code
Parameters: chartOfAccountsCode - Parameters: organizationCode - a list of active Orgs by chart and organization code |
getActiveChildOrgs | public List getActiveChildOrgs(String chartOfAccountsCode, String organizationCode)(Code) | | This method retrieves a list of active child
Org s based on their parent's organization code and chart code
Parameters: chartOfAccountsCode - Parameters: organizationCode - a list of active Orgs by their parent's chart and organization code |
getActiveOrgsByType | public List<Org> getActiveOrgsByType(String organizationTypeCode)(Code) | | Returns a list of active organizations with the given organization type code.
Parameters: organizationType - a list of active Orgs based on their organization type code |
getByPrimaryId | public Org getByPrimaryId(String chartOfAccountsCode, String organizationCode)(Code) | | This method retrieves a
Org based on primary keys
Parameters: chartOfAccountsCode - Parameters: organizationCode - an Org based on primary keys |
getRootOrganizationCode | public String[] getRootOrganizationCode(String rootChart, String selfReportsOrgTypeCode)(Code) | | This method retrieves a list of root organization codes (as a string array) based on their root chart and reports to org type
code
Parameters: rootChart - Parameters: selfReportsOrgTypeCode - a string array of root org codes based on root chart and reports to org type code |
save | public void save(Org organization)(Code) | | This method saves a specific
Org Parameters: organization - |
|
|