| Package | Description |
|---|---|
| com.helger.photon.basic.object.accarea | |
| com.helger.photon.basic.object.client |
| Modifier and Type | Method and Description |
|---|---|
IClient |
AbstractAccountingAreaOptionalObject.getClient() |
IClient |
AbstractAccountingAreaObject.getClient() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AccountingAreaManager.containsAccountingAreaWithID(String sID,
IClient aClient) |
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 |
AccountingAreaManager.getAccountingAreaOfID(String sID,
IClient aClient) |
IAccountingArea |
AccountingAreaManager.getAccountingAreaOfName(String sName,
IClient aClient) |
Collection<String> |
AccountingAreaManager.getAllAccountingAreaIDsOfClient(IClient aClient) |
Collection<? extends IAccountingArea> |
AccountingAreaManager.getAllAccountingAreasOfClient(IClient aClient) |
boolean |
AbstractAccountingAreaOptionalObject.hasSameClient(IClient aClient) |
boolean |
AbstractAccountingAreaObject.hasSameClient(IClient aClient) |
| Constructor and Description |
|---|
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(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(IClient aClient,
IAccountingArea aAccountingArea) |
AbstractHasAccountingAreaOptionalObject(IClient aClient,
IAccountingArea aAccountingArea) |
AccountingArea(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)
Constructor for new accounting area
|
| Modifier and Type | Class and Description |
|---|---|
class |
Client
Default implementation of
IClient |
| Modifier and Type | Method and Description |
|---|---|
IClient |
ClientManager.createClient(String sClientID,
String sDisplayName) |
IClient |
IHasClient.getClient() |
IClient |
IClientObject.getClient() |
IClient |
AbstractHasClient.getClient() |
IClient |
AbstractClientObject.getClient() |
IClient |
IClientResolver.getClientOfID(String sID)
Get the client of the specified ID.
|
IClient |
ClientManager.getClientOfID(String sID) |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends IClient> |
ClientManager.getAllClients() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IHasClient.hasSameClient(IClient aClient)
Check if the passed client has the same ID as this object
|
boolean |
AbstractHasClient.hasSameClient(IClient aClient) |
boolean |
AbstractClientObject.hasSameClient(IClient aClient) |
| Constructor and Description |
|---|
AbstractClientObject(IClient aClient,
String sID,
org.joda.time.DateTime aCreationDT,
String sCreationUserID,
org.joda.time.DateTime aLastModificationDT,
String sLastModificationUserID,
org.joda.time.DateTime aDeletionDT,
String sDeletionUserID) |
AbstractClientObject(IClient aClient,
StubObject aObject) |
AbstractHasClient(IClient aClient) |
Copyright © 2014–2015 Philip Helger. All rights reserved.