Uses of Class
edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies.ProxyItemInfo
-
Packages that use ProxyItemInfo Package Description edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies -
-
Uses of ProxyItemInfo in edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies
Subclasses of ProxyItemInfo in edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies Modifier and Type Class Description static classManageProxiesListPage.ProxyItemWrapperMethods in edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies that return types with arguments of type ProxyItemInfo Modifier and Type Method Description List<ProxyItemInfo>ProxyRelationship. getProfileInfos()List<ProxyItemInfo>ProxyRelationship. getProxyInfos()Constructor parameters in edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies with type arguments of type ProxyItemInfo Constructor Description ProxyRelationship(List<ProxyItemInfo> proxyInfos, List<ProxyItemInfo> profileInfos)
-