Uses of Interface
org.deduced.controller.PropertyCollectionControllerModel

Packages that use PropertyCollectionControllerModel
org.deduced.controller Controllers are used to represent an application layer that restricts access to information. 
org.deduced.controller.implementation Controller implementation classes. 
org.deduced.dynamic The Dynamic package contains an implementation of the property collection that can be dynamically modified as the schema changes. 
 

Uses of PropertyCollectionControllerModel in org.deduced.controller
 

Subinterfaces of PropertyCollectionControllerModel in org.deduced.controller
 interface DefaultPropertyCollectionControllerModel
          Interface used to represent the type : default property collection controller model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 interface PropertyCollectionController
           Title: PropertyController
 

Uses of PropertyCollectionControllerModel in org.deduced.controller.implementation
 

Classes in org.deduced.controller.implementation that implement PropertyCollectionControllerModel
 class AbstractPropertyCollectionController
           Title: AbstractPropertyCollectionController
 class DefaultPropertyCollectionControllerModelImplementation
          Java Implementation used to represent the type : default property collection controller model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 class DirectPropertyCollectionController
           Title: DirectPropertyController
 class FlyWheelPropertyCollectionController
          Fly Wheel Property Collection Controller
 class PropertyCollectionControllerModelImplementation
          Java Implementation used to represent the type : property collection controller model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 class SimplePropertyCollectionController
          Simple Property Collection Controller is used to control a property collection.
 

Methods in org.deduced.controller.implementation that return types with arguments of type PropertyCollectionControllerModel
 PropertyList<PropertyCollectionControllerModel> FlyWheelPropertyCollectionController.getChildCollectionControllerList()
          (non-Javadoc)
 

Methods in org.deduced.controller.implementation with parameters of type PropertyCollectionControllerModel
static void PropertyCollectionControllerModelImplementation.resetListFixedInstances(PropertyCollectionControllerModel instance)
          reset all the list fixed instances
 

Uses of PropertyCollectionControllerModel in org.deduced.dynamic
 

Classes in org.deduced.dynamic that implement PropertyCollectionControllerModel
 class FlyWheelDynamicPropertyCollectionController
          Fly Wheel Dynamic Property Collection Controller