it would break some of our code.  It would likely be an easy fix ( we could
even just give an empty method), but would prefer not to do this.  Do you
have a  reason why you want this in the User interface, other than to save a
cast?
----- Original Message -----
From: Kevin A. Burton <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 06, 2000 8:44 PM
Subject: Why only one User.retrieveFromStorage?


> So within the interface User there is only:
>
>     public User retrieveFromStorage( String username ) throws Exception
>
> But with in the User impl of TurbineUser there is:
>
>     public User retrieveFromStorage( Integer visitorid ) throws
> Exception
>     public User retrieveFromStorage( int visitorid ) throws Exception
>
> Any reason why User can't have those two from TurbineUser for a total of
> 3 retriveFromStorage methods?
>
> Are there any implementation other than TurbineUser that I might break?
>
> Kevin
>
> --
> Kevin A Burton
> Senior Software Engineer
> Kendara Inc
> http://www.kendara.com
> Mobile:  408-910-6145
> "If you continue running Windows, your system may become unstable."
>
>
> ------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Problems?:           [EMAIL PROTECTED]
>



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to