public class ComponentConverter extends Object
| Constructor and Description |
|---|
ComponentConverter() |
| Modifier and Type | Method and Description |
|---|---|
MutableProjectComponent |
convertToComponent(org.ofbiz.core.entity.GenericValue componentGV)
Convert the specified GenericValue representing a MutableProjectComponent object to a MutableProjectComponent
object.
|
Collection<MutableProjectComponent> |
convertToComponents(Collection<org.ofbiz.core.entity.GenericValue> componentGVCollection)
Convert the specified collection of GenericValues representing MutableProjectComponent object to a collection of
MutableProjectComponent objects.
|
ProjectComponent |
convertToProjectComponent(MutableProjectComponent value)
Convert the specified MutableProjectComponent to a ProjectComponent object.
|
Collection<ProjectComponent> |
convertToProjectComponents(Collection<MutableProjectComponent> mutables)
Convert a collection of MutableProjectComponent objects to a collection of ProjectComponent objects.
|
public Collection<MutableProjectComponent> convertToComponents(Collection<org.ofbiz.core.entity.GenericValue> componentGVCollection)
componentGVCollection - collection of GenericValues - each GenericValue represents a ProjectComponentpublic MutableProjectComponent convertToComponent(org.ofbiz.core.entity.GenericValue componentGV)
componentGV - GenericValue object representing a MutableProjectComponent object to be converted to a
MutableProjectComponent objectpublic ProjectComponent convertToProjectComponent(MutableProjectComponent value)
value - MutableProjectComponent to be converted into a ProjectComponent.public Collection<ProjectComponent> convertToProjectComponents(Collection<MutableProjectComponent> mutables)
mutables - collection of MutableProjectComponent objects to convertCopyright © 2002-2018 Atlassian. All Rights Reserved.