SYProxyObjectsManager Class Reference

SYProxyObjectsManager provides interface to obtain link to informations represented by proxy objets. More...

#import <SYProxyObjectsManager.h>

Inheritance diagram for SYProxyObjectsManager:
Collaboration diagram for SYProxyObjectsManager:

Class Methods

(nonnull SYTask *) + loadPlaceLinkFrom:completion:
 Load reference to place. More...
 
(nonnull SYTask *) + loadCityLinkFrom:completion:
 Load reference to city. More...
 
(nonnull SYTask *) + loadIncidentLinkFrom:completion:
 Load reference to incident. More...
 

Detailed Description

SYProxyObjectsManager provides interface to obtain link to informations represented by proxy objets.

Method Documentation

◆ loadPlaceLinkFrom:completion:

+ (nonnull SYTask*) loadPlaceLinkFrom: (nonnull SYProxyPlace *)  place
completion: (nonnull void(^)(SYPlaceLink *_Nullable link, NSError *_Nullable error))  completion 

Load reference to place.

◆ loadCityLinkFrom:completion:

+ (nonnull SYTask*) loadCityLinkFrom: (nonnull SYProxyCity *)  city
completion: (nonnull void(^)(SYCityLink *_Nullable link, NSError *_Nullable error))  completion 

Load reference to city.

◆ loadIncidentLinkFrom:completion:

+ (nonnull SYTask*) loadIncidentLinkFrom: (nonnull SYProxyIncident *)  incident
completion: (nonnull void(^)(SYIncidentLink *_Nullable link, NSError *_Nullable error))  completion 

Load reference to incident.


The documentation for this class was generated from the following file: