Package | Description |
---|---|
com.neurosys.multiorg.dao | |
com.neurosys.multiorg.domain | |
com.neurosys.multiorg.service | |
com.neurosys.q.domain | |
com.neurosys.refs.domain |
Introduction
|
Modifier and Type | Method and Description |
---|---|
<P extends PlaceRef> |
MultiOrgDao.getPlaces(GeoLocation location) |
<P extends PlaceRef> |
MultiOrgDao.getPlaces(Venue venue) |
Modifier and Type | Method and Description |
---|---|
<P extends PlaceRef> |
Venue.getLocation()
|
Modifier and Type | Method and Description |
---|---|
List<? extends PlaceRef> |
Venue.getPlaces()
The
PlaceRef s within a venue with multiple entry points. |
Modifier and Type | Method and Description |
---|---|
void |
Venue.setLocation(PlaceRef location)
|
Modifier and Type | Method and Description |
---|---|
void |
Venue.setPlaces(List<? extends PlaceRef> places)
The
PlaceRef s within a venue with multiple entry points. |
Constructor and Description |
---|
Venue(PlaceRef location,
Organization ownerOrganization) |
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 |
---|---|
PlaceRef |
BatchInfo.getGenerationPlace()
|
PlaceRef |
Shift.getPlace() |
PlaceRef |
TokenRequest.getRequestPoint()
This is the place the
Token was REQUESTED (may or may not be same as serviced) |
PlaceRef |
BatchInfo.getServicePlace()
|
Modifier and Type | Class and Description |
---|---|
class |
PointRef
Represents the
Reference of a PlaceRef with GeoLocation
of any Place.WARN : A PointRef should not have the same reference name as any order place |
Constructor and Description |
---|
PlaceRef(PlaceRef t) |
PointRef(PlaceRef t) |
Copyright © 2018. All rights reserved.