Class ProxyRelationshipSelector
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies.ProxyRelationshipSelector
-
public class ProxyRelationshipSelector extends Object
A class which will accept a ProxyRelationshipSelectionCriteria and produce a ProxyRelationshipSelection.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProxyRelationshipSelector.ContextWhat do we need to make this work? 2 models and an optional property.
-
Constructor Summary
Constructors Constructor Description ProxyRelationshipSelector(ProxyRelationshipSelector.Context context, ProxyRelationshipSelectionCriteria criteria)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ProxyRelationshipSelectionselect()static ProxyRelationshipSelectionselect(ProxyRelationshipSelector.Context context, ProxyRelationshipSelectionCriteria criteria)Convenience method.
-
-
-
Constructor Detail
-
ProxyRelationshipSelector
public ProxyRelationshipSelector(ProxyRelationshipSelector.Context context, ProxyRelationshipSelectionCriteria criteria)
-
-
Method Detail
-
select
public static ProxyRelationshipSelection select(ProxyRelationshipSelector.Context context, ProxyRelationshipSelectionCriteria criteria)
Convenience method.
-
select
public ProxyRelationshipSelection select()
-
-