Package | Description |
---|---|
com.neurosys.multiorg.dao | |
com.neurosys.multiorg.domain | |
com.neurosys.multiorg.service |
Modifier and Type | Method and Description |
---|---|
<V extends Venue> |
MultiOrgDao.getVenues(GeoLocation location) |
<V extends Venue> |
MultiOrgDao.getVenues(Organization org) |
Modifier and Type | Method and Description |
---|---|
Venue |
MultiOrgDao.getVenue(Object identifier) |
Modifier and Type | Method and Description |
---|---|
<P extends PlaceRef> |
MultiOrgDao.getPlaces(Venue venue) |
Modifier and Type | Field and Description |
---|---|
protected Venue |
VenueAttribute.entity |
Modifier and Type | Method and Description |
---|---|
Venue |
VenueAttribute.getEntity() |
Venue |
Venue.setAttribute(String name,
String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
Organization.liberalEquals(Venue obj)
Id or name matches
|
boolean |
Venue.liberalEquals(Venue obj)
Id or name matches
|
void |
VenueAttribute.setEntity(Venue entity) |
Constructor and Description |
---|
Venue(Venue venue) |
VenueAttribute(String name,
String value,
Venue entity) |
Modifier and Type | Interface and Description |
---|---|
interface |
MultiOrgService<O extends Organization,V extends Venue,P extends PlaceRef>
Common services for multiple organizations
|
Modifier and Type | Method and Description |
---|---|
List<? extends Venue> |
LocationService.getVenues(GeoLocation geo) |
Copyright © 2018. All rights reserved.