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

Packages that use GenericAccount
org.opencrx.kernel.account1.cci   
org.opencrx.kernel.generic.cci   
 

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

Subinterfaces of GenericAccount 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 GenericAccount
 class AbstractGroupImpl
           
 class AccountImpl
           
 class ContactImpl
           
 class GroupImpl
           
 class LegalEntityImpl
           
 class UnspecifiedAccountImpl
           
 

Methods in org.opencrx.kernel.account1.cci with parameters of type GenericAccount
 Contact ContactClassImpl.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)
           
 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 UnspecifiedAccountClassImpl.extendGenericAccount(GenericAccount _base, short accountRating, short accountState, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 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 GroupClassImpl.extendGenericAccount(GenericAccount _base, short accountRating, short accountState, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 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 LegalEntityClassImpl.extendGenericAccount(GenericAccount _base, short accountRating, short accountState, String name, short industry, short numberOfEmployeesCategory, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 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.
 

Uses of GenericAccount in org.opencrx.kernel.generic.cci
 

Classes in org.opencrx.kernel.generic.cci that implement GenericAccount
 class GenericAccountImpl
           
 

Methods in org.opencrx.kernel.generic.cci that return GenericAccount
 GenericAccount RatingImpl.getRatedBy()
           
 GenericAccount Rating.getRatedBy()
          Retrieves the value for the optional reference ratedBy.
 

Methods in org.opencrx.kernel.generic.cci with parameters of type GenericAccount
 void RatingFilterImpl.forAllRatedBy(short operator, GenericAccount[] filterValues)
           
 void RatingFilter.forAllRatedBy(short operator, GenericAccount[] filterValues)
           
 void RatingImpl.setRatedBy(GenericAccount newValue)
           
 void Rating.setRatedBy(GenericAccount newValue)
          Sets a new value for the reference ratedBy.
 void RatingFilterImpl.thereExistsRatedBy(short operator, GenericAccount[] filterValues)
           
 void RatingFilter.thereExistsRatedBy(short operator, GenericAccount[] filterValues)
           
 



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