Uses of Class
org.clapper.curn.PersistentMetadataGroup

Packages that use PersistentMetadataGroup
org.clapper.curn   
 

Uses of PersistentMetadataGroup in org.clapper.curn
 

Methods in org.clapper.curn that return types with arguments of type PersistentMetadataGroup
 java.util.Collection<PersistentMetadataGroup> PersistentFeedData.getFeedMetadata()
          Get the extra metadata associated with the feed.
 java.util.Collection<PersistentMetadataGroup> PersistentFeedItemData.getItemMetadata()
          Get the extra metadata associated with the feed.
 

Methods in org.clapper.curn with parameters of type PersistentMetadataGroup
 void PersistentFeedData.addFeedMetadataGroup(PersistentMetadataGroup metadataGroup)
          Add a metadata group (i.e., all the metadata within a given namespace) to this object.
 void PersistentFeedItemData.addItemMetadataGroup(PersistentMetadataGroup metadataGroup)
          Add a metadata group (i.e., all the metadata within a given namespace) to this object.
 void DataPersister.LoadedDataHandler.extraMetadataLoaded(PersistentMetadataGroup metadataGroup)
          Called by the subclass when it has finished loading the extra metadata for a particular namespace.
 

Method parameters in org.clapper.curn with type arguments of type PersistentMetadataGroup
 void PersistentFeedData.addFeedMetadata(java.util.Collection<PersistentMetadataGroup> metadata)
          Add a metadata group (i.e., all the metadata within a given namespace) to this object.
 void PersistentFeedItemData.addItemMetadata(java.util.Collection<PersistentMetadataGroup> metadata)
          Add a metadata group (i.e., all the metadata within a given namespace) to this object.
protected  void XMLDataPersister.saveExtraMetadata(java.util.Collection<PersistentMetadataGroup> metadata)
          Save any extra metadata (i.e., metadata that isn't attached to a specific feed or a specific item).
protected abstract  void DataPersister.saveExtraMetadata(java.util.Collection<PersistentMetadataGroup> metadata)
          Save any extra metadata (i.e., metadata that isn't attached to a specific feed or a specific item).
 



Copyright © 2004-2006 Brian M. Clapper. All Rights Reserved.