All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nakedobjects.example.expenses.services.UserFinder Maven / Gradle / Ivy

The newest version!
package org.nakedobjects.example.expenses.services;


/**
 * Defines a service for getting hold of the current user as an object.  Will typically
 * be implemented by a service that manages a type of object that represents users
 * (e.g. an EmployeeRepository or OrganisationRepository).
 * 
 * @author Richard
 *
 */
public interface UserFinder {
		
	Object currentUserAsObject();

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy