Interface | Description |
---|---|
FetchGeoNodeCmd |
The command used to fetch GeoNode nouns based on a
get expression.
|
FetchPhysicalStoreCmd |
The command used to fetch PhysicalStore nouns based on a
get expression.
|
GetGeoNodeCmd |
The interface for command for GetGeoNode
|
GetPhysicalStoreCmd |
The interface for command for GetPhysicalStore
|
InsertMoreGeoNodeDataCmd |
The command used to insert more GeoNode data based on an
access profile.
|
InsertMorePhysicalStoreDataCmd |
The command used to insert more PhysicalStore data based on an
access profile.
|
Class | Description |
---|---|
FetchGeoNodeByParentUniqueIdCmdImpl |
Fetch geonodes by parent unique ID.
|
FetchGeoNodeCmdImpl |
The default implementation of the fetch GeoNode command.
|
FetchPhysicalStoreByGeoNodeUniqueIdCmdImpl |
Fetch physical stores by geo node unique IDs.
|
FetchPhysicalStoreByIdentifierCmdImpl |
Fetch physical stores by store identifiers (e.g.
|
FetchPhysicalStoreCmdImpl |
The default implementation of the fetch PhysicalStore command.
|
FetchPhysicalStoreFromGeoCodeCmdImpl |
Fetch physical stores based on a geo code as the starting point.
|
FetchPhysicalStoreFromPhysicalStoreCmdImpl |
Fetch physical stores based on a physical store as the starting point.
|
FetchTopGeoNodeCmdImpl |
Fetch top geonode.
|
FilterPhysicalStoreOutsideDistanceCmdImpl |
This task command excludes physical stores that are found and are not within the distance range specified by the user.
|
GetGeoNodeCmdImpl |
This is the controller command for GeoNode.
|
GetPhysicalStoreCmdImpl |
This is the controller command for PhysicalStore.
|