Interface IAccountingAreaResolver


  • public interface IAccountingAreaResolver
    Resolver for IAccountingArea objects.
    Author:
    Philip Helger
    • Method Detail

      • getAccountingAreaOfID

        @Nullable
        IAccountingArea getAccountingAreaOfID​(@Nullable
                                              String sID)
        Get the accounting area of the specified ID.
        Parameters:
        sID - The ID to be resolved. May be null.
        Returns:
        null if no such accounting area exists.