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)
ProjectFactorygetProject in interface ProjectFactoryprojectGV - project generic value@Nonnull public List<Project> getProjects(@Nonnull Collection<org.ofbiz.core.entity.GenericValue> projectGVs)
ProjectFactorygetProjects in interface ProjectFactoryprojectGVs - GenericValues of projects to return.Copyright © 2002-2016 Atlassian. All Rights Reserved.