Uses of Interface
com.helger.tenancy.accarea.IAccountingArea
-
Packages that use IAccountingArea Package Description com.helger.tenancy.accarea -
-
Uses of IAccountingArea in com.helger.tenancy.accarea
Classes in com.helger.tenancy.accarea that implement IAccountingArea Modifier and Type Class Description classAbstractAccountingAreaAbstract base implementation ofIAccountingAreaMethods in com.helger.tenancy.accarea that return IAccountingArea Modifier and Type Method Description IAccountingAreaAbstractHasAccountingAreaObject. getAccountingArea()IAccountingAreaAbstractHasAccountingAreaOptionalObject. getAccountingArea()IAccountingAreaIHasAccountingArea. getAccountingArea()IAccountingAreaIAccountingAreaResolver. getAccountingAreaOfID(String sID)Get the accounting area of the specified ID.Methods in com.helger.tenancy.accarea with parameters of type IAccountingArea Modifier and Type Method Description booleanAbstractHasAccountingAreaObject. hasSameTenantAndAccountingAreaID(IAccountingArea aAccountingArea)booleanAbstractHasAccountingAreaOptionalObject. hasSameTenantAndAccountingAreaID(IAccountingArea aAccountingArea)booleanIHasAccountingArea. hasSameTenantAndAccountingAreaID(IAccountingArea aAccountingArea)Check if the passed object has the same tenant ID and the same accounting area ID as this objectConstructors in com.helger.tenancy.accarea with parameters of type IAccountingArea Constructor Description AbstractHasAccountingAreaObject(IAccountingArea aAccountingArea)AbstractHasAccountingAreaObject(ITenant aTenant, IAccountingArea aAccountingArea)AbstractHasAccountingAreaOptionalObject(IAccountingArea aAccountingArea)AbstractHasAccountingAreaOptionalObject(ITenant aTenant, IAccountingArea aAccountingArea)
-