public class GlobalPermissionEntityFactory extends AbstractEntityFactory<GlobalPermissionEntry>
Modifier and Type | Field and Description |
---|---|
static String |
GROUP |
static String |
PERMISSION |
Constructor and Description |
---|
GlobalPermissionEntityFactory() |
Modifier and Type | Method and Description |
---|---|
GlobalPermissionEntry |
build(org.ofbiz.core.entity.GenericValue gV)
Builds an instance of this Entity from the given GenericValue.
|
Map<String,Object> |
fieldMapFrom(GlobalPermissionEntry 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 PERMISSION
public static final String GROUP
public String getEntityName()
NamedEntityBuilder
public Map<String,Object> fieldMapFrom(GlobalPermissionEntry value)
EntityFactory
value
- the Entity valuepublic GlobalPermissionEntry build(org.ofbiz.core.entity.GenericValue gV)
EntityBuilder
gV
- GenericValue for the entityCopyright © 2002-2023 Atlassian. All Rights Reserved.