Uses of Interface
org.opencrx.kernel.account1.cci.AbstractAccount

Packages that use AbstractAccount
org.opencrx.kernel.account1.cci   
org.opencrx.kernel.contract1.cci   
 

Uses of AbstractAccount in org.opencrx.kernel.account1.cci
 

Subinterfaces of AbstractAccount in org.opencrx.kernel.account1.cci
 interface AbstractGroup
           
 interface Account
           
 interface Contact
           
 interface Group
           
 interface LegalEntity
           
 interface UnspecifiedAccount
           
 

Classes in org.opencrx.kernel.account1.cci that implement AbstractAccount
 class AbstractAccountImpl
           
 class AbstractGroupImpl
           
 class AccountImpl
           
 class ContactImpl
           
 class GroupImpl
           
 class LegalEntityImpl
           
 class UnspecifiedAccountImpl
           
 

Methods in org.opencrx.kernel.account1.cci with parameters of type AbstractAccount
 Contact ContactClassImpl.extendAbstractAccount(AbstractAccount _base, short education, short familyStatus, short gender, short preferredContactMethod, short preferredSpokenLanguage, short preferredWrittenLanguage, short salutationCode, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 Contact ContactClass.extendAbstractAccount(AbstractAccount _base, short education, short familyStatus, short gender, short preferredContactMethod, short preferredSpokenLanguage, short preferredWrittenLanguage, short salutationCode, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Contact based on the superclass AbstractAccount and all required attributes not included in this superclass.
 UnspecifiedAccount UnspecifiedAccountClassImpl.extendAbstractAccount(AbstractAccount _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 UnspecifiedAccount UnspecifiedAccountClass.extendAbstractAccount(AbstractAccount _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class UnspecifiedAccount based on the superclass AbstractAccount and all required attributes not included in this superclass.
 Group GroupClassImpl.extendAbstractAccount(AbstractAccount _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 Group GroupClass.extendAbstractAccount(AbstractAccount _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Group based on the superclass AbstractAccount and all required attributes not included in this superclass.
 LegalEntity LegalEntityClassImpl.extendAbstractAccount(AbstractAccount _base, String name, short industry, short numberOfEmployeesCategory, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 LegalEntity LegalEntityClass.extendAbstractAccount(AbstractAccount _base, String name, short industry, short numberOfEmployeesCategory, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class LegalEntity based on the superclass AbstractAccount and all required attributes not included in this superclass.
 

Uses of AbstractAccount in org.opencrx.kernel.contract1.cci
 

Subinterfaces of AbstractAccount in org.opencrx.kernel.contract1.cci
 interface ContractRole
           
 interface CustomerContractRole
           
 

Classes in org.opencrx.kernel.contract1.cci that implement AbstractAccount
 class ContractRoleImpl
           
 class CustomerContractRoleImpl
           
 

Methods in org.opencrx.kernel.contract1.cci with parameters of type AbstractAccount
 CustomerContractRole CustomerContractRoleClassImpl.extendAbstractAccount(AbstractAccount _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 CustomerContractRole CustomerContractRoleClass.extendAbstractAccount(AbstractAccount _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class CustomerContractRole based on the superclass AbstractAccount and all required attributes not included in this superclass.
 



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