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

Packages that use Pictured
org.opencrx.kernel.account1.cci   
org.opencrx.kernel.address1.cci   
org.opencrx.kernel.building1.cci   
org.opencrx.kernel.contract1.cci   
org.opencrx.kernel.depot1.cci   
org.opencrx.kernel.generic.cci   
org.opencrx.kernel.product1.cci   
org.opencrx.kernel.ras1.cci   
 

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

Subinterfaces of Pictured in org.opencrx.kernel.account1.cci
 interface Contact
           
 interface PostalAddress
           
 

Classes in org.opencrx.kernel.account1.cci that implement Pictured
 class ContactImpl
           
 class PostalAddressImpl
           
 

Methods in org.opencrx.kernel.account1.cci with parameters of type Pictured
 PostalAddress PostalAddressClassImpl.extendPictured(Pictured _base, boolean isMain, short postalCountry, short postalFreightTerms, short postalUtcOffset, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 PostalAddress PostalAddressClass.extendPictured(Pictured _base, boolean isMain, short postalCountry, short postalFreightTerms, short postalUtcOffset, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class PostalAddress based on the superclass Pictured and all required attributes not included in this superclass.
 Contact ContactClassImpl.extendPictured(Pictured _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.extendPictured(Pictured _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 Pictured and all required attributes not included in this superclass.
 

Uses of Pictured in org.opencrx.kernel.address1.cci
 

Subinterfaces of Pictured in org.opencrx.kernel.address1.cci
 interface PostalAddressable
           
 

Classes in org.opencrx.kernel.address1.cci that implement Pictured
 class PostalAddressableImpl
           
 

Uses of Pictured in org.opencrx.kernel.building1.cci
 

Subinterfaces of Pictured in org.opencrx.kernel.building1.cci
 interface AbstractBuildingUnit
           
 interface Building
           
 interface BuildingComplex
           
 interface BuildingUnit
           
 interface Facility
           
 

Classes in org.opencrx.kernel.building1.cci that implement Pictured
 class AbstractBuildingUnitImpl
           
 class BuildingComplexImpl
           
 class BuildingImpl
           
 class BuildingUnitImpl
           
 class FacilityImpl
           
 

Methods in org.opencrx.kernel.building1.cci with parameters of type Pictured
 Facility FacilityClassImpl.extendPictured(Pictured _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short facilityType, String name, boolean disabled)
           
 Facility FacilityClass.extendPictured(Pictured _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short facilityType, String name, boolean disabled)
          Creates an instance of class Facility based on the superclass Pictured and all required attributes not included in this superclass.
 BuildingComplex BuildingComplexClassImpl.extendPictured(Pictured _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name, boolean disabled)
           
 BuildingComplex BuildingComplexClass.extendPictured(Pictured _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name, boolean disabled)
          Creates an instance of class BuildingComplex based on the superclass Pictured and all required attributes not included in this superclass.
 Building BuildingClassImpl.extendPictured(Pictured _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name, boolean disabled)
           
 Building BuildingClass.extendPictured(Pictured _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name, boolean disabled)
          Creates an instance of class Building based on the superclass Pictured and all required attributes not included in this superclass.
 BuildingUnit BuildingUnitClassImpl.extendPictured(Pictured _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name, short buildingUnitType, boolean disabled)
           
 BuildingUnit BuildingUnitClass.extendPictured(Pictured _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name, short buildingUnitType, boolean disabled)
          Creates an instance of class BuildingUnit based on the superclass Pictured and all required attributes not included in this superclass.
 

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

Methods in org.opencrx.kernel.contract1.cci with parameters of type Pictured
 PostalAddress PostalAddressClassImpl.extendPictured(Pictured _base, boolean isMain, short postalCountry, short postalFreightTerms, short postalUtcOffset, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 PostalAddress PostalAddressClass.extendPictured(Pictured _base, boolean isMain, short postalCountry, short postalFreightTerms, short postalUtcOffset, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class PostalAddress based on the superclass Pictured and all required attributes not included in this superclass.
 

Uses of Pictured in org.opencrx.kernel.depot1.cci
 

Methods in org.opencrx.kernel.depot1.cci with parameters of type Pictured
 PostalAddress PostalAddressClassImpl.extendPictured(Pictured _base, short postalCountry, short postalFreightTerms, short postalUtcOffset, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 PostalAddress PostalAddressClass.extendPictured(Pictured _base, short postalCountry, short postalFreightTerms, short postalUtcOffset, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class PostalAddress based on the superclass Pictured and all required attributes not included in this superclass.
 

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

Classes in org.opencrx.kernel.generic.cci that implement Pictured
 class PicturedImpl
           
 

Uses of Pictured in org.opencrx.kernel.product1.cci
 

Subinterfaces of Pictured in org.opencrx.kernel.product1.cci
 interface Product
           
 

Classes in org.opencrx.kernel.product1.cci that implement Pictured
 class ProductImpl
           
 

Methods in org.opencrx.kernel.product1.cci with parameters of type Pictured
 PostalAddress PostalAddressClassImpl.extendPictured(Pictured _base, boolean isMain, short postalCountry, short postalFreightTerms, short postalUtcOffset, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 PostalAddress PostalAddressClass.extendPictured(Pictured _base, boolean isMain, short postalCountry, short postalFreightTerms, short postalUtcOffset, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class PostalAddress based on the superclass Pictured and all required attributes not included in this superclass.
 Product ProductClassImpl.extendPictured(Pictured _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String productNumber, short productState, long itemNumber, short minMaxQuantityHandling)
           
 Product ProductClass.extendPictured(Pictured _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String productNumber, short productState, long itemNumber, short minMaxQuantityHandling)
          Creates an instance of class Product based on the superclass Pictured and all required attributes not included in this superclass.
 

Uses of Pictured in org.opencrx.kernel.ras1.cci
 

Subinterfaces of Pictured in org.opencrx.kernel.ras1.cci
 interface Asset
           
 

Classes in org.opencrx.kernel.ras1.cci that implement Pictured
 class AssetImpl
           
 

Methods in org.opencrx.kernel.ras1.cci with parameters of type Pictured
 Asset AssetClassImpl.extendPictured(Pictured _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String productNumber, short productState, long itemNumber, short minMaxQuantityHandling)
           
 Asset AssetClass.extendPictured(Pictured _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String productNumber, short productState, long itemNumber, short minMaxQuantityHandling)
          Creates an instance of class Asset based on the superclass Pictured 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.