Uses of Interface
org.opencrx.kernel.document1.cci2.Media

Packages that use Media
org.opencrx.kernel.account1.jpa3   
org.opencrx.kernel.building1.jpa3   
org.opencrx.kernel.contract1.jpa3   
org.opencrx.kernel.depot1.jpa3   
org.opencrx.kernel.document1.cci2   
org.opencrx.kernel.document1.jmi1   
org.opencrx.kernel.document1.jpa3   
org.opencrx.kernel.generic.cci2   
org.opencrx.kernel.generic.jmi1   
org.opencrx.kernel.generic.jpa3   
org.opencrx.kernel.product1.jpa3   
 

Uses of Media in org.opencrx.kernel.account1.jpa3
 

Methods in org.opencrx.kernel.account1.jpa3 that return Media
 Media Contact.getPicture()
          Retrieves the value for the reference picture.
 Media PostalAddress.getPicture()
          Retrieves the value for the reference picture.
 

Methods in org.opencrx.kernel.account1.jpa3 with parameters of type Media
 void Contact.setPicture(Media picture)
          Sets a new value for the reference picture.
 void PostalAddress.setPicture(Media picture)
          Sets a new value for the reference picture.
 

Uses of Media in org.opencrx.kernel.building1.jpa3
 

Methods in org.opencrx.kernel.building1.jpa3 that return Media
 Media BuildingComplex.getPicture()
          Retrieves the value for the reference picture.
 Media Facility.getPicture()
          Retrieves the value for the reference picture.
 Media BuildingUnit.getPicture()
          Retrieves the value for the reference picture.
 Media Building.getPicture()
          Retrieves the value for the reference picture.
 

Methods in org.opencrx.kernel.building1.jpa3 with parameters of type Media
 void BuildingComplex.setPicture(Media picture)
          Sets a new value for the reference picture.
 void Facility.setPicture(Media picture)
          Sets a new value for the reference picture.
 void BuildingUnit.setPicture(Media picture)
          Sets a new value for the reference picture.
 void Building.setPicture(Media picture)
          Sets a new value for the reference picture.
 

Uses of Media in org.opencrx.kernel.contract1.jpa3
 

Methods in org.opencrx.kernel.contract1.jpa3 that return Media
 Media PostalAddress.getPicture()
          Retrieves the value for the reference picture.
 

Methods in org.opencrx.kernel.contract1.jpa3 with parameters of type Media
 void PostalAddress.setPicture(Media picture)
          Sets a new value for the reference picture.
 

Uses of Media in org.opencrx.kernel.depot1.jpa3
 

Methods in org.opencrx.kernel.depot1.jpa3 that return Media
 Media PostalAddress.getPicture()
          Retrieves the value for the reference picture.
 

Methods in org.opencrx.kernel.depot1.jpa3 with parameters of type Media
 void PostalAddress.setPicture(Media picture)
          Sets a new value for the reference picture.
 

Uses of Media in org.opencrx.kernel.document1.cci2
 

Subinterfaces of Media in org.opencrx.kernel.document1.cci2
 interface DocumentAttachment
          Class DocumentAttachment
 interface MediaContent
          Class MediaContent
 

Methods in org.opencrx.kernel.document1.cci2 that return Media
 Media MediaReference.getMedia()
          Retrieves the value for the reference media.
 

Methods in org.opencrx.kernel.document1.cci2 with parameters of type Media
 void MediaReference.setMedia(Media media)
          Sets a new value for the reference media.
 

Uses of Media in org.opencrx.kernel.document1.jmi1
 

Subinterfaces of Media in org.opencrx.kernel.document1.jmi1
 interface Media
          Abstract class Media
 

Methods in org.opencrx.kernel.document1.jmi1 with parameters of type Media
 void MediaReference.setMedia(Media media)
          Sets a new value for the reference media.
 

Uses of Media in org.opencrx.kernel.document1.jpa3
 

Classes in org.opencrx.kernel.document1.jpa3 that implement Media
 class DocumentAttachment
          Class DocumentAttachment
 class MediaContent
          Class MediaContent
 

Methods in org.opencrx.kernel.document1.jpa3 that return Media
 Media MediaReference.getMedia()
          Retrieves the value for the reference media.
 

Methods in org.opencrx.kernel.document1.jpa3 with parameters of type Media
 void MediaReference.setMedia(Media media)
          Sets a new value for the reference media.
 

Uses of Media in org.opencrx.kernel.generic.cci2
 

Methods in org.opencrx.kernel.generic.cci2 that return Media
 Media Pictured.getPicture()
          Retrieves the value for the reference picture.
 

Methods in org.opencrx.kernel.generic.cci2 with parameters of type Media
 void Pictured.setPicture(Media picture)
          Sets a new value for the reference picture.
 

Uses of Media in org.opencrx.kernel.generic.jmi1
 

Methods in org.opencrx.kernel.generic.jmi1 with parameters of type Media
 void Pictured.setPicture(Media picture)
          Sets a new value for the reference picture.
 

Uses of Media in org.opencrx.kernel.generic.jpa3
 

Classes in org.opencrx.kernel.generic.jpa3 that implement Media
 class Media
          Class Media
 

Uses of Media in org.opencrx.kernel.product1.jpa3
 

Methods in org.opencrx.kernel.product1.jpa3 that return Media
 Media Product.getPicture()
          Retrieves the value for the reference picture.
 Media PostalAddress.getPicture()
          Retrieves the value for the reference picture.
 

Methods in org.opencrx.kernel.product1.jpa3 with parameters of type Media
 void Product.setPicture(Media picture)
          Sets a new value for the reference picture.
 void PostalAddress.setPicture(Media picture)
          Sets a new value for the reference picture.
 



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