public interface ProjectFactory
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 Project getProject(@Nullable org.ofbiz.core.entity.GenericValue projectGV)
projectGV
- project generic value@Nonnull List<Project> getProjects(@Nonnull Collection<org.ofbiz.core.entity.GenericValue> projectGVs)
projectGVs
- GenericValues of projects to return.Copyright © 2002-2022 Atlassian. All Rights Reserved.