GeodiQueryRepostroryHandler
GeodiQueryRepostroryItemSaveStatus CreateOrUpdate(GeodiQueryRepostroryItem item) Boolean Delete(String query_id) IEnumerable<GeodiQueryRepostroryItem> GetAllPublic(Int32 StartIndex = 0, Int32 DataCount = -1) IEnumerable<GeodiQueryRepostroryItem> GetAllPublicOrMy(Int32 StartIndex = 0, Int32 DataCount = -1) IEnumerable<GeodiQueryRepostroryItem> GetFavorites(Int32 StartIndex = 0, Int32 DataCount = -1) IEnumerable<GeodiQueryRepostroryItem> GetMyList(Int32 StartIndex = 0, Int32 DataCount = -1) IEnumerable<GeodiQueryRepostroryItem> GetMyWatches(Int32 StartIndex = 0, Int32 DataCount = -1) Boolean HasAllPublicOrMy() GeodiQueryRepostroryItem Query(String query_id, Boolean redirect = True, Boolean setUse = True) [AdvancedSecurityDisabled]Boolean SetFavStatus(String query_id, GeodiQueryRepostroryItemFavStatus newStatus)