Uses of Interface
org.opencrx.kernel.generic.jmi1.GenericAccount

Packages that use GenericAccount
org.opencrx.kernel.account1.jmi1   
 

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

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

Methods in org.opencrx.kernel.account1.jmi1 with parameters of type GenericAccount
 Contact ContactClass.extendGenericAccount(GenericAccount _base, short accountRating, short accountState, 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 GenericAccount and all required attributes not included in this superclass.
 UnspecifiedAccount UnspecifiedAccountClass.extendGenericAccount(GenericAccount _base, short accountRating, short accountState, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class UnspecifiedAccount based on the superclass GenericAccount and all required attributes not included in this superclass.
 Group GroupClass.extendGenericAccount(GenericAccount _base, short accountRating, short accountState, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Group based on the superclass GenericAccount and all required attributes not included in this superclass.
 LegalEntity LegalEntityClass.extendGenericAccount(GenericAccount _base, short accountRating, short accountState, String name, short industry, short numberOfEmployeesCategory, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class LegalEntity based on the superclass GenericAccount 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.