Package 

Interface IParkingUserServiceProvider

  • All Implemented Interfaces:

    
    public interface IParkingUserServiceProvider
    
                        

    This interface defines the user data related methods that are requested for a proper running of the parking service. Client is responsible to provide an implementation of this interface.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Boolean hasLicensePlate() This method should confirm if the user has license plate.
      abstract Boolean hasPhoneNumber() This method should confirm if the user has phone number.
      abstract String getUserToken() This method should retrieve the user token.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail