Interface BasePropertyDefaultValueProvider<EditeeType,EditeeFormType>
-
- All Known Subinterfaces:
UserGroupPropertyDefaultValueProvider,UserPropertyDefaultValueProvider
public interface BasePropertyDefaultValueProvider<EditeeType,EditeeFormType>- Author:
- Maxim.Manuylov Date: 19.09.14
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFormValue(EditeeFormType form)StringgetValue(EditeeType user)
-
-
-
Method Detail
-
getFormValue
@NotNull String getFormValue(@NotNull EditeeFormType form)
-
getValue
@NotNull String getValue(@NotNull EditeeType user)
-
-