Method Summary |
|
public String | getDefaultChartOfAccountsCode(FinancialUser user) Returns the chart code from the ChartUser as the default chart code.
Parameters: user - The user object used to retrieve the associated chart code. |
public String | getDefaultOrganizationCode(FinancialUser user) Returns the primary department ID from the ChartUser table as the organization code.
Parameters: user - The user object used to retrieve the associated org code. |
public FinancialUser | getModuleUser(UniversalUser universalUser) This method creates a FinancialUser from the UniversalUser provided.
Parameters: universalUser - The user to be used for creating the FinancialUser returned. |
public Object | getUserActiveCriteria() This method retrieves a criteria object populated with the necessary search parameters needed to determine
if a given user is active. |