org.qi4j.entitystore.map
Interface MapEntityStore.MapChanger

Enclosing interface:
MapEntityStore

public static interface MapEntityStore.MapChanger


Method Summary
 java.io.Writer newEntity(EntityReference ref, EntityType entityType)
           
 void removeEntity(EntityReference ref, EntityType entityType)
           
 java.io.Writer updateEntity(EntityReference ref, EntityType entityType)
           
 

Method Detail

newEntity

java.io.Writer newEntity(EntityReference ref,
                         EntityType entityType)
                         throws java.io.IOException
Throws:
java.io.IOException

updateEntity

java.io.Writer updateEntity(EntityReference ref,
                            EntityType entityType)
                            throws java.io.IOException
Throws:
java.io.IOException

removeEntity

void removeEntity(EntityReference ref,
                  EntityType entityType)
                  throws EntityNotFoundException
Throws:
EntityNotFoundException


Copyright © 2007-2010. All Rights Reserved.