| Package | Description |
|---|---|
| com.helger.photon.basic.object.accarea |
| Modifier and Type | Class and Description |
|---|---|
class |
AccountingArea
Default implementation of
IAccountingArea |
| Modifier and Type | Method and Description |
|---|---|
IAccountingArea |
AccountingAreaManager.createAccountingArea(IClient aClient,
String sDisplayName,
String sCompanyType,
String sCompanyVATIN,
String sCompanyNumber,
com.helger.masterdata.address.IReadonlyAddress aAddress,
String sTelephone,
String sFax,
String sEmailAddress,
String sWebSite,
com.helger.masterdata.currency.ECurrency eDefaultCurrency,
String sOfficeLocation,
String sCommercialRegistrationNumber,
String sCommercialCourt,
Locale aDisplayLocale) |
IAccountingArea |
IHasAccountingArea.getAccountingArea() |
IAccountingArea |
IAccountingAreaObject.getAccountingArea() |
IAccountingArea |
AbstractHasAccountingAreaOptionalObject.getAccountingArea() |
IAccountingArea |
AbstractHasAccountingAreaObject.getAccountingArea() |
IAccountingArea |
AbstractAccountingAreaOptionalObject.getAccountingArea() |
IAccountingArea |
AbstractAccountingAreaObject.getAccountingArea() |
IAccountingArea |
IAccountingAreaResolver.getAccountingAreaOfID(String sID)
Get the accounting area of the specified ID.
|
IAccountingArea |
AccountingAreaManager.getAccountingAreaOfID(String sID) |
IAccountingArea |
AccountingAreaManager.getAccountingAreaOfID(String sID,
IClient aClient) |
IAccountingArea |
AccountingAreaManager.getAccountingAreaOfName(String sName,
IClient aClient) |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends IAccountingArea> |
AccountingAreaManager.getAllAccountingAreas() |
Collection<? extends IAccountingArea> |
AccountingAreaManager.getAllAccountingAreasOfClient(IClient aClient) |
Collection<? extends IAccountingArea> |
AccountingAreaManager.getAllAccountingAreasOfClient(String sClientID) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IHasAccountingArea.hasSameClientAndAccountingAreaID(IAccountingArea aAccountingArea)
Check if the passed object has the same client ID and the same accounting
area ID as this object
|
boolean |
AbstractHasAccountingAreaOptionalObject.hasSameClientAndAccountingAreaID(IAccountingArea aAccountingArea) |
boolean |
AbstractHasAccountingAreaObject.hasSameClientAndAccountingAreaID(IAccountingArea aAccountingArea) |
boolean |
AbstractAccountingAreaOptionalObject.hasSameClientAndAccountingAreaID(IAccountingArea aAccountingArea) |
boolean |
AbstractAccountingAreaObject.hasSameClientAndAccountingAreaID(IAccountingArea aAccountingArea) |
| Constructor and Description |
|---|
AbstractAccountingAreaObject(IAccountingArea aAccountingArea,
StubObject aObject) |
AbstractAccountingAreaObject(IClient aClient,
IAccountingArea aAccountingArea,
String sID,
org.joda.time.DateTime aCreationDT,
String sCreationUserID,
org.joda.time.DateTime aLastModificationDT,
String sLastModificationUserID,
org.joda.time.DateTime aDeletionDT,
String sDeletionUserID) |
AbstractAccountingAreaObject(IClient aClient,
IAccountingArea aAccountingArea,
StubObject aObject) |
AbstractAccountingAreaOptionalObject(IAccountingArea aAccountingArea,
StubObject aObject) |
AbstractAccountingAreaOptionalObject(IClient aClient,
IAccountingArea aAccountingArea,
String sID,
org.joda.time.DateTime aCreationDT,
String sCreationUserID,
org.joda.time.DateTime aLastModificationDT,
String sLastModificationUserID,
org.joda.time.DateTime aDeletionDT,
String sDeletionUserID) |
AbstractAccountingAreaOptionalObject(IClient aClient,
IAccountingArea aAccountingArea,
StubObject aObject) |
AbstractHasAccountingAreaObject(IAccountingArea aAccountingArea) |
AbstractHasAccountingAreaObject(IClient aClient,
IAccountingArea aAccountingArea) |
AbstractHasAccountingAreaOptionalObject(IAccountingArea aAccountingArea) |
AbstractHasAccountingAreaOptionalObject(IClient aClient,
IAccountingArea aAccountingArea) |
Copyright © 2014–2015 Philip Helger. All rights reserved.