Uses of Class
org.mockcentral.server.SignaturePartBean

Uses of SignaturePartBean in org.mockcentral.server
 

Methods in org.mockcentral.server that return SignaturePartBean
 SignaturePartBean MethodExpectationBean.getResultBean()
          Returns the SignaturePartBean object used to create the expectation's result.
 SignaturePartBean SimpleBoundObjectBean.getSimpleBoundObjectData()
          Returns the SignaturePartBean containing the data used to construct the Object.
 

Methods in org.mockcentral.server that return types with arguments of type SignaturePartBean
 java.util.List<SignaturePartBean> SignaturePartBean.getCollectionEntries()
          Returns the list of entries for the Collection or Array modeled by this instance (if applicable).
 java.util.List<SignaturePartBean> SignaturePartBean.getConstructorArgs()
          Returns the list of arguments for the Class constructor (if applicable).
 java.util.ArrayList<SignaturePartBean> MethodExpectationBean.getParamBeans()
          Returns the list of SignaturePartBean objects used to create the expectation's method parameters.
 

Methods in org.mockcentral.server with parameters of type SignaturePartBean
 void SignaturePartBean.addCollectionEntry(SignaturePartBean bean)
          Adds a child instance of this class to the list of entries for the Collection or Array modeled by this instance (if applicable).
 void SignaturePartBean.addConstructorArg(SignaturePartBean bean)
          Adds a child instance of this class to the list of parameters for the Class constructor (if applicable).
 void MethodExpectationBean.addParamBean(SignaturePartBean bean)
          Adds an entry to the list of SignaturePartBean objects used to create the expectation's method parameters.
static java.lang.Object ResultBuilder.buildResult(SignaturePartBean bean)
          Creates and returns the expected result Object for a Mock Object method.
static java.lang.Object SignaturePartBuilder.extractObject(SignaturePartBean bean, boolean isCollectionEntry)
          Returns an Object constructed using the data from the supplied SignaturePartBean instance.
 java.lang.Object Fixture.getProxy(SignaturePartBean bean)
          Returns the Proxy stored under the name matching the value field of the supplied SignaturepartBean.
 void MethodExpectationBean.setResultBean(SignaturePartBean resultBean)
          Sets the SignaturePartBean object used to create the expectation's result.
 void SimpleBoundObjectBean.setSimpleBoundObjectData(SignaturePartBean simpleBoundObjectData)
          Sets the SignaturePartBean containing the data used to construct the Object.
 

Method parameters in org.mockcentral.server with type arguments of type SignaturePartBean
 void SignaturePartBean.setCollectionEntries(java.util.List<SignaturePartBean> collectionEntries)
          Sets the list of entries for the Collection or Array modeled by this instance (if applicable).
 void SignaturePartBean.setConstructorArgs(java.util.List<SignaturePartBean> constructorArgs)
          Sets the list of entries for the Collection or Array modeled by this instance (if applicable).