| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AbstractAdvancedSavedQuerySearchParameter> |
WherePart.getDynamicParams(SessionContext ctx) |
ComposedType |
ComposedTypeAdvancedSavedQuerySearchParameter.getEnclosingType(SessionContext ctx) |
java.lang.String |
AdvancedSavedQuery.getGeneratedFlexibleSearch(SessionContext ctx) |
java.util.Map |
AdvancedSavedQuery.getParams()
Deprecated.
since ages
|
java.lang.String |
TypedAdvancedSavedQuerySearchParameter.getSearchParameterName(SessionContext ctx) |
java.util.Collection |
ComposedTypeAdvancedSavedQuerySearchParameter.getTypeAttributes(SessionContext ctx) |
java.util.Collection |
TypedAdvancedSavedQuerySearchParameter.getTypeAttributes(SessionContext ctx) |
Type |
TypedAdvancedSavedQuerySearchParameter.getValueType(SessionContext ctx) |
java.util.Collection |
AdvancedSavedQuery.getWhereparts(SessionContext ctx) |
protected boolean |
TypedAdvancedSavedQuerySearchParameter.isStringValueType() |
void |
WherePart.setDynamicParams(SessionContext ctx,
java.util.Collection<AbstractAdvancedSavedQuerySearchParameter> value) |
void |
ComposedTypeAdvancedSavedQuerySearchParameter.setEnclosingType(SessionContext ctx,
ComposedType value) |
void |
TypedAdvancedSavedQuerySearchParameter.setSearchParameterName(SessionContext ctx,
java.lang.String value) |
void |
AdvancedSavedQuery.setWhereparts(SessionContext ctx,
java.util.Collection value) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ItemSyncTimestamp.checkRemovable(SessionContext ctx) |
protected Item |
SyncAttributeDescriptorConfig.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes)
create the item you can delete this method if you don't want to intercept the creation of this item
|
protected Item |
CompareCatalogVersionsCronJob.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes)
create the item you can delete this method if you don't want to intercept the creation of this item
|
protected Item |
SyncItemJob.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes)
Deprecated.
Superclass method overridden to ensure initial attributes
GeneratedSyncItemJob.SOURCEVERSION, and
GeneratedSyncItemJob.TARGETVERSION. |
protected Item |
ItemSyncTimestamp.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
java.util.Collection<Address> |
Company.getAddresses(SessionContext ctx) |
java.util.Map<AttributeDescriptor,java.lang.Boolean> |
SyncItemJob.getAllExportAttributeDescriptors(SessionContext ctx)
Deprecated.
Getter for HMC editor - we pass a map { AttributeDescriptor -> Boolean }
|
java.util.Collection<Language> |
SyncItemJob.getEffectiveSyncLanguages(SessionContext ctx)
Deprecated.
Calculates current effective sync languages.
|
java.util.Collection |
SyncItemJob.getExecutions(SessionContext ctx)
Deprecated.
|
java.util.Collection |
SyncItemCronJob.getFinishedItems(SessionContext ctx)
Deprecated.
|
protected java.lang.Integer |
SyncItemCronJob.getNextChangeNumber(ComposedType changeDescriptorType)
Deprecated.
Performance optimization: we cache the current sequence number in memory.
|
java.util.Collection<AttributeDescriptor> |
ItemSyncTimestamp.getPendingAttributes(SessionContext ctx) |
java.util.Collection |
SyncItemCronJob.getPendingItems(SessionContext ctx)
Deprecated.
|
java.util.List<ComposedType> |
SyncItemJob.getRootTypes(SessionContext ctx)
Deprecated.
|
EnumerationValue |
ProductCatalogVersionDifference.getSourceProductApprovalStatus(SessionContext ctx) |
java.util.Collection<SyncAttributeDescriptorConfig> |
SyncItemJob.getSyncAttributeConfigurations(SessionContext ctx)
Deprecated.
Returns a collection containing a
SyncAttributeDescriptorConfig instance for each declared attribute of
any catalog item type. |
SyncItemJob |
ItemSyncTimestamp.getSyncJob(SessionContext ctx) |
EnumerationValue |
ProductCatalogVersionDifference.getTargetProductApprovalStatus(SessionContext ctx) |
boolean |
SyncItemJob.isAbortable(CronJob conJob)
Deprecated.
The SyncCatalogVersionJob supports aborting.
|
java.lang.Boolean |
SyncItemCronJob.isChangeRecordingEnabled(SessionContext ctx)
Deprecated.
|
java.lang.Boolean |
SyncAttributeDescriptorConfig.isCopyByValue(SessionContext ctx)
Overwritten to implement default value==true for all partOf attributes.
|
java.lang.Boolean |
ItemSyncTimestamp.isOutdated(SessionContext ctx) |
void |
SyncItemJob.remove(SessionContext ctx)
Deprecated.
Removes its
ItemSyncTimestamp instances as well. |
protected void |
ItemSyncDescriptor.removeLinks()
Deprecated.
|
protected void |
ItemSyncTimestamp.removeLinks() |
protected void |
ItemSyncTimestamp.removePartOfItems(SessionContext ctx) |
void |
Company.setAddresses(SessionContext ctx,
java.util.Collection<Address> addresses) |
void |
SyncItemJob.setAllExportAttributeDescriptors(SessionContext ctx,
java.util.Map syncMap)
Deprecated.
setter for HMC editor - we just set the 'includedInSync' attribute
|
void |
SyncItemCronJob.setChangeRecordingEnabled(SessionContext ctx,
boolean enabled)
Deprecated.
Disabled since
SyncItemJobalways requires existence of ItemSyncDescriptorinstances. |
void |
SyncAttributeDescriptorConfig.setCopyByValue(SessionContext ctx,
java.lang.Boolean param)
Allows setting copyByValue to
false only if attribute descriptor is not partOf . |
void |
RemoveCatalogVersionCronJob.setCurrentProcessingItemCount(int prossecingItemCount) |
void |
SyncItemCronJob.setPendingItems(SessionContext ctx,
java.util.Collection items)
Deprecated.
|
void |
SyncItemJob.setRootTypes(SessionContext ctx,
java.util.List<ComposedType> value)
Deprecated.
Overwritten to ensure that each root type is a catalog item type.
|
protected void |
ItemSyncDescriptor.setSequenceNumber(SessionContext ctx,
int param)
Deprecated.
|
void |
SyncItemJob.setSyncAttributeConfigurations(SessionContext ctx,
java.util.Collection param)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected Item |
ClassificationAttributeUnit.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
protected Item |
ClassificationAttributeValue.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
protected Item |
AttributeValueAssignment.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
protected Item |
ClassificationClass.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
protected Item |
ClassificationAttribute.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
protected Item |
ClassAttributeAssignment.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes)
Superclass method overridden to ensure that classification class and attribute is always specified.
|
protected Item |
ClassificationKeyword.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes)
create the item you can delete this method if you don't want to intercept the creation of this item
|
ClassificationSystemVersion |
ClassificationSystem.getActiveCatalogVersion() |
ClassificationSystemVersion |
ClassificationSystem.getActiveCatalogVersion(SessionContext ctx) |
java.util.Map<Language,java.lang.String> |
ClassAttributeAssignment.getAllAttributeValueDisplayString(SessionContext ctx)
All-languages getter for HMC helper attribute
attributeValueDisplayString. |
java.lang.String |
ClassAttributeAssignment.getAttributeValueDisplayString(SessionContext ctx)
Getter for HMC helper attribute
attributeValueDisplayString. |
java.util.List<ClassificationAttributeValue> |
ClassAttributeAssignment.getAttributeValues(SessionContext ctx) |
java.util.Set<CatalogVersion> |
ClassificationSystem.getCatalogVersions(SessionContext ctx) |
java.util.List<ClassificationClass> |
ClassificationAttribute.getClasses(SessionContext ctx) |
java.util.List<ClassificationAttribute> |
ClassificationClass.getClassificationAttributes(SessionContext ctx)
Returns all classification attributes which are available for this class.
|
java.util.Set<ClassificationAttributeUnit> |
ClassificationAttributeUnit.getConvertibleUnits(SessionContext ctx)
Deprecated.
since ages - use classificationSystemService.getConvertibleUnits(attributeUnit)
|
java.util.List<ClassAttributeAssignment> |
ClassificationClass.getDeclaredClassificationAttributeAssignments(SessionContext ctx) |
java.util.List<ClassificationAttribute> |
ClassificationClass.getDeclaredClassificationAttributes(SessionContext ctx) |
java.util.List<ClassificationAttributeValue> |
ClassificationAttribute.getDefaultAttributeValues(SessionContext ctx) |
java.util.List<ClassificationAttribute> |
ClassificationClass.getInheritedClassificationAttributes(SessionContext ctx)
Returns all classification attributes which are available for this class but are assigned to any of its super
classes.
|
void |
ClassificationAttributeValue.remove(SessionContext ctx) |
void |
ClassificationClass.remove(SessionContext ctx)
Removes this class together with all its attribute assignments.
|
void |
ClassificationAttribute.remove(SessionContext ctx) |
void |
ClassAttributeAssignment.remove(SessionContext ctx) |
void |
ClassificationSystem.setActiveCatalogVersion(SessionContext ctx,
CatalogVersion catalogVersion) |
void |
ClassAttributeAssignment.setAttributeValues(SessionContext ctx,
java.util.List<ClassificationAttributeValue> values) |
protected void |
ClassificationSystemVersion.setCatalog(SessionContext ctx,
Catalog param) |
void |
ClassificationSystem.setCatalogVersions(SessionContext ctx,
java.util.Set<CatalogVersion> catalogVersions) |
void |
ClassAttributeAssignment.setClassificationClass(ClassificationClass value) |
void |
ClassificationClass.setDeclaredClassificationAttributeAssignments(SessionContext ctx,
java.util.List<ClassAttributeAssignment> assignments) |
void |
ClassificationAttribute.setDefaultAttributeValues(SessionContext ctx,
java.util.List<ClassificationAttributeValue> _values) |
void |
ClassAttributeAssignment.setFormatDefinition(SessionContext ctx,
java.lang.String format) |
void |
ClassAttributeAssignment.setUnit(SessionContext ctx,
ClassificationAttributeUnit classificationAttributeUnit) |
| Modifier and Type | Method and Description |
|---|---|
protected Item |
CatalogVersionSyncScheduleMedia.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
protected java.util.List<java.util.List> |
CatalogVersionSyncJob.getAttributeAndConfigPairs() |
SyncItemJob.CompletionInfo |
CatalogVersionSyncJob.getCompletionInfo(SyncItemCronJob cronJob) |
java.lang.Integer |
CatalogVersionSyncJob.getCopyCacheSize(SessionContext ctx) |
java.util.Collection |
CatalogVersionSyncCronJob.getFinishedItems()
Deprecated.
since ages
|
java.lang.Integer |
CatalogVersionSyncJob.getMaxSchedulerThreads(SessionContext ctx) |
java.lang.Integer |
CatalogVersionSyncJob.getMaxThreads(SessionContext ctx) |
java.util.Collection |
CatalogVersionSyncCronJob.getPendingItems()
Deprecated.
since ages
|
java.lang.Boolean |
CatalogVersionSyncCronJob.isChangeRecordingEnabled(SessionContext ctx)
Returns always
false. |
java.lang.Boolean |
CatalogVersionSyncJob.isEnableTransactions(SessionContext ctx) |
boolean |
CatalogVersionSyncJob.isPerformable(CronJob cronJob) |
void |
CatalogVersionSyncCronJob.setChangeRecordingEnabled(SessionContext ctx,
boolean enabled)
Disabled.
|
void |
CatalogVersionSyncJob.setCopyCacheSize(SessionContext ctx,
java.lang.Integer size) |
void |
CatalogVersionSyncJob.setEnableTransactions(SessionContext ctx,
java.lang.Boolean enableTransaction) |
void |
CatalogVersionSyncJob.setMaxSchedulerThreads(SessionContext ctx,
java.lang.Integer maxSchedulerThreads) |
void |
CatalogVersionSyncJob.setMaxThreads(SessionContext ctx,
java.lang.Integer maxThreads) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CommentType> |
Component.getAvailableCommentTypes(SessionContext ctx) |
java.util.Collection<Item> |
Comment.getRelatedItems(SessionContext ctx) |
void |
Comment.setRelatedItems(SessionContext ctx,
java.util.Collection<Item> items) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
Formatter.getScript(SessionContext ctx) |
void |
Formatter.setScript(SessionContext ctx,
java.lang.String txt)
Sets the Script for the given Formatter.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map |
RendererTemplate.getAllTemplateScript(SessionContext ctx)
Deprecated.
since ages - as of release 4.3, no replacement, please use
RendererTemplateModel.getTemplateScript(java.util.Locale)
for all locales |
java.lang.String |
RendererTemplate.getContextClassDescription(SessionContext ctx)
Deprecated.
since ages - as of release 4.3, please use
RendererTemplateModel.getContextClassDescription() |
java.lang.String |
RendererTemplate.getTemplateScript(SessionContext ctx)
Deprecated.
since ages - as of release 4.3, no replacement, please use
RendererTemplateModel.getTemplateScript(java.util.Locale) |
void |
RendererTemplate.setAllTemplateScript(SessionContext ctx,
java.util.Map value)
Deprecated.
since ages - as of release 4.3, no replacement, please use
RendererTemplateModel.setTemplateScript(String, java.util.Locale)
for all locales |
void |
RendererTemplate.setTemplateScript(SessionContext ctx,
java.lang.String templateValue)
Deprecated.
since ages - as of release 4.3, please use
RendererTemplateModel.setTemplateScript(String, java.util.Locale) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Job.checkRemovable(SessionContext ctx) |
protected Item |
LogFile.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
protected Item |
Trigger.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
protected Item |
JobLog.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
protected Item |
CleanUpCronJob.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes)
Deprecated.
|
protected Item |
Step.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
protected Item |
JobSearchRestriction.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
protected Item |
CronJob.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
protected Item |
Job.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
java.util.Collection<ChangeDescriptor> |
CronJob.getChanges(SessionContext ctx)
Deprecated.
since ages - not supported in future
|
protected java.util.Map<java.lang.String,java.lang.String> |
CustomAttributesTriggerableJob.getConfigAttributes(CronJob cronjob)
custom mapping for
|
java.util.Collection<LogFile> |
CronJob.getLogFiles(SessionContext ctx) |
EnumerationValue |
CronJob.getLogLevelDatabase(SessionContext ctx) |
EnumerationValue |
CronJob.getLogLevelFile(SessionContext ctx) |
java.lang.String |
CronJob.getLogText(SessionContext ctx)
Deprecated.
since ages - use
CronJobService.getLogsAsText(de.hybris.platform.cronjob.model.CronJobModel)
instead |
protected Item.ItemAttributeMap |
Step.getNonInitialAttributes(SessionContext ctx,
Item.ItemAttributeMap allAttributes) |
protected Item.ItemAttributeMap |
Job.getNonInitialAttributes(SessionContext ctx,
Item.ItemAttributeMap allAttributes) |
java.util.Collection<java.lang.String> |
FlexibleSearchCronJob.getSearchResult(SessionContext ctx)
Deprecated.
the collection of results
|
java.lang.String |
JobLog.getShortMessage(SessionContext ctx)
Returns the first 80 characters of the message (
GeneratedJobLog.getMessage(SessionContext)) of the
JobLog. |
java.util.List<Step> |
BatchJob.getSteps()
Returns a
List of all Steps of the BatchJob. |
java.util.List<Step> |
BatchJob.getSteps(SessionContext ctx)
Returns a
List of all Steps of the BatchJob. |
boolean |
GenericCSVImportStep.isAbortable() |
boolean |
CSVExportStep.isAbortable() |
boolean |
GetURLStep.isAbortable() |
boolean |
MoveMediaJob.isAbortable(CronJob conJob)
Deprecated.
|
boolean |
BatchJob.isAbortable(CronJob cronJob)
Is abortable if the current step supports abort (see
Step.isAbortable(). |
java.lang.Boolean |
JobMedia.isLocked(SessionContext ctx) |
boolean |
MoveMediaJob.isPerformable(CronJob cronJob)
Deprecated.
|
void |
BatchJob.remove(SessionContext ctx) |
void |
RemoveItemsCronJob.remove(SessionContext ctx) |
void |
CronJob.remove(SessionContext ctx) |
void |
Job.remove(SessionContext ctx)
First all assigned
CronJobs were removed, than the Job itself. |
protected void |
LogFile.removeLinks() |
protected void |
JobLog.removeLinks()
Superclass method overridden to disable searching for links during removal since JobLogs are not linked.
|
protected void |
ChangeDescriptor.removeLinks()
Superclass method overridden to skip searching for links during removal since change descriptors are not linked
and should never be!
|
void |
Trigger.setActivationTime(SessionContext ctx,
java.util.Date activationTime)
Deprecated.
since ages - use
GeneratedTrigger.setCronExpression(String) to cover scheduling |
void |
Job.setCode(SessionContext ctx,
java.lang.String code) |
void |
CronJob.setEndTime(java.util.Date end)
Sets the end time.
|
void |
CompositeEntry.setExecutableCronJob(SessionContext ctx,
CronJob value) |
void |
RemoveItemsCronJob.setItemsDeleted(int param)
Save number of already deleted items.
|
void |
RemoveItemsCronJob.setItemsFound(int param)
Save number of found (and to deleting) items.
|
void |
RemoveItemsCronJob.setItemsRefused(int param)
Save number of items which can't be deleted.
|
protected void |
CronJob.setJob(SessionContext ctx,
Job job) |
void |
JobMedia.setLocked(SessionContext ctx,
java.lang.Boolean value) |
void |
CronJob.setLogFiles(SessionContext ctx,
java.util.Collection<LogFile> param) |
void |
Trigger.setMaxAcceptableDelay(int seconds) |
void |
Trigger.setMaxAcceptableDelay(java.lang.Integer value) |
void |
Trigger.setMaxAcceptableDelay(SessionContext ctx,
int value) |
void |
Trigger.setMaxAcceptableDelay(SessionContext ctx,
java.lang.Integer value)
The field MaxAcceptableDelayS describes how long after the job was scheduled can it still be triggered.
|
void |
CronJob.setNodeGroup(SessionContext ctx,
java.lang.String value) |
void |
CronJob.setNodeID(SessionContext ctx,
java.lang.Integer value) |
void |
MediaProcessCronJob.setNonInitialAttributes(SessionContext ctx,
Item item,
Item.ItemAttributeMap nonInitialAttributes) |
void |
FlexibleSearchCronJob.setNonInitialAttributes(SessionContext ctx,
Item item,
Item.ItemAttributeMap nonInitialAttributes)
Deprecated.
|
void |
URLCronJob.setNonInitialAttributes(SessionContext ctx,
Item item,
Item.ItemAttributeMap nonInitialAttributes)
Deprecated.
|
void |
Step.setNonInitialAttributes(SessionContext ctx,
Item item,
Item.ItemAttributeMap nonInitialAttributes) |
void |
Job.setNonInitialAttributes(SessionContext ctx,
Item item,
Item.ItemAttributeMap nonInitialAttributes) |
void |
CronJob.setRequestAbort(SessionContext ctx,
java.lang.Boolean abortRequested)
Sets the abort flag to the specified value.
|
void |
CronJob.setResult(EnumerationValue result)
Sets the result.
|
void |
CronJob.setStartTime(java.util.Date start)
Sets the end time.
|
void |
CronJob.setStatus(EnumerationValue status)
Sets the status.
|
void |
BatchJob.setSteps(SessionContext ctx,
java.util.List<Step> steps)
Sets the
Steps of the BatchJob and deletes all Steps which were assigned
before and which are not part of the specified Collection. |
void |
CompositeEntry.setTriggerableJob(SessionContext ctx,
Job value) |
void |
CleanUpCronJob.setXDaysOld(SessionContext ctx,
java.lang.Integer value)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected Item |
Zone.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
protected Item |
ZoneDeliveryMode.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
protected Item |
ZoneDeliveryModeValue.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
PriceValue |
ZoneDeliveryMode.getCost(SessionContext ctx,
AbstractOrder order)
Deprecated.
de.hybris.platform.order.strategies.calculation.FindDeliveryCostStrategy.getDeliveryCost(AbstractOrderModel)
when the Hybris Platform is configured to use the service-layer based (the 'pdt.calculation.mode' is set to the 'sl' value) cart calculation
(prices, tax & discounts) processing strategy. |
void |
Zone.setCode(SessionContext ctx,
java.lang.String code) |
void |
ZoneDeliveryModeValue.setCurrency(SessionContext ctx,
Currency value) |
void |
ZoneDeliveryModeValue.setMinimum(SessionContext ctx,
java.lang.Double value) |
void |
ZoneDeliveryMode.setPropertyName(SessionContext ctx,
java.lang.String name) |
void |
ZoneDeliveryModeValue.setValue(SessionContext ctx,
java.lang.Double value) |
| Modifier and Type | Method and Description |
|---|---|
protected Item |
SavedValues.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
protected Item |
SavedValueEntry.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes)
create the item you can delete this method if you don't want to intercept the creation of this item
|
java.util.Collection<Language> |
UserProfile.getAllReadableLanguages(SessionContext ctx) |
java.util.Collection<Language> |
UserProfile.getAllWritableLanguages(SessionContext ctx) |
java.lang.String |
SavedValues.getChangedAttributes(SessionContext ctx) |
java.lang.Object |
SavedValueEntry.getNewValue(SessionContext ctx) |
java.lang.Integer |
SavedValues.getNumberOfChangedAttributes(SessionContext ctx) |
java.lang.Object |
SavedValueEntry.getOldValue(SessionContext ctx) |
java.util.List<Language> |
UserProfile.getReadableLanguages(SessionContext ctx) |
java.util.List<Language> |
UserProfile.getWritableLanguages(SessionContext ctx) |
java.lang.Boolean |
UserProfile.isExpandInitial(SessionContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected Item |
ImpExMedia.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
java.lang.String |
ImpExMedia.getPreview(SessionContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected Item |
ImpExImportCronJob.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
protected Item |
ImpExExportCronJob.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
java.lang.Character |
ImpExExportCronJob.getCommentCharacter(SessionContext ctx) |
java.lang.String |
ImpExExportCronJob.getDataExportMediaCode(SessionContext ctx) |
java.lang.Character |
ImpExExportCronJob.getFieldSeparator(SessionContext ctx) |
java.lang.Integer |
ImpExImportCronJob.getMaxThreads(SessionContext ctx) |
java.lang.Integer |
ImpExImportJob.getMaxThreads(SessionContext ctx) |
java.lang.String |
ImpExExportCronJob.getMediasExportMediaCode(SessionContext ctx) |
java.lang.Character |
ImpExExportCronJob.getQuoteCharacter(SessionContext ctx) |
java.lang.String |
ImpExImportCronJob.getZipentry(SessionContext ctx) |
boolean |
ImpExImportJob.isAbortable(CronJob cronJob) |
boolean |
ImpExImportJob.isPerformable(CronJob cronJob) |
void |
ImpExImportCronJob.setMaxThreads(SessionContext ctx,
java.lang.Integer value) |
void |
ImpExImportJob.setMaxThreads(SessionContext ctx,
java.lang.Integer integer) |
void |
ImpExImportCronJob.setZipentry(SessionContext ctx,
java.lang.String value) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExtensibleItem
Each extensible item can have several additional properties.
|
class |
GenericItem
This class represents a generic item.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalizableItem
The superclass of all items which can have localized properties.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Currency.checkRemovable(SessionContext ctx) |
protected Item |
Country.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
protected Item |
Region.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
protected Item |
Currency.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
protected Item |
Language.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
java.lang.Double |
Currency.getConversion(SessionContext ctx) |
protected java.util.Map<java.lang.String,Item.AttributeMode> |
Currency.getDefaultAttributeModes() |
java.lang.Integer |
Currency.getDigits(SessionContext ctx) |
java.util.List<Language> |
Language.getFallbackLanguages(SessionContext ctx) |
java.lang.Boolean |
C2LItem.isActive(SessionContext ctx) |
java.lang.Boolean |
Currency.isBase(SessionContext ctx) |
void |
Language.remove(SessionContext ctx)
Removes this
Language. |
void |
C2LItem.setActive(SessionContext ctx,
java.lang.Boolean active)
Sets this item active or passive.
|
void |
Currency.setBase(SessionContext ctx,
java.lang.Boolean value) |
void |
Currency.setConversion(SessionContext ctx,
java.lang.Double value) |
void |
Region.setCountry(SessionContext ctx,
Country value)
Assigns this
Region to the specified Country. |
void |
Currency.setDigits(SessionContext ctx,
java.lang.Integer digits)
Changes the number of digits used by this currency.
|
void |
Language.setFallbackLanguages(SessionContext ctx,
java.util.List<Language> fallBackTo) |
void |
C2LItem.setIsocode(SessionContext ctx,
java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
protected Item |
SavedQuery.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
java.util.Map<java.lang.String,Type> |
SavedQuery.getAllParams(SessionContext ctx) |
void |
SavedQuery.setCode(SessionContext ctx,
java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
protected Item |
MediaFormatMapping.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
protected Item |
MediaFormat.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
protected Item |
MediaFolder.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
protected Item |
MediaContext.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
void |
MediaFolder.remove(SessionContext ctx) |
void |
MediaContext.setMappings(SessionContext ctx,
java.util.Collection<MediaFormatMapping> value)
Sets given format mappings for this container.
|
void |
MediaFormatMapping.setMediaContext(SessionContext ctx,
MediaContext value)
Sets the context this mapping will be managed by.
|
protected void |
MediaFolder.setPath(SessionContext ctx,
java.lang.String value)
Deprecated.
since ages - it is not used anywhere
|
void |
MediaFormat.setQualifier(SessionContext ctx,
java.lang.String value)
Sets the qualifier of this context.
|
void |
MediaFolder.setQualifier(SessionContext ctx,
java.lang.String value)
Deprecated.
since ages - - qualifier uniqueness is checked now before model save with
MediaFolderValidator |
protected void |
MediaFormatMapping.setSource(SessionContext ctx,
MediaFormat value)
Sets the source format.
|
protected void |
MediaFormatMapping.setTarget(SessionContext ctx,
MediaFormat value)
Sets the target format.
|
| Modifier and Type | Method and Description |
|---|---|
protected Item |
Order.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
protected Item |
Cart.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
protected Item |
AbstractOrderEntry.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
protected Item |
AbstractOrder.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
protected java.lang.String |
Order.getAbstractOrderEntryTypeCode() |
protected java.lang.String |
Cart.getAbstractOrderEntryTypeCode() |
protected java.lang.String |
Quote.getAbstractOrderEntryTypeCode() |
java.util.Date |
AbstractOrder.getDate(SessionContext ctx)
The creation date of an order.
|
protected java.util.Map<java.lang.String,Item.AttributeMode> |
Order.getDefaultAttributeModes() |
java.util.List<AbstractOrderEntry> |
AbstractOrder.getEntries() |
java.util.List<AbstractOrderEntry> |
AbstractOrder.getEntries(SessionContext ctx) |
AbstractOrder |
AbstractOrderEntry.getOrder(SessionContext ctx)
This entrys order.
|
java.lang.Double |
AbstractOrder.getTotalDiscounts()
returns the sum of all discounts of this (calculated) order.
|
java.lang.Double |
AbstractOrder.getTotalTax()
The calculated total tax amount of this order.
|
java.lang.Boolean |
AbstractOrder.isCalculated()
Shows if this order was calculated before.
|
java.lang.Boolean |
AbstractOrderEntry.isCalculated(SessionContext ctx)
Shows if this entry was calculated before.
|
java.lang.Boolean |
AbstractOrder.isCalculated(SessionContext ctx)
Shows if this order was calculated before.
|
java.lang.Boolean |
AbstractOrderEntry.isGiveAway(SessionContext ctx)
Shows if this entry will be treated as a give away (that is, for free).
|
java.lang.Boolean |
AbstractOrder.isNet()
The gross / net status of this order.
|
java.lang.Boolean |
AbstractOrderEntry.isRejected(SessionContext ctx)
Shows if the GIVEAWAY flag of this entry will be ignored.
|
void |
Order.remove(SessionContext ctx) |
void |
AbstractOrderEntry.remove(SessionContext ctx)
This method delegates to
AbstractOrder.removeEntry(AbstractOrderEntry) instead of removing the item
directly. |
void |
AbstractOrder.remove(SessionContext ctx) |
void |
AbstractOrderEntry.setBasePrice(SessionContext ctx,
java.lang.Double price)
Sets the calculated base price for this entry.
|
void |
AbstractOrder.setCode(SessionContext ctx,
java.lang.String code)
Sets the order code.
|
void |
AbstractOrder.setCode(java.lang.String code)
Sets the order code.
|
void |
AbstractOrder.setCurrency(Currency curr)
Changes the currency for all pricing informations of this order.
|
void |
AbstractOrder.setCurrency(SessionContext ctx,
Currency curr)
Changes the currency for all pricing informations of this order.
|
void |
AbstractOrder.setDate(java.util.Date date)
Changes creation date of an order.
|
void |
AbstractOrder.setDate(SessionContext ctx,
java.util.Date date)
Changes creation date of an order.
|
void |
Order.setDeliveryAddress(Address adr)
Contrary to
AbstractOrder.setDeliveryAddress(Address) this method copies the given address and assigns the
copied address as delivery address! |
void |
AbstractOrder.setDeliveryAddress(Address address)
Changes the delivery address.
|
void |
Order.setDeliveryAddress(SessionContext ctx,
Address address)
Contrary to
AbstractOrder.setDeliveryAddress(SessionContext, Address) this method copies the given address
and assigns the copied address as delivery address! |
void |
AbstractOrder.setDeliveryAddress(SessionContext ctx,
Address address)
Changes the delivery address.
|
void |
AbstractOrder.setDeliveryCost(SessionContext ctx,
java.lang.Double value) |
void |
AbstractOrder.setDeliveryMode(DeliveryMode mode)
Changes the chosen delivery mode for this order.
|
void |
AbstractOrder.setDeliveryMode(SessionContext ctx,
DeliveryMode mode)
Changes the chosen delivery mode for this order.
|
void |
AbstractOrder.setDeliveryStatus(EnumerationValue deliveryStatus)
Changes the order delivery status.
|
void |
AbstractOrder.setDeliveryStatus(SessionContext ctx,
EnumerationValue deliveryStatus)
Changes the order delivery status.
|
void |
AbstractOrder.setDiscountsIncludeDeliveryCost(SessionContext ctx,
java.lang.Boolean value) |
void |
AbstractOrder.setDiscountsIncludePaymentCost(SessionContext ctx,
java.lang.Boolean value) |
void |
AbstractOrder.setEntries(java.util.List<AbstractOrderEntry> value) |
void |
AbstractOrder.setEntries(SessionContext ctx,
java.util.List<AbstractOrderEntry> value) |
void |
AbstractOrderEntry.setEntryNumber(SessionContext ctx,
java.lang.Integer number)
Sets the entry number.
|
void |
AbstractOrderEntry.setGiveAway(SessionContext ctx,
java.lang.Boolean giveaway) |
void |
AbstractOrder.setNet(boolean net)
Changes the gross / net status of this order.
|
void |
AbstractOrder.setNet(SessionContext ctx,
boolean net)
Changes the gross / net status of this order.
|
void |
AbstractOrderEntry.setOrder(SessionContext ctx,
AbstractOrder value) |
void |
Order.setPaymentAddress(Address adr)
Contrary to
AbstractOrder.setPaymentAddress(Address) this method copies the given address and assigns the
copied address as payment address! |
void |
AbstractOrder.setPaymentAddress(Address adr)
Changes the payment address of this order.
|
void |
Order.setPaymentAddress(SessionContext ctx,
Address address)
Contrary to
AbstractOrder.setPaymentAddress(Address) this method copies the given address and assigns the
copied address as payment address! |
void |
AbstractOrder.setPaymentAddress(SessionContext ctx,
Address adr)
Changes the payment address of this order.
|
void |
AbstractOrder.setPaymentCost(SessionContext ctx,
java.lang.Double value) |
void |
Order.setPaymentInfo(PaymentInfo info)
Contrary to
GeneratedAbstractOrder.setPaymentInfo(PaymentInfo) this method copies the given payment info and
assigns the copy as info item! |
void |
Order.setPaymentInfo(SessionContext ctx,
PaymentInfo info)
Contrary to
GeneratedAbstractOrder.setPaymentInfo(SessionContext, PaymentInfo) this method copies the given payment
info and assigns the copy as info item! |
void |
AbstractOrder.setPaymentMode(PaymentMode mode)
Changes the payment mode of this order.
|
void |
AbstractOrder.setPaymentMode(SessionContext ctx,
PaymentMode mode)
Changes the payment mode of this order.
|
void |
AbstractOrder.setPaymentStatus(EnumerationValue paymentStatus)
Changes the payment order status.
|
void |
AbstractOrder.setPaymentStatus(SessionContext ctx,
EnumerationValue paymentStatus)
Changes the order payment status.
|
void |
AbstractOrderEntry.setProduct(SessionContext ctx,
Product product)
Changes the ordered product.
|
void |
AbstractOrderEntry.setQuantity(SessionContext ctx,
java.lang.Long qtd)
Changes the number of ordered products.
|
void |
AbstractOrderEntry.setRejected(SessionContext ctx,
java.lang.Boolean rejected) |
void |
AbstractOrder.setStatus(EnumerationValue status)
Changes the order status.
|
void |
AbstractOrder.setStatus(SessionContext ctx,
EnumerationValue status)
Changes the order status.
|
void |
AbstractOrderEntry.setUnit(SessionContext ctx,
Unit unit)
Changes the unit of the ordered amount. Please note that this resets the entry in the 'uncalculated' status
since prices might also depend on units.
|
void |
AbstractOrder.setUser(SessionContext ctx,
User user)
Changes the user which this order belongs to.
|
void |
AbstractOrder.setUser(User user)
Changes the user which this order belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DeliveryMode.checkRemovable(SessionContext ctx) |
protected Item |
DeliveryMode.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
java.util.Collection<PaymentMode> |
DeliveryMode.getSupportedPaymentModes(SessionContext ctx)
Gets all payment modes supported by this delivery mode.
|
void |
DeliveryMode.setCode(SessionContext ctx,
java.lang.String code)
Sets the code of this delivery mode.
|
void |
DeliveryMode.setCode(java.lang.String code)
Sets the code of this delivery mode.
|
void |
DeliveryMode.setSupportedPaymentModes(SessionContext ctx,
java.util.Collection paymentModes)
Sets all payment modes supported by this delivery mode.
|
| Modifier and Type | Method and Description |
|---|---|
protected Item |
PaymentMode.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
java.util.Collection<DeliveryMode> |
PaymentMode.getSupportedDeliveryModes(SessionContext ctx) |
void |
PaymentMode.remove(SessionContext ctx) |
void |
PaymentMode.setCode(SessionContext ctx,
java.lang.String code)
Sets the code of this payment mode.
|
void |
PaymentMode.setCode(java.lang.String code)
Sets the code of this payment mode.
|
| Modifier and Type | Method and Description |
|---|---|
protected Item |
Tax.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
protected Item |
Discount.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
java.lang.String |
Discount.getDiscountString(SessionContext ctx) |
java.lang.Integer |
Discount.getPriority(SessionContext ctx) |
java.lang.Double |
Discount.getValue(SessionContext ctx) |
java.lang.Boolean |
Tax.isAbsolute(SessionContext ctx) |
java.lang.Boolean |
Discount.isAbsolute(SessionContext ctx) |
void |
Tax.setCode(SessionContext ctx,
java.lang.String code)
Changes the code of this tax.
|
void |
Discount.setCode(SessionContext ctx,
java.lang.String code)
Changes the code of this discount object.
|
| Modifier and Type | Method and Description |
|---|---|
protected Item |
Unit.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
| Modifier and Type | Method and Description |
|---|---|
protected Item |
UserRight.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
void |
UserRight.remove(SessionContext ctx) |
void |
UserRight.setCode(SessionContext ctx,
java.lang.String value)
Sets the code of this right.
|
| Modifier and Type | Method and Description |
|---|---|
protected Item |
Title.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
void |
Title.setCode(SessionContext ctx,
java.lang.String value)
Sets the code of this context.
|
| Modifier and Type | Method and Description |
|---|---|
protected Item |
StandardPaymentModeValue.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
PriceValue |
StandardPaymentMode.getCost(SessionContext ctx,
AbstractOrder order)
Deprecated.
since ages - use de.hybris.platform.order.PaymentModeService.getCost(StandardPaymentModeModel, AbstractOrderModel)
|
void |
StandardPaymentModeValue.setCurrency(SessionContext ctx,
Currency currency) |
protected void |
StandardPaymentModeValue.setPaymentMode(SessionContext ctx,
StandardPaymentMode value) |
void |
StandardPaymentModeValue.setValue(SessionContext ctx,
java.lang.Double value) |
| Modifier and Type | Method and Description |
|---|---|
protected ComposedType |
TestOrder.getCustomEntryType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServicelayerJob.isAbortable(CronJob conJob) |
| Modifier and Type | Method and Description |
|---|---|
protected Item |
InMemoryCartEntry.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
protected Item |
InMemoryCart.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes)
Returns a new wizard instance.
|
protected java.lang.String |
InMemoryCart.getAbstractOrderEntryTypeCode() |
java.util.List |
InMemoryCart.getAllEntries()
Deprecated.
since ages
|
java.lang.Double |
InMemoryCartEntry.getBasePrice(SessionContext ctx)
Overwritten to provide in-memory implementation.
|
java.lang.String |
InMemoryCart.getCode(SessionContext ctx)
Overwritten to provide in-memory implementation.
|
Currency |
InMemoryCart.getCurrency(SessionContext ctx)
Overwritten to provide in-memory implementation.
|
Address |
InMemoryCart.getDeliveryAddress(SessionContext ctx)
Overwritten to provide in-memory implementation.
|
double |
InMemoryCart.getDeliveryCosts(SessionContext ctx)
Overwritten to provide in-memory implementation.
|
DeliveryMode |
InMemoryCart.getDeliveryMode(SessionContext ctx)
Overwritten to provide in-memory implementation.
|
EnumerationValue |
InMemoryCart.getDeliveryStatus(SessionContext ctx)
Overwritten to provide in-memory implementation.
|
java.lang.String |
InMemoryCartEntry.getDiscountValuesInternal(SessionContext ctx) |
java.util.Collection |
InMemoryCart.getEntries(int startIdx,
int endIdx)
Overwritten to provide in-memory list of entries.
|
java.util.List |
InMemoryCart.getEntries(SessionContext ctx) |
java.util.List |
InMemoryCart.getEntriesByProduct(Product product)
Overwritten to provide in-memory list of entries.
|
AbstractOrderEntry |
InMemoryCart.getEntry(int index)
Overwritten to provide in-memory list of entries.
|
java.lang.Integer |
InMemoryCartEntry.getEntryNumber()
Overwritten to provide in-memory implementation.
|
java.lang.String |
InMemoryCart.getGlobalDiscountValuesInternal(SessionContext ctx) |
java.lang.String |
InMemoryCartEntry.getInfo(SessionContext ctx)
Overwritten to provide in-memory implementation.
|
protected Item.ItemAttributeMap |
InMemoryCartEntry.getNonInitialAttributes(SessionContext ctx,
Item.ItemAttributeMap allAttributes) |
protected Item.ItemAttributeMap |
InMemoryCart.getNonInitialAttributes(SessionContext ctx,
Item.ItemAttributeMap allAttributes) |
AbstractOrder |
InMemoryCartEntry.getOrder(SessionContext ctx)
Overwritten to provide in-memory implementation.
|
Address |
InMemoryCart.getPaymentAddress(SessionContext ctx)
Overwritten to provide in-memory implementation.
|
double |
InMemoryCart.getPaymentCosts(SessionContext ctx)
Overwritten to provide in-memory implementation.
|
PaymentInfo |
InMemoryCart.getPaymentInfo(SessionContext ctx)
Overwritten to provide in-memory implementation.
|
PaymentMode |
InMemoryCart.getPaymentMode(SessionContext ctx)
Overwritten to provide in-memory implementation.
|
EnumerationValue |
InMemoryCart.getPaymentStatus(SessionContext ctx)
Overwritten to provide in-memory implementation.
|
Product |
InMemoryCartEntry.getProduct(SessionContext ctx)
Overwritten to provide in-memory implementation.
|
java.lang.Long |
InMemoryCartEntry.getQuantity(SessionContext ctx)
Overwritten to provide in-memory implementation.
|
EnumerationValue |
InMemoryCart.getStatus(SessionContext ctx)
Overwritten to provide in-memory implementation.
|
java.lang.String |
InMemoryCart.getStatusInfo(SessionContext ctx)
Overwritten to provide in-memory implementation.
|
java.lang.Double |
InMemoryCart.getSubtotal(SessionContext ctx)
Overwritten to provide in-memory implementation.
|
java.lang.String |
InMemoryCartEntry.getTaxValuesInternal(SessionContext ctx) |
double |
InMemoryCart.getTotal(SessionContext ctx)
Overwritten to provide in-memory implementation.
|
java.lang.Double |
InMemoryCart.getTotalDiscounts(SessionContext ctx)
Overwritten to provide in-memory implementation.
|
java.lang.Double |
InMemoryCartEntry.getTotalPrice(SessionContext ctx)
Overwritten to provide in-memory implementation.
|
java.lang.Double |
InMemoryCart.getTotalTax(SessionContext ctx)
Overwritten to provide in-memory implementation.
|
java.lang.String |
InMemoryCart.getTotalTaxValuesInternal(SessionContext ctx) |
Unit |
InMemoryCartEntry.getUnit(SessionContext ctx)
Overwritten to provide in-memory implementation.
|
User |
InMemoryCart.getUser(SessionContext ctx)
Overwritten to provide in-memory implementation.
|
java.lang.Boolean |
InMemoryCartEntry.isCalculated(SessionContext ctx)
Overwritten to provide in-memory implementation.
|
java.lang.Boolean |
InMemoryCart.isCalculated(SessionContext ctx)
Overwritten to provide in-memory implementation.
|
java.lang.Boolean |
InMemoryCart.isDiscountsIncludeDeliveryCost(SessionContext ctx)
Overwritten to provide in-memory implementation.
|
java.lang.Boolean |
InMemoryCart.isDiscountsIncludePaymentCost(SessionContext ctx)
Overwritten to provide in-memory implementation.
|
java.lang.Boolean |
InMemoryCartEntry.isGiveAway(SessionContext ctx)
Overwritten to provide in-memory implementation.
|
java.lang.Boolean |
InMemoryCart.isNet(SessionContext ctx)
Overwritten to provide in-memory implementation.
|
java.lang.Boolean |
InMemoryCartEntry.isRejected(SessionContext ctx)
Overwritten to provide in-memory implementation.
|
protected void |
InMemoryCart.setAllEntries(SessionContext ctx,
java.util.List entries)
Deprecated.
since ages
|
void |
InMemoryCartEntry.setBasePrice(SessionContext ctx,
double price)
Overwritten to provide in-memory implementation.
|
void |
InMemoryCartEntry.setCalculated(SessionContext ctx,
boolean calculated)
Overwritten to provide in-memory implementation.
|
void |
InMemoryCart.setCalculated(SessionContext ctx,
boolean calculated)
Overwritten to provide in-memory implementation.
|
void |
InMemoryCart.setCode(SessionContext ctx,
java.lang.String code)
Overwritten to provide in-memory implementation.
|
void |
InMemoryCart.setCurrency(SessionContext ctx,
Currency curr)
Overwritten to provide in-memory implementation.
|
void |
InMemoryCart.setDate(SessionContext ctx,
java.util.Date date)
Overwritten to provide in-memory implementation.
|
void |
InMemoryCart.setDeliveryAddress(SessionContext ctx,
Address address)
Overwritten to provide in-memory implementation.
|
void |
InMemoryCart.setDeliveryCosts(SessionContext ctx,
double deliveryCost)
Overwritten to provide in-memory implementation.
|
void |
InMemoryCart.setDeliveryMode(SessionContext ctx,
DeliveryMode mode)
Overwritten to provide in-memory implementation.
|
void |
InMemoryCart.setDeliveryStatus(SessionContext ctx,
EnumerationValue ds)
Overwritten to provide in-memory implementation.
|
void |
InMemoryCart.setDiscountsIncludeDeliveryCost(SessionContext ctx,
java.lang.Boolean value)
Overwritten to provide in-memory implementation.
|
void |
InMemoryCart.setDiscountsIncludePaymentCost(SessionContext ctx,
java.lang.Boolean value)
Overwritten to provide in-memory implementation.
|
void |
InMemoryCartEntry.setDiscountValuesInternal(SessionContext ctx,
java.lang.String value) |
void |
InMemoryCart.setEntries(SessionContext ctx,
java.util.List<AbstractOrderEntry> value) |
protected void |
InMemoryCartEntry.setEntryNumberDirect(int nr) |
void |
InMemoryCartEntry.setGiveAway(SessionContext ctx,
boolean giveaway)
Overwritten to provide in-memory implementation.
|
void |
InMemoryCart.setGlobalDiscountValuesInternal(SessionContext ctx,
java.lang.String value) |
void |
InMemoryCartEntry.setInfo(SessionContext ctx,
java.lang.String info)
Overwritten to provide in-memory implementation.
|
void |
InMemoryCart.setNet(SessionContext ctx,
boolean net)
Overwritten to provide in-memory implementation.
|
void |
InMemoryCartEntry.setOrder(SessionContext ctx,
AbstractOrder order) |
void |
InMemoryCart.setPaymentAddress(SessionContext ctx,
Address adr)
Overwritten to provide in-memory implementation.
|
void |
InMemoryCart.setPaymentCosts(SessionContext ctx,
double paymentCost)
Overwritten to provide in-memory implementation.
|
void |
InMemoryCart.setPaymentInfo(SessionContext ctx,
PaymentInfo info)
Overwritten to provide in-memory implementation.
|
void |
InMemoryCart.setPaymentMode(SessionContext ctx,
PaymentMode mode)
Overwritten to provide in-memory implementation.
|
void |
InMemoryCart.setPaymentStatus(SessionContext ctx,
EnumerationValue ps)
Overwritten to provide in-memory implementation.
|
void |
InMemoryCartEntry.setProduct(SessionContext ctx,
Product p)
Overwritten to provide in-memory implementation.
|
void |
InMemoryCartEntry.setQuantity(SessionContext ctx,
long qtd)
Overwritten to provide in-memory implementation.
|
void |
InMemoryCartEntry.setRejected(SessionContext ctx,
boolean rejected)
Overwritten to provide in-memory implementation.
|
void |
InMemoryCart.setStatus(SessionContext ctx,
EnumerationValue s)
Overwritten to provide in-memory implementation.
|
void |
InMemoryCart.setStatusInfo(SessionContext ctx,
java.lang.String s)
Overwritten to provide in-memory implementation.
|
void |
InMemoryCart.setSubtotal(SessionContext ctx,
double price)
Overwritten to provide in-memory implementation.
|
void |
InMemoryCartEntry.setTaxValuesInternal(SessionContext ctx,
java.lang.String value) |
void |
InMemoryCart.setTotal(SessionContext ctx,
double price)
Overwritten to provide in-memory implementation.
|
void |
InMemoryCart.setTotalDiscounts(SessionContext ctx,
double totalDiscounts)
Overwritten to provide in-memory implementation.
|
void |
InMemoryCartEntry.setTotalPrice(SessionContext ctx,
double price)
Overwritten to provide in-memory implementation.
|
void |
InMemoryCart.setTotalTax(SessionContext ctx,
double taxes)
Overwritten to provide in-memory implementation.
|
void |
InMemoryCart.setTotalTaxValuesInternal(SessionContext ctx,
java.lang.String value) |
void |
InMemoryCartEntry.setUnit(SessionContext ctx,
Unit unit)
Overwritten to provide in-memory implementation.
|
void |
InMemoryCart.setUser(SessionContext ctx,
User user)
Overwritten to provide in-memory implementation.
|
| Modifier and Type | Method and Description |
|---|---|
protected Item |
Task.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
protected Item |
TaskCondition.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<Language,java.lang.String> |
AbstractConstraint.getAllDefaultMessage(SessionContext ctx) |
java.lang.String |
AbstractConstraint.getDefaultMessage(SessionContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected Item |
WorkflowActionTemplate.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes)
Deprecated.
|
protected Item |
AbstractWorkflowAction.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
protected Item |
WorkflowItemAttachment.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes)
Deprecated.
|
protected Item |
WorkflowAction.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes)
Deprecated.
|
protected Item |
WorkflowTemplate.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes)
Deprecated.
|
protected Item |
AbstractWorkflowDecision.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes) |
java.lang.String |
WorkflowItemAttachment.getActionStr(SessionContext ctx)
Deprecated.
|
java.util.List<Item> |
WorkflowAction.getAttachmentItems(SessionContext ctx)
Deprecated.
|
ComposedType |
WorkflowActionTemplate.getCreationType(SessionContext ctx)
Deprecated.
|
java.util.List<Link> |
WorkflowAction.getIncomingLinks(SessionContext ctx)
Deprecated.
since ages - as of release 4.3, private method in
WorkflowProcessingService |
java.lang.String |
WorkflowAction.getIncomingLinksStr(SessionContext ctx)
Deprecated.
|
java.util.List<Link> |
WorkflowActionTemplate.getIncomingLinkTemplates(SessionContext ctx)
Deprecated.
|
java.lang.String |
WorkflowActionTemplate.getIncomingLinkTemplatesStr(SessionContext ctx)
Deprecated.
|
protected JaloPropertyContainer |
AbstractWorkflowAction.getInitialProperties(JaloSession jaloSession,
Item.ItemAttributeMap allAttributes) |
protected JaloPropertyContainer |
WorkflowItemAttachment.getInitialProperties(JaloSession jaloSession,
Item.ItemAttributeMap allAttributes)
Deprecated.
|
protected Item.ItemAttributeMap |
AbstractWorkflowAction.getNonInitialAttributes(SessionContext ctx,
Item.ItemAttributeMap allAttributes) |
protected Item.ItemAttributeMap |
WorkflowItemAttachment.getNonInitialAttributes(SessionContext ctx,
Item.ItemAttributeMap allAttributes)
Deprecated.
|
WorkflowTemplate |
WorkflowDecisionTemplate.getParentWorkflowTemplate(SessionContext ctx)
Deprecated.
|
java.lang.String |
AbstractWorkflowAction.getPredecessorsStr(SessionContext ctx)
Deprecated.
since ages
|
ComposedType |
WorkflowItemAttachment.getTypeOfItem(SessionContext ctx)
Deprecated.
|
void |
WorkflowActionTemplate.remove(SessionContext ctx)
Deprecated.
|
void |
WorkflowTemplate.remove(SessionContext ctx)
Deprecated.
|
protected void |
Workflow.setAborted()
Deprecated.
|
void |
WorkflowActionTemplate.setCreationType(SessionContext ctx,
ComposedType value)
Deprecated.
|
void |
WorkflowItemAttachment.setItem(SessionContext ctx,
Item value)
Deprecated.
|
void |
AbstractWorkflowAction.setPrincipalAssigned(SessionContext ctx,
Principal value) |
Copyright © 2018 SAP SE. All Rights Reserved.