Betty v1.1.0

Uses of Class
christophedelory.betty.xml.PropertyDetails

Packages that use PropertyDetails
christophedelory.betty The home of the Betty application. 
christophedelory.betty.model The common definitions of processing models
christophedelory.betty.model.bet The bet processing models
christophedelory.betty.model.rank The rank processing models
christophedelory.betty.model.score The score processing models
christophedelory.betty.xml The application XML objects definitions. 
 

Uses of PropertyDetails in christophedelory.betty
 

Methods in christophedelory.betty that return PropertyDetails
 PropertyDetails EntityToXml.toXml(LocalProperty dbEntity, Locale[] locales)
          Returns an XML representation of the specified EJB object.
 

Methods in christophedelory.betty with parameters of type PropertyDetails
 void XmlToEntity.beginVisitProperty(PropertyDetails target)
           
 

Uses of PropertyDetails in christophedelory.betty.model
 

Method parameters in christophedelory.betty.model with type arguments of type PropertyDetails
 void Model.setParameters(List<PropertyDetails> params)
          Initializes this processing model with the specified list of configuration parameters.
 

Uses of PropertyDetails in christophedelory.betty.model.bet
 

Method parameters in christophedelory.betty.model.bet with type arguments of type PropertyDetails
 void VersusBetModel.setParameters(List<PropertyDetails> params)
           
 void RankBetModel.setParameters(List<PropertyDetails> params)
           
 void AbstractBetModel.setParameters(List<PropertyDetails> params)
           
 

Uses of PropertyDetails in christophedelory.betty.model.rank
 

Method parameters in christophedelory.betty.model.rank with type arguments of type PropertyDetails
 void DefaultRankModel.setParameters(List<PropertyDetails> params)
           
 

Uses of PropertyDetails in christophedelory.betty.model.score
 

Method parameters in christophedelory.betty.model.score with type arguments of type PropertyDetails
 void VersusScoreModel.setParameters(List<PropertyDetails> params)
           
 void ResultScoreModel.setParameters(List<PropertyDetails> params)
           
 void RankScoreModel.setParameters(List<PropertyDetails> params)
           
 void BetScoreModel.setParameters(List<PropertyDetails> params)
           
 

Uses of PropertyDetails in christophedelory.betty.xml
 

Methods in christophedelory.betty.xml that return PropertyDetails
 PropertyDetails ModelDetails.findPropertyById(String id)
          Searches for a property in this XML element that matches the input parameter.
 

Methods in christophedelory.betty.xml that return types with arguments of type PropertyDetails
 List<PropertyDetails> ModelDetails.getProperties()
          Returns the list of parameters attached to this processing model.
 

Methods in christophedelory.betty.xml with parameters of type PropertyDetails
 void ModelDetails.addProperty(PropertyDetails property)
          Adds the specified property to the list of parameters attached to this processing model.
 void XmlVisitor.beginVisitProperty(PropertyDetails target)
          Starts the visit of the specified property.
 void SetParent.beginVisitProperty(PropertyDetails target)
           
 void BaseXmlVisitor.beginVisitProperty(PropertyDetails target)
           
 void XmlVisitor.endVisitProperty(PropertyDetails target)
          Finishes the visit of the specified property.
 void BaseXmlVisitor.endVisitProperty(PropertyDetails target)
           
 


© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.