public interface MultiOrgDao
Modifier and Type | Method and Description |
---|---|
List |
getHierarchy(Organization org) |
Organization |
getOrganization(Object identifier) |
<O extends Organization> |
getOrganizations(GeoLocation location) |
<O extends Organization> |
getParents(Organization org) |
<P extends PlaceRef> |
getPlaces(GeoLocation location) |
<P extends PlaceRef> |
getPlaces(Venue venue) |
Venue |
getVenue(Object identifier) |
<V extends Venue> |
getVenues(GeoLocation location) |
<V extends Venue> |
getVenues(Organization org) |
Page |
loadPage(Query query) |
Organization getOrganization(Object identifier)
<V extends Venue> List<V> getVenues(Organization org)
<O extends Organization> List<O> getOrganizations(GeoLocation location)
<V extends Venue> List<V> getVenues(GeoLocation location)
<P extends PlaceRef> List<P> getPlaces(GeoLocation location)
List getHierarchy(Organization org)
<O extends Organization> List<O> getParents(Organization org)
Copyright © 2018. All rights reserved.