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
SchemeFactoryGenericValue that represents a Scheme
and return the actual Scheme object and it's associated entities.getScheme in interface SchemeFactoryDataAccessExceptionpublic 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 SchemeFactorypublic 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 SchemeFactoryCopyright © 2002-2018 Atlassian. All Rights Reserved.