Uses of Class
com.maplander.backend.model.manage.mlsuniversal.PropertyClientMLS
Packages that use PropertyClientMLS
Package
Description
-
Uses of PropertyClientMLS in com.maplander.backend.controller.businessrule.mlsuniversal
Methods in com.maplander.backend.controller.businessrule.mlsuniversal with parameters of type PropertyClientMLSModifier and TypeMethodDescriptionstatic StringBRClientMLS.validateClientMLS(PropertyClientMLS propertyClientMLS) -
Uses of PropertyClientMLS in com.maplander.backend.controller.endpoint.mlsuniversal
Methods in com.maplander.backend.controller.endpoint.mlsuniversal that return types with arguments of type PropertyClientMLSModifier and TypeMethodDescriptionClientEndpoint.listPropertyClients(Long userId, Long orgId, MLSClientListEnum filter) Methods in com.maplander.backend.controller.endpoint.mlsuniversal with parameters of type PropertyClientMLSModifier and TypeMethodDescriptionClientEndpoint.addClientInPropertyMLS(PropertyClientMLS client) -
Uses of PropertyClientMLS in com.maplander.backend.dao.manage.mlsuniversal
Fields in com.maplander.backend.dao.manage.mlsuniversal with type parameters of type PropertyClientMLSModifier and TypeFieldDescriptionstatic final Class<PropertyClientMLS> PropertyClientMlsDAO.clazzMethods in com.maplander.backend.dao.manage.mlsuniversal that return PropertyClientMLSMethods in com.maplander.backend.dao.manage.mlsuniversal that return types with arguments of type PropertyClientMLSModifier and TypeMethodDescriptionstatic List<PropertyClientMLS> PropertyClientMlsDAO.listByClient(Long clientId) static com.google.api.server.spi.response.CollectionResponse<PropertyClientMLS> PropertyClientMlsDAO.listByClient(Long clientId, Integer limit, String cursor, Long time) static List<PropertyClientMLS> PropertyClientMlsDAO.listByProperty(Long propertyId) static com.google.api.server.spi.response.CollectionResponse<PropertyClientMLS> PropertyClientMlsDAO.listClientsByProperty(Long propertyId, Integer limit, String cursor, Long time)