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, toStringpublic WorklogEntityFactory(Issue issue, ProjectRoleManager projectRoleManager)
public Map<String,Object> fieldMapFrom(@Nonnull Worklog worklog)
EntityFactoryworklog - the Entity valuepublic String getEntityName()
NamedEntityBuilderpublic Worklog build(org.ofbiz.core.entity.GenericValue gv)
EntityBuildergv - GenericValue for the entityCopyright © 2002-2017 Atlassian. All Rights Reserved.