Uses of Interface
org.opencrx.kernel.account1.cci2.Account

Packages that use Account
org.opencrx.kernel.account1.cci2   
org.opencrx.kernel.account1.jmi1   
org.opencrx.kernel.account1.jpa3   
org.opencrx.kernel.activity1.cci2   
org.opencrx.kernel.activity1.jmi1   
org.opencrx.kernel.activity1.jpa3   
org.opencrx.kernel.building1.jpa3   
org.opencrx.kernel.contract1.cci2   
org.opencrx.kernel.contract1.jmi1   
org.opencrx.kernel.contract1.jpa3   
org.opencrx.kernel.forecast1.cci2   
org.opencrx.kernel.forecast1.jmi1   
org.opencrx.kernel.forecast1.jpa3   
org.opencrx.kernel.plugin.application.account1   
org.opencrx.kernel.product1.cci2   
org.opencrx.kernel.product1.jpa3   
org.opencrx.kernel.reservation1.cci2   
org.opencrx.kernel.reservation1.jmi1   
org.opencrx.kernel.reservation1.jpa3   
 

Uses of Account in org.opencrx.kernel.account1.cci2
 

Subinterfaces of Account in org.opencrx.kernel.account1.cci2
 interface AbstractGroup
          Abstract class AbstractGroup
 interface Contact
          Class Contact
 interface Group
          Class Group
 interface LegalEntity
          Class LegalEntity
 interface UnspecifiedAccount
          Class UnspecifiedAccount
 

Methods in org.opencrx.kernel.account1.cci2 with type parameters of type Account
<T extends Account>
SegmentContainsAccount.Account<T>
Segment.getAccount()
          Retrieves a set containing all the elements for the reference account.
<T extends Account>
List<T>
Competitor.getAccount()
          Retrieves the Collection of objects referenced by account.
<T extends Account>
FilterIncludesAccount.FilteredAccount<T>
AbstractFilterAccount.getFilteredAccount()
          Retrieves a set containing all the elements for the reference filteredAccount.
<T extends Account>
List<T>
Member.getForUseBy()
          Retrieves the Collection of objects referenced by forUseBy.
<T extends Account>
List<T>
AccountMembership.getForUseBy()
          Retrieves the Collection of objects referenced by forUseBy.
<T extends Account>
List<T>
Account.getPartner()
          Retrieves the Collection of objects referenced by partner.
 

Methods in org.opencrx.kernel.account1.cci2 that return Account
 Account SearchIndexEntry.getAccount()
          Retrieves the value for the reference account.
 Account AccountAssignment.getAccount()
          Retrieves the value for the reference account.
 Account AccountMembership.getAccountFrom()
          Retrieves the value for the reference accountFrom.
 Account AccountMembership.getAccountTo()
          Retrieves the value for the reference accountTo.
 Account Contact.getAssistant()
          Retrieves the value for the reference assistant.
 Account Contact.getDeputy()
          Retrieves the value for the reference deputy.
 Account Account.getMaster()
          Retrieves the value for the reference master.
 

Methods in org.opencrx.kernel.account1.cci2 with parameters of type Account
 void SearchIndexEntry.setAccount(Account account)
          Sets a new value for the reference account.
 void AccountAssignment.setAccount(Account account)
          Sets a new value for the reference account.
 void Contact.setAssistant(Account assistant)
          Sets a new value for the reference assistant.
 void Contact.setDeputy(Account deputy)
          Sets a new value for the reference deputy.
 void Account.setMaster(Account master)
          Sets a new value for the reference master.
 

Uses of Account in org.opencrx.kernel.account1.jmi1
 

Subinterfaces of Account in org.opencrx.kernel.account1.jmi1
 interface Account
          Abstract class Account
 

Methods in org.opencrx.kernel.account1.jmi1 with parameters of type Account
 void SearchIndexEntry.setAccount(Account account)
          Sets a new value for the reference account.
 void AccountAssignment.setAccount(Account account)
          Sets a new value for the reference account.
 void Contact.setAssistant(Account assistant)
          Sets a new value for the reference assistant.
 void Contact.setDeputy(Account deputy)
          Sets a new value for the reference deputy.
 void Account.setMaster(Account master)
          Sets a new value for the reference master.
 

Uses of Account in org.opencrx.kernel.account1.jpa3
 

Classes in org.opencrx.kernel.account1.jpa3 that implement Account
 class Account
          Abstract class Account
 class Contact
          Class Contact
 class Group
          Class Group
 class LegalEntity
          Class LegalEntity
 class UnspecifiedAccount
          Class UnspecifiedAccount
 

Methods in org.opencrx.kernel.account1.jpa3 with type parameters of type Account
<T extends Account>
SegmentContainsAccount.Account<T>
Segment.getAccount()
          Retrieves a set containing all the elements for the reference account.
<T extends Account>
List<T>
Competitor.getAccount()
          Retrieves the Collection of objects referenced by account.
<T extends Account>
FilterIncludesAccount.FilteredAccount<T>
AccountFilterGlobal.getFilteredAccount()
          Retrieves a set containing all the elements for the reference filteredAccount.
<T extends Account>
List<T>
Member.getForUseBy()
          Retrieves the Collection of objects referenced by forUseBy.
<T extends Account>
List<T>
AccountMembership.getForUseBy()
          Retrieves the Collection of objects referenced by forUseBy.
<T extends Account>
List<T>
Account.getPartner()
          Retrieves the Collection of objects referenced by partner.
 

Methods in org.opencrx.kernel.account1.jpa3 that return Account
 Account SearchIndexEntry.getAccount()
          Retrieves the value for the reference account.
 Account Member.getAccount()
          Retrieves the value for the reference account.
 Account AccountMembership.getAccountFrom()
          Retrieves the value for the reference accountFrom.
 Account AccountMembership.getAccountTo()
          Retrieves the value for the reference accountTo.
 Account Contact.getAssistant()
          Retrieves the value for the reference assistant.
 Account Contact.getDeputy()
          Retrieves the value for the reference deputy.
 Account Account.getMaster()
          Retrieves the value for the reference master.
 

Methods in org.opencrx.kernel.account1.jpa3 with parameters of type Account
 void SearchIndexEntry.setAccount(Account account)
          Sets a new value for the reference account.
 void Member.setAccount(Account account)
          Sets a new value for the reference account.
 void Contact.setAssistant(Account assistant)
          Sets a new value for the reference assistant.
 void Contact.setDeputy(Account deputy)
          Sets a new value for the reference deputy.
 void Account.setMaster(Account master)
          Sets a new value for the reference master.
 

Uses of Account in org.opencrx.kernel.activity1.cci2
 

Methods in org.opencrx.kernel.activity1.cci2 that return Account
 Account TaskParty.getParty()
          Retrieves the value for the reference party.
 Account MeetingParty.getParty()
          Retrieves the value for the reference party.
 Account IncidentParty.getParty()
          Retrieves the value for the reference party.
 Account Activity.getReportingAccount()
          Retrieves the value for the reference reportingAccount.
 

Methods in org.opencrx.kernel.activity1.cci2 with parameters of type Account
 void TaskParty.setParty(Account party)
          Sets a new value for the reference party.
 void MeetingParty.setParty(Account party)
          Sets a new value for the reference party.
 void IncidentParty.setParty(Account party)
          Sets a new value for the reference party.
 void Activity.setReportingAccount(Account reportingAccount)
          Sets a new value for the reference reportingAccount.
 

Uses of Account in org.opencrx.kernel.activity1.jmi1
 

Methods in org.opencrx.kernel.activity1.jmi1 with parameters of type Account
 void TaskParty.setParty(Account party)
          Sets a new value for the reference party.
 void MeetingParty.setParty(Account party)
          Sets a new value for the reference party.
 void IncidentParty.setParty(Account party)
          Sets a new value for the reference party.
 void Activity.setReportingAccount(Account reportingAccount)
          Sets a new value for the reference reportingAccount.
 

Uses of Account in org.opencrx.kernel.activity1.jpa3
 

Methods in org.opencrx.kernel.activity1.jpa3 that return Account
 Account TaskParty.getParty()
          Retrieves the value for the reference party.
 Account MeetingParty.getParty()
          Retrieves the value for the reference party.
 Account IncidentParty.getParty()
          Retrieves the value for the reference party.
 Account Activity.getReportingAccount()
          Retrieves the value for the reference reportingAccount.
 

Methods in org.opencrx.kernel.activity1.jpa3 with parameters of type Account
 void TaskParty.setParty(Account party)
          Sets a new value for the reference party.
 void MeetingParty.setParty(Account party)
          Sets a new value for the reference party.
 void IncidentParty.setParty(Account party)
          Sets a new value for the reference party.
 void Activity.setReportingAccount(Account reportingAccount)
          Sets a new value for the reference reportingAccount.
 

Uses of Account in org.opencrx.kernel.building1.jpa3
 

Methods in org.opencrx.kernel.building1.jpa3 that return Account
 Account AccountAssignmentInventoryItem.getAccount()
          Retrieves the value for the reference account.
 

Methods in org.opencrx.kernel.building1.jpa3 with parameters of type Account
 void AccountAssignmentInventoryItem.setAccount(Account account)
          Sets a new value for the reference account.
 

Uses of Account in org.opencrx.kernel.contract1.cci2
 

Methods in org.opencrx.kernel.contract1.cci2 with type parameters of type Account
<T extends Account>
List<T>
ContractPosition.getContact()
          Retrieves the Collection of objects referenced by contact.
<T extends Account>
List<T>
AbstractContract.getContact()
          Retrieves the Collection of objects referenced by contact.
<T extends Account>
List<T>
CustomerFilterProperty.getCustomer()
          Retrieves the Collection of objects referenced by customer.
<T extends Account>
List<T>
SalesRepFilterProperty.getSalesRep()
          Retrieves the Collection of objects referenced by salesRep.
<T extends Account>
List<T>
SupplierFilterProperty.getSupplier()
          Retrieves the Collection of objects referenced by supplier.
 

Methods in org.opencrx.kernel.contract1.cci2 that return Account
 Account ContractRole.getAccount()
          Retrieves the value for the reference account.
 Account AbstractContract.getBroker()
          Retrieves the value for the reference broker.
 Account ShippingDetail.getCarrier()
          Retrieves the value for the reference carrier.
 Account AbstractContract.getCustomer()
          Retrieves the value for the reference customer.
 Account AbstractContract.getSalesRep()
          Retrieves the value for the reference salesRep.
 Account AbstractContract.getSupplier()
          Retrieves the value for the reference supplier.
 

Methods in org.opencrx.kernel.contract1.cci2 with parameters of type Account
 void ContractRole.setAccount(Account account)
          Sets a new value for the reference account.
 void AbstractContract.setBroker(Account broker)
          Sets a new value for the reference broker.
 void ShippingDetail.setCarrier(Account carrier)
          Sets a new value for the reference carrier.
 void AbstractContract.setCustomer(Account customer)
          Sets a new value for the reference customer.
 void AbstractContract.setSalesRep(Account salesRep)
          Sets a new value for the reference salesRep.
 void AbstractContract.setSupplier(Account supplier)
          Sets a new value for the reference supplier.
 

Uses of Account in org.opencrx.kernel.contract1.jmi1
 

Methods in org.opencrx.kernel.contract1.jmi1 with parameters of type Account
 void ContractRole.setAccount(Account account)
          Sets a new value for the reference account.
 void AbstractContract.setBroker(Account broker)
          Sets a new value for the reference broker.
 void ShippingDetail.setCarrier(Account carrier)
          Sets a new value for the reference carrier.
 void AbstractContract.setCustomer(Account customer)
          Sets a new value for the reference customer.
 void AbstractContract.setSalesRep(Account salesRep)
          Sets a new value for the reference salesRep.
 void AbstractContract.setSupplier(Account supplier)
          Sets a new value for the reference supplier.
 

Uses of Account in org.opencrx.kernel.contract1.jpa3
 

Methods in org.opencrx.kernel.contract1.jpa3 with type parameters of type Account
<T extends Account>
List<T>
AbstractSalesOrderPosition.getContact()
          Retrieves the Collection of objects referenced by contact.
<T extends Account>
List<T>
AbstractRemovedPosition.getContact()
          Retrieves the Collection of objects referenced by contact.
<T extends Account>
List<T>
AbstractQuotePosition.getContact()
          Retrieves the Collection of objects referenced by contact.
<T extends Account>
List<T>
AbstractOpportunityPosition.getContact()
          Retrieves the Collection of objects referenced by contact.
<T extends Account>
List<T>
AbstractInvoicePosition.getContact()
          Retrieves the Collection of objects referenced by contact.
<T extends Account>
List<T>
AbstractContract.getContact()
          Retrieves the Collection of objects referenced by contact.
<T extends Account>
List<T>
CustomerFilterProperty.getCustomer()
          Retrieves the Collection of objects referenced by customer.
<T extends Account>
List<T>
SalesRepFilterProperty.getSalesRep()
          Retrieves the Collection of objects referenced by salesRep.
<T extends Account>
List<T>
SupplierFilterProperty.getSupplier()
          Retrieves the Collection of objects referenced by supplier.
 

Methods in org.opencrx.kernel.contract1.jpa3 that return Account
 Account ContractRole.getAccount()
          Retrieves the value for the reference account.
 Account AccountAssignmentContract.getAccount()
          Retrieves the value for the reference account.
 Account AbstractContract.getBroker()
          Retrieves the value for the reference broker.
 Account AbstractSalesOrderPosition.getCarrier()
          Retrieves the value for the reference carrier.
 Account AbstractRemovedPosition.getCarrier()
          Retrieves the value for the reference carrier.
 Account AbstractQuotePosition.getCarrier()
          Retrieves the value for the reference carrier.
 Account AbstractOpportunityPosition.getCarrier()
          Retrieves the value for the reference carrier.
 Account AbstractInvoicePosition.getCarrier()
          Retrieves the value for the reference carrier.
 Account AbstractContract.getCarrier()
          Retrieves the value for the reference carrier.
 Account AbstractContract.getCustomer()
          Retrieves the value for the reference customer.
 Account AbstractContract.getSalesRep()
          Retrieves the value for the reference salesRep.
 Account AbstractContract.getSupplier()
          Retrieves the value for the reference supplier.
 

Methods in org.opencrx.kernel.contract1.jpa3 with parameters of type Account
 void ContractRole.setAccount(Account account)
          Sets a new value for the reference account.
 void AccountAssignmentContract.setAccount(Account account)
          Sets a new value for the reference account.
 void AbstractContract.setBroker(Account broker)
          Sets a new value for the reference broker.
 void AbstractSalesOrderPosition.setCarrier(Account carrier)
          Sets a new value for the reference carrier.
 void AbstractRemovedPosition.setCarrier(Account carrier)
          Sets a new value for the reference carrier.
 void AbstractQuotePosition.setCarrier(Account carrier)
          Sets a new value for the reference carrier.
 void AbstractOpportunityPosition.setCarrier(Account carrier)
          Sets a new value for the reference carrier.
 void AbstractInvoicePosition.setCarrier(Account carrier)
          Sets a new value for the reference carrier.
 void AbstractContract.setCarrier(Account carrier)
          Sets a new value for the reference carrier.
 void AbstractContract.setCustomer(Account customer)
          Sets a new value for the reference customer.
 void AbstractContract.setSalesRep(Account salesRep)
          Sets a new value for the reference salesRep.
 void AbstractContract.setSupplier(Account supplier)
          Sets a new value for the reference supplier.
 

Uses of Account in org.opencrx.kernel.forecast1.cci2
 

Methods in org.opencrx.kernel.forecast1.cci2 that return Account
 Account Budget.getAccount()
          Retrieves the value for the reference account.
 

Methods in org.opencrx.kernel.forecast1.cci2 with parameters of type Account
 void Budget.setAccount(Account account)
          Sets a new value for the reference account.
 

Uses of Account in org.opencrx.kernel.forecast1.jmi1
 

Methods in org.opencrx.kernel.forecast1.jmi1 with parameters of type Account
 void Budget.setAccount(Account account)
          Sets a new value for the reference account.
 

Uses of Account in org.opencrx.kernel.forecast1.jpa3
 

Methods in org.opencrx.kernel.forecast1.jpa3 that return Account
 Account Budget.getAccount()
          Retrieves the value for the reference account.
 

Methods in org.opencrx.kernel.forecast1.jpa3 with parameters of type Account
 void Budget.setAccount(Account account)
          Sets a new value for the reference account.
 

Uses of Account in org.opencrx.kernel.plugin.application.account1
 

Fields in org.opencrx.kernel.plugin.application.account1 declared as Account
protected  Account AccountImpl.next
           
 

Constructors in org.opencrx.kernel.plugin.application.account1 with parameters of type Account
AccountImpl(Account current, Account next)
           
 

Uses of Account in org.opencrx.kernel.product1.cci2
 

Methods in org.opencrx.kernel.product1.cci2 that return Account
 Account GetPriceLevelResult.getCustomer()
          Retrieves the value for the optional structure field customer.
 

Uses of Account in org.opencrx.kernel.product1.jpa3
 

Methods in org.opencrx.kernel.product1.jpa3 with type parameters of type Account
<T extends Account>
FilterIncludesAccount.FilteredAccount<T>
AbstractPriceLevel.getFilteredAccount()
          Retrieves a set containing all the elements for the reference filteredAccount.
 

Methods in org.opencrx.kernel.product1.jpa3 that return Account
 Account AccountAssignmentProduct.getAccount()
          Retrieves the value for the reference account.
 Account AccountAssignment.getAccount()
          Retrieves the value for the reference account.
 

Methods in org.opencrx.kernel.product1.jpa3 with parameters of type Account
 void AccountAssignmentProduct.setAccount(Account account)
          Sets a new value for the reference account.
 void AccountAssignment.setAccount(Account account)
          Sets a new value for the reference account.
 

Uses of Account in org.opencrx.kernel.reservation1.cci2
 

Methods in org.opencrx.kernel.reservation1.cci2 that return Account
 Account ContactRole.getAccount()
          Retrieves the value for the reference account.
 Account Slot.getBookedBy()
          Retrieves the value for the reference bookedBy.
 

Methods in org.opencrx.kernel.reservation1.cci2 with parameters of type Account
 void ContactRole.setAccount(Account account)
          Sets a new value for the reference account.
 void Slot.setBookedBy(Account bookedBy)
          Sets a new value for the reference bookedBy.
 

Uses of Account in org.opencrx.kernel.reservation1.jmi1
 

Methods in org.opencrx.kernel.reservation1.jmi1 with parameters of type Account
 void ContactRole.setAccount(Account account)
          Sets a new value for the reference account.
 void Slot.setBookedBy(Account bookedBy)
          Sets a new value for the reference bookedBy.
 

Uses of Account in org.opencrx.kernel.reservation1.jpa3
 

Methods in org.opencrx.kernel.reservation1.jpa3 that return Account
 Account ContactRole.getAccount()
          Retrieves the value for the reference account.
 Account Slot.getBookedBy()
          Retrieves the value for the reference bookedBy.
 

Methods in org.opencrx.kernel.reservation1.jpa3 with parameters of type Account
 void ContactRole.setAccount(Account account)
          Sets a new value for the reference account.
 void Slot.setBookedBy(Account bookedBy)
          Sets a new value for the reference bookedBy.
 



This software is published under the BSD license. Copyright © 2003-2009, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.