public class BusinessProxy extends EntityProxy implements Business
EntityProxy
for Business
entities.EntityProxy
,
Business
,
Entity
Constructor and Description |
---|
BusinessProxy(EntityId entityId,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
load()
Causes this instance to load its data by contacting
the remote service and requesting information.
|
getAssociations, getBusinessAssociations, getBusinesses, getEntities, getId, getLocationAssociations, getLocations, getName, getPeople, getPersonAssociations, getPhoneAssociations, getPhones, isLoaded, isProxy
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAssociations, getBusinessAssociations, getBusinesses, getEntities, getId, getLocationAssociations, getLocations, getName, getPeople, getPersonAssociations, getPhoneAssociations, getPhones, isLoaded, isProxy
public void load() throws FindException
Entity
Causes this instance to load its data by contacting the remote service and requesting information. Once loaded, subsequent calls to this method have no effect.
This method is useful for proxy entities found at the edge of the graph.
load
in interface Entity
load
in class EntityProxy
FindException
- If the lookup fails before it is able to generate a Response
object.Entity.isProxy()
,
Entity.isLoaded()
,
EntityProxy