public class DefaultSchemeFactory extends Object implements SchemeFactory
Modifier and Type | Field and Description |
---|---|
static String |
ISSUE_SECURITY_SCHEME |
static String |
NOTIFICATION_SCHEME |
static String |
PERMISSION_SCHEME |
static String |
WORKFLOW_SCHEME |
Constructor and Description |
---|
DefaultSchemeFactory() |
Modifier and Type | Method and Description |
---|---|
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. |
public static final String NOTIFICATION_SCHEME
public static final String PERMISSION_SCHEME
public static final String ISSUE_SECURITY_SCHEME
public static final String WORKFLOW_SCHEME
public Scheme getScheme(org.ofbiz.core.entity.GenericValue schemeGV) throws DataAccessException
SchemeFactory
GenericValue
that represents a Scheme
and return the actual Scheme object and it's associated entities.getScheme
in interface SchemeFactory
DataAccessException
public List<Scheme> getSchemes(List<org.ofbiz.core.entity.GenericValue> schemeGVs) throws DataAccessException
getSchemes
in interface SchemeFactory
DataAccessException
public Scheme getSchemeWithEntitiesComparable(org.ofbiz.core.entity.GenericValue schemeGV)
SchemeFactory
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.getSchemeWithEntitiesComparable
in interface SchemeFactory
public 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)
SchemeFactory
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.getScheme
in interface SchemeFactory
Copyright © 2002-2019 Atlassian. All Rights Reserved.