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]

Reply via email to