Uses of Interface
com.helger.tenancy.tenant.ITenant
-
Packages that use ITenant Package Description com.helger.tenancy.accarea com.helger.tenancy.tenant -
-
Uses of ITenant in com.helger.tenancy.accarea
Constructors in com.helger.tenancy.accarea with parameters of type ITenant Constructor Description AbstractAccountingArea(ITenant aTenant, IBusinessObject aStubObject, String sDisplayName, String sCompanyType, String sCompanyVATIN, String sCompanyNumber, String sCustomerNumber, com.helger.masterdata.address.IPostalAddress aAddress, String sTelephone, String sFax, String sEmailAddress, String sWebSite, com.helger.masterdata.currency.ECurrency eDefaultCurrency, String sOfficeLocation, String sCommercialRegistrationNumber, String sCommercialCourt, Locale aDisplayLocale)AbstractHasAccountingAreaObject(ITenant aTenant, IAccountingArea aAccountingArea)AbstractHasAccountingAreaOptionalObject(ITenant aTenant, IAccountingArea aAccountingArea) -
Uses of ITenant in com.helger.tenancy.tenant
Methods in com.helger.tenancy.tenant that return ITenant Modifier and Type Method Description ITenantAbstractHasTenant. getTenant()ITenantAbstractTenantObject. getTenant()ITenantIHasTenant. getTenant()ITenantITenantObject. getTenant()ITenantITenantResolver. getTenantOfID(String sID)Get the tenant of the specified ID.Methods in com.helger.tenancy.tenant with parameters of type ITenant Modifier and Type Method Description default booleanIHasTenant. hasSameTenant(ITenant aTenant)Check if the passed tenant has the same ID as this objectConstructors in com.helger.tenancy.tenant with parameters of type ITenant Constructor Description AbstractHasTenant(ITenant aTenant)AbstractTenantObject(ITenant aTenant, IBusinessObject aObject)AbstractTenantObject(ITenant aTenant, String sID, LocalDateTime aCreationDT, String sCreationUserID, LocalDateTime aLastModificationDT, String sLastModificationUserID, LocalDateTime aDeletionDT, String sDeletionUserID)
-