|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.scheme.DefaultSchemeFactory
public class DefaultSchemeFactory
The implementation of the SchemeFactory
| Constructor Summary | |
|---|---|
DefaultSchemeFactory()
|
|
| Method Summary | |
|---|---|
Scheme |
getScheme(org.ofbiz.core.entity.GenericValue schemeGV)
Will take a GenericValue that represents a Scheme
and return the actual Scheme object and it's associated entities. |
Scheme |
getScheme(org.ofbiz.core.entity.GenericValue schemeGV,
Collection<org.ofbiz.core.entity.GenericValue> schemeEntityGVs)
This will take a GenericValue that represents a Scheme
and a Collection of GenericValue's representing a SchemeEntity
and return the actual Scheme object and it's associated entities as objects. |
List<Scheme> |
getSchemes(List<org.ofbiz.core.entity.GenericValue> schemeGVs)
|
List<Scheme> |
getSchemesWithEntitiesComparable(List<org.ofbiz.core.entity.GenericValue> schemeGVs)
|
Scheme |
getSchemeWithEntitiesComparable(org.ofbiz.core.entity.GenericValue schemeGV)
Will take a GenericValue that represents a Scheme
and return the actual Scheme object and it's associated entities, NOTE: the
entities returned from this method will not have the id field populated
this allows you to test the equality of entities ignoring the fact that
they are actually representing different records in the persistent store. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultSchemeFactory()
| Method Detail |
|---|
public Scheme getScheme(org.ofbiz.core.entity.GenericValue schemeGV)
throws DataAccessException
SchemeFactoryGenericValue that represents a Scheme
and return the actual Scheme object and it's associated entities.
getScheme in interface SchemeFactoryDataAccessException
public List<Scheme> getSchemes(List<org.ofbiz.core.entity.GenericValue> schemeGVs)
throws DataAccessException
getSchemes in interface SchemeFactoryDataAccessExceptionpublic Scheme getSchemeWithEntitiesComparable(org.ofbiz.core.entity.GenericValue schemeGV)
SchemeFactoryGenericValue that represents a Scheme
and return the actual Scheme object and it's associated entities, NOTE: the
entities returned from this method will not have the id field populated
this allows you to test the equality of entities ignoring the fact that
they are actually representing different records in the persistent store.
getSchemeWithEntitiesComparable in interface SchemeFactorypublic List<Scheme> getSchemesWithEntitiesComparable(List<org.ofbiz.core.entity.GenericValue> schemeGVs)
getSchemesWithEntitiesComparable in interface SchemeFactory
public Scheme getScheme(org.ofbiz.core.entity.GenericValue schemeGV,
Collection<org.ofbiz.core.entity.GenericValue> schemeEntityGVs)
SchemeFactoryGenericValue that represents a Scheme
and a Collection of GenericValue's representing a SchemeEntity
and return the actual Scheme object and it's associated entities as objects.
getScheme in interface SchemeFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||