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 String
getFormValue(EditeeFormType form)
String
getValue(EditeeType user)
-
-
-
Method Detail
-
getFormValue
@NotNull String getFormValue(@NotNull EditeeFormType form)
-
getValue
@NotNull String getValue(@NotNull EditeeType user)
-
-