public class DefaultProjectFactory extends Object implements ProjectFactory
Constructor and Description |
---|
DefaultProjectFactory() |
Modifier and Type | Method and Description |
---|---|
Project |
getProject(org.ofbiz.core.entity.GenericValue projectGV)
Returns a project object that is backed by the given generic value.
|
List<Project> |
getProjects(Collection<org.ofbiz.core.entity.GenericValue> projectGVs)
Returns the collection of Project objects that are backed by the
GenericValue objects in the given collection.
|
@Nullable public Project getProject(@Nullable org.ofbiz.core.entity.GenericValue projectGV)
ProjectFactory
getProject
in interface ProjectFactory
projectGV
- project generic value@Nonnull public List<Project> getProjects(@Nonnull Collection<org.ofbiz.core.entity.GenericValue> projectGVs)
ProjectFactory
getProjects
in interface ProjectFactory
projectGVs
- GenericValues of projects to return.Copyright © 2002-2021 Atlassian. All Rights Reserved.