Method | Description | |
---|---|---|
AddAttribute ( int attributeDefinitionId, int locationId, string attributeValue ) : void | ||
AddAttributeDefinition ( int portalId, int locationTypeId, int dataType, string defaultValue, string attributeName, bool required, string validationExpression, int viewOrder, bool visible, int length ) : int | ||
ClearLocations ( int portalId ) : void | ||
ClearTempLocations ( ) : void | ||
CopyData ( ) : string | ||
DeleteAttributeDefinition ( int definitionId ) : void | ||
DeleteComment ( int commentId ) : void | ||
DeleteLocation ( int locationId ) : void | ||
DeleteLocationType ( int locationTypeId ) : void | ||
GetAllLocations ( int portalId, bool approved, string sortColumn, int index, int pageSize ) : |
||
GetAllLocationsByDistance ( double latitude, double longitude, int radius, int portalId, int locationTypeIds, int pageIndex, int pageSize ) : IDataReader |
Gets a list of the locations in the given locationTypeIds, ordered by their distance from the given coordinates
|
|
GetAllLocationsByType ( int portalId, int locationTypeIds, int pageIndex, int pageSize ) : IDataReader |
Gets a list of the locations in the given locationTypeIds.
|
|
GetAttributeDefinition ( int definitionId ) : IDataReader | ||
GetAttributeDefinitionByName ( int locationTypeId, string name ) : IDataReader | ||
GetAttributeDefinitions ( int locationTypeId ) : |
||
GetAttributeDefinitionsById ( int locationTypeId ) : IDataReader | ||
GetAttributeValues ( int locationId ) : |
||
GetComment ( int commentId ) : Comment | ||
GetComments ( int locationId, bool approved ) : |
||
GetCountriesList ( int portalId ) : |
||
GetEmailByFileId ( int fileId ) : |
||
GetEngageLocatorTabModules ( int portalId ) : |
||
GetFilesToImport ( ) : |
||
GetImportedLocationStatistics ( int portalId ) : |
||
GetLastImportIndex ( ) : int | ||
GetLatitudeLongitude ( string address, string city ) : |
||
GetLocation ( int locationId ) : IDataReader | ||
GetLocationType ( int id ) : |
||
GetLocationTypeCount ( string type ) : int | ||
GetLocationTypeName ( int id ) : |
||
GetLocationTypes ( ) : |
||
GetLocations ( int typeId, int portalId ) : |
||
GetLocationsByCountry ( int countryId, int portalId, int pageIndex, int pageSize ) : IDataReader |
Gets the locations in a given country.
|
|
GetNClosestLocations ( double latitude, double longitude, int count, int portalId ) : |
||
GetNewSubmittedComments ( int portalId, bool approved ) : |
||
GetTabModuleIdByFileId ( int fileId ) : int | ||
InsertComment ( int locationId, string comment, string submittedBy, bool approved ) : void | ||
InsertFileInfo ( int fileId, int userId, int tabModuleId, int portalId, System.DateTime uploadDate, bool succeeded, bool processed ) : void | ||
InsertLocationType ( string locationTypeName ) : int | ||
SaveComment ( Comment comment ) : void | ||
SaveLocation ( Location loc ) : int | ||
SaveTempLocation ( Location loc, bool successful ) : int | ||
UpdateAttribute ( int attributeDefinitionId, int locationId, string attributeValue ) : void | ||
UpdateAttributeDefinition ( int definitionId, int dataType, string defaultValue, string attributeName, bool required, string validationExpression, int viewOrder, bool visible, int length ) : int | ||
UpdateComment ( int locationId, string comment, string submittedBy, bool approved, int userId ) : void | ||
UpdateImportedLocationRow ( int fileId ) : void | ||
UpdateLocation ( Location loc ) : int | ||
UpdateLocationType ( int locationTypeId, string locationTypeName ) : void |
Method | Description | |
---|---|---|
GetConnectionString ( ) : string |
Gets the configured connection string for this site's data provider.
|
|
Instance ( ) : |
public abstract AddAttribute ( int attributeDefinitionId, int locationId, string attributeValue ) : void | ||
attributeDefinitionId | int | |
locationId | int | |
attributeValue | string | |
return | void |
public abstract AddAttributeDefinition ( int portalId, int locationTypeId, int dataType, string defaultValue, string attributeName, bool required, string validationExpression, int viewOrder, bool visible, int length ) : int | ||
portalId | int | |
locationTypeId | int | |
dataType | int | |
defaultValue | string | |
attributeName | string | |
required | bool | |
validationExpression | string | |
viewOrder | int | |
visible | bool | |
length | int | |
return | int |
public abstract ClearLocations ( int portalId ) : void | ||
portalId | int | |
return | void |
public abstract ClearTempLocations ( ) : void | ||
return | void |
public abstract DeleteAttributeDefinition ( int definitionId ) : void | ||
definitionId | int | |
return | void |
public abstract DeleteComment ( int commentId ) : void | ||
commentId | int | |
return | void |
public abstract DeleteLocation ( int locationId ) : void | ||
locationId | int | |
return | void |
public abstract DeleteLocationType ( int locationTypeId ) : void | ||
locationTypeId | int | |
return | void |
public abstract GetAllLocations ( int portalId, bool approved, string sortColumn, int index, int pageSize ) : |
||
portalId | int | |
approved | bool | |
sortColumn | string | |
index | int | |
pageSize | int | |
return |
public abstract GetAllLocationsByDistance ( double latitude, double longitude, int radius, int portalId, int locationTypeIds, int pageIndex, int pageSize ) : IDataReader | ||
latitude | double | The latitude of the search location. |
longitude | double | The longitude of the search location. |
radius | int | |
portalId | int | The portal ID. |
locationTypeIds | int | The IDs of the types of locations to retrieve. |
pageIndex | int | Index of the page, or |
pageSize | int | Size of the page, or |
return | IDataReader |
public abstract GetAllLocationsByType ( int portalId, int locationTypeIds, int pageIndex, int pageSize ) : IDataReader | ||
portalId | int | The portal ID. |
locationTypeIds | int | The IDs of the types of locations to retrieve. |
pageIndex | int | Index of the page, or |
pageSize | int | Size of the page, or |
return | IDataReader |
public abstract GetAttributeDefinition ( int definitionId ) : IDataReader | ||
definitionId | int | |
return | IDataReader |
public abstract GetAttributeDefinitionByName ( int locationTypeId, string name ) : IDataReader | ||
locationTypeId | int | |
name | string | |
return | IDataReader |
public abstract GetAttributeDefinitions ( int locationTypeId ) : |
||
locationTypeId | int | |
return |
public abstract GetAttributeDefinitionsById ( int locationTypeId ) : IDataReader | ||
locationTypeId | int | |
return | IDataReader |
public abstract GetAttributeValues ( int locationId ) : |
||
locationId | int | |
return |
public abstract GetComment ( int commentId ) : Comment | ||
commentId | int | |
return | Comment |
public abstract GetComments ( int locationId, bool approved ) : |
||
locationId | int | |
approved | bool | |
return |
public abstract GetCountriesList ( int portalId ) : |
||
portalId | int | |
return |
public abstract GetEmailByFileId ( int fileId ) : |
||
fileId | int | |
return |
public abstract GetEngageLocatorTabModules ( int portalId ) : |
||
portalId | int | |
return |
public abstract GetFilesToImport ( ) : |
||
return |
public abstract GetImportedLocationStatistics ( int portalId ) : |
||
portalId | int | |
return |
public abstract GetLatitudeLongitude ( string address, string city ) : |
||
address | string | |
city | string | |
return |
public abstract GetLocation ( int locationId ) : IDataReader | ||
locationId | int | |
return | IDataReader |
public abstract GetLocationType ( int id ) : |
||
id | int | |
return |
public abstract GetLocationTypeCount ( string type ) : int | ||
type | string | |
return | int |
public abstract GetLocationTypeName ( int id ) : |
||
id | int | |
return |
public abstract GetLocationTypes ( ) : |
||
return |
public abstract GetLocations ( int typeId, int portalId ) : |
||
typeId | int | |
portalId | int | |
return |
public abstract GetLocationsByCountry ( int countryId, int portalId, int pageIndex, int pageSize ) : IDataReader | ||
countryId | int | The country ID. |
portalId | int | The portal ID. |
pageIndex | int | Index of the page, or |
pageSize | int | Size of the page, or |
return | IDataReader |
public abstract GetNClosestLocations ( double latitude, double longitude, int count, int portalId ) : |
||
latitude | double | |
longitude | double | |
count | int | |
portalId | int | |
return |
public abstract GetNewSubmittedComments ( int portalId, bool approved ) : |
||
portalId | int | |
approved | bool | |
return |
public abstract GetTabModuleIdByFileId ( int fileId ) : int | ||
fileId | int | |
return | int |
public abstract InsertComment ( int locationId, string comment, string submittedBy, bool approved ) : void | ||
locationId | int | |
comment | string | |
submittedBy | string | |
approved | bool | |
return | void |
public abstract InsertFileInfo ( int fileId, int userId, int tabModuleId, int portalId, System.DateTime uploadDate, bool succeeded, bool processed ) : void | ||
fileId | int | |
userId | int | |
tabModuleId | int | |
portalId | int | |
uploadDate | System.DateTime | |
succeeded | bool | |
processed | bool | |
return | void |
public abstract InsertLocationType ( string locationTypeName ) : int | ||
locationTypeName | string | |
return | int |
public abstract SaveComment ( Comment comment ) : void | ||
comment | Comment | |
return | void |
public abstract SaveLocation ( Location loc ) : int | ||
loc | Location | |
return | int |
public abstract SaveTempLocation ( Location loc, bool successful ) : int | ||
loc | Location | |
successful | bool | |
return | int |
public abstract UpdateAttribute ( int attributeDefinitionId, int locationId, string attributeValue ) : void | ||
attributeDefinitionId | int | |
locationId | int | |
attributeValue | string | |
return | void |
public abstract UpdateAttributeDefinition ( int definitionId, int dataType, string defaultValue, string attributeName, bool required, string validationExpression, int viewOrder, bool visible, int length ) : int | ||
definitionId | int | |
dataType | int | |
defaultValue | string | |
attributeName | string | |
required | bool | |
validationExpression | string | |
viewOrder | int | |
visible | bool | |
length | int | |
return | int |
public abstract UpdateComment ( int locationId, string comment, string submittedBy, bool approved, int userId ) : void | ||
locationId | int | |
comment | string | |
submittedBy | string | |
approved | bool | |
userId | int | |
return | void |
public abstract UpdateImportedLocationRow ( int fileId ) : void | ||
fileId | int | |
return | void |
public abstract UpdateLocation ( Location loc ) : int | ||
loc | Location | |
return | int |
public abstract UpdateLocationType ( int locationTypeId, string locationTypeName ) : void | ||
locationTypeId | int | |
locationTypeName | string | |
return | void |