public class WorklogEntityFactory extends AbstractEntityFactory<Worklog>
Constructor and Description |
---|
WorklogEntityFactory(Issue issue,
ProjectRoleManager projectRoleManager) |
Modifier and Type | Method and Description |
---|---|
Worklog |
build(org.ofbiz.core.entity.GenericValue gv)
Builds an instance of this Entity from the given GenericValue.
|
Map<String,Object> |
fieldMapFrom(Worklog worklog)
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 WorklogEntityFactory(Issue issue, ProjectRoleManager projectRoleManager)
public Map<String,Object> fieldMapFrom(@Nonnull Worklog worklog)
EntityFactory
worklog
- the Entity valuepublic String getEntityName()
NamedEntityBuilder
public Worklog build(org.ofbiz.core.entity.GenericValue gv)
EntityBuilder
gv
- GenericValue for the entityCopyright © 2002-2019 Atlassian. All Rights Reserved.