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

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

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.jdo2
 

Classes in org.opencrx.kernel.account1.jdo2 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.jdo2 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.jdo2 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.jdo2 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.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.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.jdo2
 

Methods in org.opencrx.kernel.activity1.jdo2 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.jdo2 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.building1.jdo2
 

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

Methods in org.opencrx.kernel.building1.jdo2 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.jdo2
 

Methods in org.opencrx.kernel.contract1.jdo2 with type parameters of type Account
<T extends Account>
List<T>
SalesOrder.getContact()
          Retrieves the Collection of objects referenced by contact.
<T extends Account>
List<T>
Quote.getContact()
          Retrieves the Collection of objects referenced by contact.
<T extends Account>
List<T>
Opportunity.getContact()
          Retrieves the Collection of objects referenced by contact.
<T extends Account>
List<T>
Lead.getContact()
          Retrieves the Collection of objects referenced by contact.
<T extends Account>
List<T>
Invoice.getContact()
          Retrieves the Collection of objects referenced by contact.
<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>
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.jdo2 that return Account
 Account ContractRole.getAccount()
          Retrieves the value for the reference account.
 Account AccountAssignmentContract.getAccount()
          Retrieves the value for the reference account.
 Account SalesOrder.getBroker()
          Retrieves the value for the reference broker.
 Account Quote.getBroker()
          Retrieves the value for the reference broker.
 Account Opportunity.getBroker()
          Retrieves the value for the reference broker.
 Account Lead.getBroker()
          Retrieves the value for the reference broker.
 Account Invoice.getBroker()
          Retrieves the value for the reference broker.
 Account SalesOrder.getCarrier()
          Retrieves the value for the reference carrier.
 Account Quote.getCarrier()
          Retrieves the value for the reference carrier.
 Account Opportunity.getCarrier()
          Retrieves the value for the reference carrier.
 Account Lead.getCarrier()
          Retrieves the value for the reference carrier.
 Account Invoice.getCarrier()
          Retrieves the value for the reference carrier.
 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 SalesOrder.getCustomer()
          Retrieves the value for the reference customer.
 Account Quote.getCustomer()
          Retrieves the value for the reference customer.
 Account Opportunity.getCustomer()
          Retrieves the value for the reference customer.
 Account Lead.getCustomer()
          Retrieves the value for the reference customer.
 Account Invoice.getCustomer()
          Retrieves the value for the reference customer.
 Account SalesOrder.getSalesRep()
          Retrieves the value for the reference salesRep.
 Account Quote.getSalesRep()
          Retrieves the value for the reference salesRep.
 Account Opportunity.getSalesRep()
          Retrieves the value for the reference salesRep.
 Account Lead.getSalesRep()
          Retrieves the value for the reference salesRep.
 Account Invoice.getSalesRep()
          Retrieves the value for the reference salesRep.
 Account SalesOrder.getSupplier()
          Retrieves the value for the reference supplier.
 Account Quote.getSupplier()
          Retrieves the value for the reference supplier.
 Account Opportunity.getSupplier()
          Retrieves the value for the reference supplier.
 Account Lead.getSupplier()
          Retrieves the value for the reference supplier.
 Account Invoice.getSupplier()
          Retrieves the value for the reference supplier.
 

Methods in org.opencrx.kernel.contract1.jdo2 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 SalesOrder.setBroker(Account broker)
          Sets a new value for the reference broker.
 void Quote.setBroker(Account broker)
          Sets a new value for the reference broker.
 void Opportunity.setBroker(Account broker)
          Sets a new value for the reference broker.
 void Lead.setBroker(Account broker)
          Sets a new value for the reference broker.
 void Invoice.setBroker(Account broker)
          Sets a new value for the reference broker.
 void SalesOrder.setCarrier(Account carrier)
          Sets a new value for the reference carrier.
 void Quote.setCarrier(Account carrier)
          Sets a new value for the reference carrier.
 void Opportunity.setCarrier(Account carrier)
          Sets a new value for the reference carrier.
 void Lead.setCarrier(Account carrier)
          Sets a new value for the reference carrier.
 void Invoice.setCarrier(Account carrier)
          Sets a new value for the reference carrier.
 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 SalesOrder.setCustomer(Account customer)
          Sets a new value for the reference customer.
 void Quote.setCustomer(Account customer)
          Sets a new value for the reference customer.
 void Opportunity.setCustomer(Account customer)
          Sets a new value for the reference customer.
 void Lead.setCustomer(Account customer)
          Sets a new value for the reference customer.
 void Invoice.setCustomer(Account customer)
          Sets a new value for the reference customer.
 void SalesOrder.setSalesRep(Account salesRep)
          Sets a new value for the reference salesRep.
 void Quote.setSalesRep(Account salesRep)
          Sets a new value for the reference salesRep.
 void Opportunity.setSalesRep(Account salesRep)
          Sets a new value for the reference salesRep.
 void Lead.setSalesRep(Account salesRep)
          Sets a new value for the reference salesRep.
 void Invoice.setSalesRep(Account salesRep)
          Sets a new value for the reference salesRep.
 void SalesOrder.setSupplier(Account supplier)
          Sets a new value for the reference supplier.
 void Quote.setSupplier(Account supplier)
          Sets a new value for the reference supplier.
 void Opportunity.setSupplier(Account supplier)
          Sets a new value for the reference supplier.
 void Lead.setSupplier(Account supplier)
          Sets a new value for the reference supplier.
 void Invoice.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.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.jdo2
 

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

Methods in org.opencrx.kernel.forecast1.jdo2 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.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.jdo2
 

Methods in org.opencrx.kernel.product1.jdo2 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.jdo2 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.jdo2 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.jdo2
 

Methods in org.opencrx.kernel.reservation1.jdo2 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.jdo2 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.
 



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