public interface UserCustomFieldServiceLocal extends UserCustomFieldService, CRUDServiceLocal<UserCustomField,UserCustomFieldDTO,UserCustomFieldData,java.lang.Void>
| Modifier and Type | Method and Description |
|---|---|
boolean |
existsUser(UserCustomField field,
java.lang.String value)
Returns true if there exists a non removed user that has
a custom field value with the given value.
|
java.util.List<UserCustomField> |
listAll()
Returns all user custom fields
|
listsaveOrdergetData, getDataForNew, load, remove, removeAll, savefind, findAll, getEntityClass, newEntity, remove, removeAll, toDTO, toEntity, validateboolean existsUser(UserCustomField field, java.lang.String value)
java.util.List<UserCustomField> listAll()