Uses of Class
org.neotropic.kuwaiba.core.apis.persistence.business.Contact
-
-
Uses of Contact in org.neotropic.kuwaiba.core.apis.persistence.business
Methods in org.neotropic.kuwaiba.core.apis.persistence.business that return Contact Modifier and Type Method Description Contact
BusinessEntityManager. getContact(String contactClass, String contactId)
Gets the entire information of a given contactMethods in org.neotropic.kuwaiba.core.apis.persistence.business that return types with arguments of type Contact Modifier and Type Method Description List<Contact>
BusinessEntityManager. getContacts(int page, int limit, HashMap<String,Object> filters)
Retrieves the list of contacts that matches the search criteriaList<Contact>
BusinessEntityManager. getContactsForCustomer(String customerClass, String customerId)
Retrieves the list of contacts associated to a customerList<Contact>
BusinessEntityManager. searchForContacts(String searchString, int maxResults)
Searches in all the properties of a contact for a given string -
Uses of Contact in org.neotropic.kuwaiba.core.persistence.reference.neo4j
Methods in org.neotropic.kuwaiba.core.persistence.reference.neo4j that return Contact Modifier and Type Method Description Contact
BusinessEntityManagerImpl. getContact(String contactClass, String contactId)
Methods in org.neotropic.kuwaiba.core.persistence.reference.neo4j that return types with arguments of type Contact Modifier and Type Method Description List<Contact>
BusinessEntityManagerImpl. getContacts(int page, int limit, HashMap<String,Object> filters)
List<Contact>
BusinessEntityManagerImpl. getContactsForCustomer(String customerClass, String customerId)
List<Contact>
BusinessEntityManagerImpl. searchForContacts(String searchString, int maxResults)
-
Uses of Contact in org.neotropic.kuwaiba.northbound.rest.bem
Methods in org.neotropic.kuwaiba.northbound.rest.bem that return Contact Modifier and Type Method Description Contact
ContactRestController. getContact(String contactClassName, String contactId, String sessionId)
Gets the entire information of a given contact.Contact
ContactRestOpenApi. getContact(@NotNull @Valid String contactClassName, @NotNull @Valid String contactId, @NotNull @Valid String sessionId)
Methods in org.neotropic.kuwaiba.northbound.rest.bem that return types with arguments of type Contact Modifier and Type Method Description List<Contact>
ContactRestController. getContacts(int page, int limit, HashMap<String,Object> filters, String sessionId)
Retrieves the list of contacts that matches the search criteria.List<Contact>
ContactRestOpenApi. getContacts(@javax.validation.constraints.NotNull,@javax.validation.Valid int page, @javax.validation.constraints.NotNull,@javax.validation.Valid int limit, @Valid HashMap<String,Object> filters, @NotNull @Valid String sessionId)
List<Contact>
ContactRestController. getContactsForCustomer(String customerClassName, String customerId, String sessionId)
Retrieves the list of contacts associated to a customer.List<Contact>
ContactRestOpenApi. getContactsForCustomer(@NotNull @Valid String customerClassName, @NotNull @Valid String customerId, @NotNull @Valid String sessionId)
List<Contact>
ContactRestController. searchForContacts(String searchString, int maxResults, String sessionId)
Searches in all the properties of a contact for a given string.List<Contact>
ContactRestOpenApi. searchForContacts(@NotNull @Valid String searchString, @javax.validation.constraints.NotNull,@javax.validation.Valid int maxResults, @NotNull @Valid String sessionId)
-
Uses of Contact in org.neotropic.kuwaiba.northbound.ws.model.business
Constructors in org.neotropic.kuwaiba.northbound.ws.model.business with parameters of type Contact Constructor Description RemoteContact(Contact contact)
Default functional constructor
-