Interface PersonServiceLocal


public interface PersonServiceLocal
Local interface for person-related services. This interface provides the contract for creating a query object to retrieve data related to a person.

Example usage:

 
 PersonServiceLocal service = PlannerEngineServiceLocator.INSTANCE.getPersonServiceLocal(); // obtain reference to service
 PersonQuery query = service.createPersonQuery();