| Modifier and Type | Method and Description |
|---|---|
protected Boolean |
SkuCustomPersistenceHandler.canHandle(PersistencePackage persistencePackage,
OperationType operationType)
Since this is the default for all Skus, it's possible that we are providing custom criteria for this
Sku lookup.
|
| Modifier and Type | Method and Description |
|---|---|
static OperationType |
OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationType[] |
OperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
OperationType |
OperationTypes.getAddType()
How should the system execute an addition for this item
OperationType BASIC will result in the item being inserted
OperationType NONDESTRUCTIVEREMOVE is not supported and will result in the same behavior as BASIC.
|
OperationType |
OperationTypes.getFetchType()
How should the system execute a fetch
OperationType BASIC will result in a search for items having one or more basic properties matches
OperationType FOREINKEY is not support and will result in the same behavior as BASIC.
|
OperationType |
OperationTypes.getInspectType()
OperationType values are generally ignored for inspect and should be defined as BASIC for consistency in most circumstances.
|
OperationType |
OperationTypes.getRemoveType()
How should the system execute a removal of this item.
|
OperationType |
OperationTypes.getUpdateType()
How should the system execute an update for this item
OperationType BASIC will result in the item being updated based on it's primary key
OperationType NONDESTRUCTIVEREMOVE is not supported and will result in the same behavior as BASIC.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OperationTypes.setAddType(OperationType addType)
How should the system execute an addition for this item
OperationType BASIC will result in the item being inserted
OperationType NONDESTRUCTIVEREMOVE is not supported and will result in the same behavior as BASIC.
|
void |
OperationTypes.setFetchType(OperationType fetchType)
How should the system execute a fetch
OperationType BASIC will result in a search for items having one or more basic properties matches
OperationType FOREINKEY is not support and will result in the same behavior as BASIC.
|
void |
OperationTypes.setInspectType(OperationType inspectType)
OperationType values are generally ignored for inspect and should be defined as BASIC for consistency in most circumstances.
|
void |
OperationTypes.setRemoveType(OperationType removeType)
How should the system execute a removal of this item.
|
void |
OperationTypes.setUpdateType(OperationType updateType)
How should the system execute an update for this item
OperationType BASIC will result in the item being updated based on it's primary key
OperationType NONDESTRUCTIVEREMOVE is not supported and will result in the same behavior as BASIC.
|
| Constructor and Description |
|---|
OperationTypes(OperationType fetchType,
OperationType removeType,
OperationType addType,
OperationType updateType,
OperationType inspectType) |
| Modifier and Type | Method and Description |
|---|---|
OperationType |
FieldMetadataOverride.getAddType() |
OperationType |
FieldMetadataOverride.getFetchType() |
OperationType |
FieldMetadataOverride.getInspectType() |
OperationType |
FieldMetadataOverride.getRemoveType() |
OperationType |
FieldMetadataOverride.getUpdateType() |
| Modifier and Type | Method and Description |
|---|---|
void |
FieldMetadataOverride.setAddType(OperationType addType) |
void |
FieldMetadataOverride.setFetchType(OperationType fetchType) |
void |
FieldMetadataOverride.setInspectType(OperationType inspectType) |
void |
FieldMetadataOverride.setRemoveType(OperationType removeType) |
void |
FieldMetadataOverride.setUpdateType(OperationType updateType) |
| Modifier and Type | Method and Description |
|---|---|
protected OperationTypes |
PersistencePackageFactoryImpl.getOperationTypes(OperationType nonInspectOperationType) |
| Modifier and Type | Method and Description |
|---|---|
PersistenceModule |
PersistenceManagerImpl.getCompatibleModule(OperationType operationType) |
| Modifier and Type | Method and Description |
|---|---|
PersistenceModule |
RecordHelper.getCompatibleModule(OperationType operationType) |
PersistenceModule |
BasicPersistenceModule.getCompatibleModule(OperationType operationType) |
PersistenceModule |
InspectHelper.getCompatibleModule(OperationType operationType) |
boolean |
MapStructurePersistenceModule.isCompatible(OperationType operationType) |
boolean |
PersistenceModule.isCompatible(OperationType operationType) |
boolean |
BasicPersistenceModule.isCompatible(OperationType operationType) |
boolean |
AdornedTargetListPersistenceModule.isCompatible(OperationType operationType) |
Copyright © 2015. All rights reserved.