public class ApplicationUserEntityFactory extends AbstractEntityFactory<ApplicationUserEntity>
| Modifier and Type | Field and Description |
|---|---|
static String |
ID |
static String |
LOWER_USER_NAME |
static String |
USER_KEY |
| Constructor and Description |
|---|
ApplicationUserEntityFactory() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationUserEntity |
build(org.ofbiz.core.entity.GenericValue genericValue)
Builds an instance of this Entity from the given GenericValue.
|
FieldMap |
fieldMapFrom(ApplicationUserEntity value)
Builds a FieldMap from an entity Object.
|
String |
getEntityName()
The name of the Entity as defined in the entitymodel.xml file.
|
buildList, genericValueFrom, toStringpublic static final String ID
public static final String USER_KEY
public static final String LOWER_USER_NAME
public String getEntityName()
NamedEntityBuilderpublic ApplicationUserEntity build(org.ofbiz.core.entity.GenericValue genericValue)
EntityBuildergenericValue - GenericValue for the entitypublic FieldMap fieldMapFrom(ApplicationUserEntity value)
EntityFactoryvalue - the Entity valueCopyright © 2002-2018 Atlassian. All Rights Reserved.