net.sf.easyweb4j.model
Interface AssociationsProvider
public interface AssociationsProvider
Implementation of this interface needs to be passed to updateModel method to
retrieve appropriate associations for model properties.
- Author:
- Chandra Sekar S
Method Summary |
Object |
getAssociation(String property,
String[] values)
Get an instance of the association for the given property from the values
given in the parameter for the property. |
getAssociation
Object getAssociation(String property,
String[] values)
- Get an instance of the association for the given property from the values
given in the parameter for the property.
- Parameters:
property
- The property for which associated object is to be provided.values
- The parameter values for the given property.
- Returns:
- Instance of the associated object for the property.
Copyright © 2009-2010 Chandra Sekar S. All Rights Reserved.