Uses of Class
com.jaxfront.core.schema.KeyRefException

Packages that use KeyRefException
com.jaxfront.core.keyRef   
com.jaxfront.core.schema.impl   
com.jaxfront.core.type   
 

Uses of KeyRefException in com.jaxfront.core.keyRef
 

Methods in com.jaxfront.core.keyRef that throw KeyRefException
 void KeyKeyRefManager.canDeRegisterKey(Type deletionStart, SimpleType type, java.util.Hashtable keys, boolean forceDeletion)
           
 void KeyKeyRefManager.deRegisterKey(SimpleType type, java.util.Hashtable keys, boolean forceDeletion)
           
 void KeyKeyRefManager.deRegisterKey(Type deletionStart, SimpleType type, java.util.Hashtable keys, boolean forceDeletion)
           
static void KeyKeyRefManager.deRegisterKeyKeyRefStructure(Type type, boolean forceDeletion)
           
 void KeyKeyRefManager.registerKey(SimpleType type, java.util.Hashtable keys, boolean isBinding)
           
 

Uses of KeyRefException in com.jaxfront.core.schema.impl
 

Methods in com.jaxfront.core.schema.impl that throw KeyRefException
 void KeyContainer.addKeyType(SimpleType type)
           
 void KeyContainer.addKeyType(SimpleType type, boolean createID)
           
 boolean KeyContainer.areAllKeysValid()
           
 boolean KeyContainer.areAllReferencesValid()
           
 java.util.List KeyContainer.getReleased()
           
 boolean KeyContainer.isKeyTypeRemoveable(Type deletionStart, SimpleType type)
           
 void KeyContainer.removeKeyType(SimpleType type)
           
 void KeyContainer.removeKeyType(SimpleType type, boolean force)
           
 void KeyContainer.removeKeyType(Type deletionStart, SimpleType type, boolean force)
           
 

Uses of KeyRefException in com.jaxfront.core.type
 

Methods in com.jaxfront.core.type that throw KeyRefException
 void AbstractType.checkKeysForDeletion(Type childToDelete)
           
 boolean AbstractType.isKeyRemovable()
          Adds a new key reference to the key selector type.
 void AbstractType.notifyKeyRefChildsForDeletion(Type childToDelete, boolean check)