You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.



All Packages  This Package  Class Hierarchy  Class Search  Index

Class grendel.addressbook.AddressCard.ACS_Personal

java.lang.Object
   |
   +----grendel.addressbook.AddressCard.ACS_Personal

public class  ACS_Personal
     extends java.lang.Object
     implements grendel.addressbook.AddressCard.ICardSource, 
                grendel.addressbook.AddressCard.IQuerySet
{
          // Fields 1
     private DB fDB;

          // Constructors 1
     public ACS_Personal(String, boolean);

          // Methods 7
     public void add(AddressCard, boolean);
     public void add(AddressCardSet, boolean);
     public void close();
     public ICardSet getCardSet(ITerm, String[]);
     private String getNextCardID();
     public ACIDSet opEqual(AddressCardAttribute);
     public ACIDSet opNotEqual(AddressCardAttribute);
}



Fields


fDB

   private DB fDB



Constructors


ACS_Personal

   public ACS_Personal(String FileName, 
                       boolean CreateOnOpen) 



Methods


getNextCardID

   private String getNextCardID() 

Get the next card ID for this DB.



close

   public void close() 

closing the source

Implements:
close in interface ICardSource


getCardSet

   public ICardSet getCardSet(ITerm aQueryTerm, 
                              String[] anAttributesArray) 

retrieveing address cards

Implements:
getCardSet in interface ICardSource


add

   public void add(AddressCard aCard, 
                   boolean OverWrite) 

Add a single card to this addressbook.



add

   public void add(AddressCardSet aCardSet, 
                   boolean OverWrite) 

Add a set of cards to this addressbook.



opEqual

   public ACIDSet opEqual(AddressCardAttribute ACA) 

Search the database for all cards that match this value and return a set Adddress Card ID's (ACID's).



opNotEqual

   public ACIDSet opNotEqual(AddressCardAttribute ACA) 

Search the database for all cards that DO NOT match this value and return a set Adddress Card ID's (ACID's).



All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4