Interface ProductionOnlyRequest
public interface ProductionOnlyRequest
Holder for the
CRITERIA
constant- Author:
- Phillip Verheyden (phillipuniverse)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Determines that all admin persistence request should be in production and skip any workflow/sandbox processing This can be added as customCriteria to anyPersistencePackage#getCustomCriteria()
or any of theAdminPresentationCollection.customCriteria()
,AdminPresentationAdornedTargetCollection.customCriteria()
,AdminPresentationToOneLookup.customCriteria()
annotations.
-
Field Details
-
CRITERIA
Determines that all admin persistence request should be in production and skip any workflow/sandbox processing This can be added as customCriteria to any
PersistencePackage#getCustomCriteria()
or any of theAdminPresentationCollection.customCriteria()
,AdminPresentationAdornedTargetCollection.customCriteria()
,AdminPresentationToOneLookup.customCriteria()
annotations.One use case for this is for all inventory requests in the advanced inventory module. When executing Sku lookups or actually displaying the list of inventory in the admin, all of those requests should be made against production records
This criteria is only utilized within the enterprise module.
- See Also:
-