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, toString
public static final String ID
public static final String USER_KEY
public static final String LOWER_USER_NAME
public String getEntityName()
NamedEntityBuilder
public ApplicationUserEntity build(org.ofbiz.core.entity.GenericValue genericValue)
EntityBuilder
genericValue
- GenericValue for the entitypublic FieldMap fieldMapFrom(ApplicationUserEntity value)
EntityFactory
value
- the Entity valueCopyright © 2002-2018 Atlassian. All Rights Reserved.