Uses of Class
com.maplander.backend.model.manage.property.SharedProperty
Packages that use SharedProperty
Package
Description
-
Uses of SharedProperty in com.maplander.backend.controller.businessrule.common
Methods in com.maplander.backend.controller.businessrule.common with parameters of type SharedPropertyModifier and TypeMethodDescriptionstatic StringBRSharedProperty.validateBasicInfo(SharedProperty sharedProperty) -
Uses of SharedProperty in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci that return types with arguments of type SharedPropertyModifier and TypeMethodDescriptionPropertyEndpoint.createSharedProperty(Long userId, Long propertyId) PropertyEndpoint.getSharedProperty(Long sharedPropertyId) PropertyEndpoint.listSharedPropertiesByOffice(Long officeId, Integer limit, String cursor) PropertyEndpoint.listSharedPropertiesByOwner(Long userId, Integer limit, String cursor) PropertyEndpoint.listSharedPropertiesByUser(Long userId, Integer limit, String cursor) PropertyEndpoint.updateSharedProperty(SharedProperty sharedProperty) Methods in com.maplander.backend.controller.endpoint.fiabci with parameters of type SharedPropertyModifier and TypeMethodDescriptionPropertyEndpoint.updateSharedProperty(SharedProperty sharedProperty) -
Uses of SharedProperty in com.maplander.backend.dao.manage
Fields in com.maplander.backend.dao.manage with type parameters of type SharedPropertyMethods in com.maplander.backend.dao.manage that return SharedPropertyModifier and TypeMethodDescriptionstatic SharedPropertystatic SharedPropertySharedPropertyDAO.loadByUserAndProperty(Long userId, Long propertyId) Methods in com.maplander.backend.dao.manage that return types with arguments of type SharedPropertyModifier and TypeMethodDescriptionstatic com.google.api.server.spi.response.CollectionResponse<SharedProperty> SharedPropertyDAO.listByOwnerId(Long ownerId, Integer limit, String cursor, Long time) static com.google.api.server.spi.response.CollectionResponse<SharedProperty> SharedPropertyDAO.listByOwnerOfficeId(Long officeId, Integer limit, String cursor, Long time) static com.google.api.server.spi.response.CollectionResponse<SharedProperty> SharedPropertyDAO.listByUserId(Long userId, Integer limit, String cursor, Long time)