Interface UserServiceForCreate<S extends EntitySelection>

All Superinterfaces:
UserService<S>

public interface UserServiceForCreate<S extends EntitySelection> extends UserService<S>
Extended interface that can be implemented by a user service replacing a creation form.

It provides methods to implement in order to improve the service integration.

Since:
6.0.6
See Also: