Elexis API documentation
Version 2.1.6 as of January 22 2012

Uses of Interface
ch.elexis.core.data.ISticker

Packages that use ISticker
ch.elexis.core.data   
ch.elexis.data   
 

Uses of ISticker in ch.elexis.core.data
 

Methods in ch.elexis.core.data that return ISticker
 ISticker IPersistentObject.getSticker()
          Find the "highest" or the only Sticker of this object
 

Methods in ch.elexis.core.data that return types with arguments of type ISticker
 java.util.List<ISticker> IPersistentObject.getStickers()
          Return all Stickers attributed to this object
 

Methods in ch.elexis.core.data with parameters of type ISticker
 void IPersistentObject.addSticker(ISticker et)
          Add a Sticker to this object
 int ISticker.compareTo(ISticker o)
           
 void IPersistentObject.removeSticker(ISticker st)
          Remove a Stickerfrom this object
 

Uses of ISticker in ch.elexis.data
 

Classes in ch.elexis.data that implement ISticker
 class Sticker
          Eine Markierung für im Prinzip beliebige Objekte.
 

Methods in ch.elexis.data that return ISticker
 ISticker PersistentObject.getSticker()
          holt den "höchstwertigen" Sticker, falls mehrere existieren
 

Methods in ch.elexis.data that return types with arguments of type ISticker
 java.util.List<ISticker> PersistentObject.getStickers()
          Return all Stickers attributed to this objecz
 

Methods in ch.elexis.data with parameters of type ISticker
 void PersistentObject.addSticker(ISticker st)
          Add a Sticker to this object
 int Sticker.compareTo(ISticker o)
           
 void PersistentObject.removeSticker(ISticker et)
          Remove a Sticker from this object
 


Elexis API documentation
Version 2.1.6 as of January 22 2012

Copyright 2005-2011 by Gerry Weirich, Elexis