Uses of Enum Class
net.solarnetwork.central.domain.LocationRequestStatus
Packages that use LocationRequestStatus
-
Uses of LocationRequestStatus in net.solarnetwork.central.common.dao
Methods in net.solarnetwork.central.common.dao that return LocationRequestStatusModifier and TypeMethodDescriptiondefault LocationRequestStatusLocationRequestCriteria.getRequestStatus()Get the first request status.Methods in net.solarnetwork.central.common.dao that return types with arguments of type LocationRequestStatusModifier and TypeMethodDescriptionBasicLocationRequestCriteria.getRequestStatuses()LocationRequestCriteria.getRequestStatuses()Get the location request statuses.Methods in net.solarnetwork.central.common.dao with parameters of type LocationRequestStatusModifier and TypeMethodDescriptionvoidBasicLocationRequestCriteria.setRequestStatus(LocationRequestStatus status) Set a single request status.Method parameters in net.solarnetwork.central.common.dao with type arguments of type LocationRequestStatusModifier and TypeMethodDescriptionvoidBasicLocationRequestCriteria.setRequestStatuses(Set<LocationRequestStatus> requestStatuses) Set the request statuses. -
Uses of LocationRequestStatus in net.solarnetwork.central.domain
Methods in net.solarnetwork.central.domain that return LocationRequestStatusModifier and TypeMethodDescriptionLocationRequest.getStatus()Get the status.static LocationRequestStatusReturns the enum constant of this class with the specified name.static LocationRequestStatus[]LocationRequestStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.solarnetwork.central.domain with parameters of type LocationRequestStatusModifier and TypeMethodDescriptionvoidLocationRequest.setStatus(LocationRequestStatus status) Set the status.