Package com.helger.tenancy.accarea
Interface IAccountingAreaResolver
-
public interface IAccountingAreaResolverResolver forIAccountingAreaobjects.- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IAccountingAreagetAccountingAreaOfID(String sID)Get the accounting area of the specified ID.
-
-
-
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 benull.- Returns:
nullif no such accounting area exists.
-
-