Uses of Class
org.neotropic.kuwaiba.core.apis.persistence.business.Contact
-
Packages that use Contact Package Description org.neotropic.kuwaiba.core.apis.persistence.business org.neotropic.kuwaiba.core.persistence.reference.neo4j org.neotropic.kuwaiba.northbound.ws.model.business -
-
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)
List<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.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
-