| Modifier and Type | Method and Description |
|---|---|
void |
DataHubReturnOrderCreationTranslatorTest.setUp() |
void |
DataHubReturnOrderCreationTranslatorTest.testPerformConfirmImportIgnore() |
void |
DataHubReturnOrderCreationTranslatorTest.testPerformConfirmImportNull() |
| Modifier and Type | Method and Description |
|---|---|
void |
B2BUnitAddressDeletionNotificationTranslatorTest.testTransformationAddressUsageCounterEmptyExpression() |
void |
B2BUnitAddressDeletionNotificationTranslatorTest.testTransformationAddressUsageEmptyExpression() |
void |
B2BUnitAddressDeletionNotificationTranslatorTest.testTransformationB2BUnitEmptyExpression() |
void |
B2BUnitAddressDeletionNotificationTranslatorTest.testTransformationCustomerEmptyExpression() |
void |
B2BUnitAddressDeletionNotificationTranslatorTest.testTransformationExpression() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
SequenceIdTranslator.exportValue(java.lang.Object value) |
java.lang.String |
PriceTranslator.exportValue(java.lang.Object value) |
java.lang.Object |
SequenceIdTranslator.importValue(java.lang.String valueExpr,
Item toItem) |
java.lang.Object |
PriceTranslator.importValue(java.lang.String valueExpr,
Item toItem) |
void |
SequenceIdTranslatorTest.testSequenceEmpty() |
void |
SequenceIdTranslatorTest.testSequenceEqual() |
void |
SequenceIdTranslatorTest.testSequenceGreater() |
void |
SequenceIdTranslatorTest.testSequenceSmaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogServiceTest.testCreateModelsOfTwoSubTypesSaveAll() |
void |
CatalogServiceTest.testCreateModelsOfTypeAndSubtypeSaveAll() |
void |
CatalogServiceTest.testCreateModelsOfTypeAndSubtypeSaveOnly() |
void |
CatalogServiceTest.testGetPathForTestCatalog() |
void |
CatalogServiceTest.testPLA7931() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CatalogManager.checkCatalogItemTypeAttributeDescriptor(ComposedType comptyp,
AttributeDescriptor atrdesc,
boolean forVersion)
Checks attribute descriptors.
|
java.lang.String |
CatalogManager.getCatalogItemID(Item catalogItem)
Returns the ID of a catalog item.
|
CatalogVersion |
CatalogManager.getCatalogVersion(SessionContext ctx,
Item item)
Deprecated.
since ages - Use CatalogTypeService.getCatalogVersion(de.hybris.platform.core.model.ItemModel) instead.
|
Item |
CatalogManager.getCounterpartItem(Item sourceItem,
CatalogVersion targetVersion)
Deprecated.
since ages - Use CatalogTypeService.getCatalogVersionAwareModel(CatalogVersionModel, String, Map) instead.
|
Item |
CatalogManager.getCounterpartItem(SessionContext ctx,
Item sourceItem,
CatalogVersion targetVersion)
Deprecated.
since ages - Use CatalogTypeService.getCatalogVersionAwareModel(CatalogVersionModel, String, Map) instead.
|
void |
CatalogVersion.setRootCategories(SessionContext ctx,
java.util.List<Category> categories)
Changes this catalog version's root categories.
|
| Modifier and Type | Method and Description |
|---|---|
ClassAttributeAssignment |
ClassificationClass.assignAttribute(ClassificationAttribute attribute,
java.lang.String typeCode,
ClassificationAttributeUnit unit,
java.util.Collection values,
int position) |
ClassificationAttributeUnit |
ClassificationSystemVersion.createAttributeUnit(java.lang.String code,
java.lang.String symbol,
java.lang.String unitType,
double conversion)
Creates a new attribute unit within this system.
|
ClassificationClass |
ClassificationSystemVersion.getClassificationClass(Product product)
Returns the classification class within this system version which is used to classify the given product, or
null if the product is not beeing classified by this system version. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Feature.assureOwnValue(FeatureValue<T> value)
Deprecated.
|
protected void |
TypedFeature.assureSelectableValue(ClassificationAttributeValue value) |
<T> UntypedFeature<T> |
FeatureContainer.createFeature(java.lang.String qualifer)
Deprecated.
Factory method to create (and add) a new unlocalized untyped feature.
|
<T> UntypedFeature<T> |
FeatureContainer.createFeature(java.lang.String qualifer,
boolean localized)
Deprecated.
Factory method to create (and add) a new untyped feature.
|
static FeatureContainer |
FeatureContainer.createTyped(Product product,
java.util.List<ClassAttributeAssignment> assignments)
Deprecated.
Creates an empty product feature container which is able to handle all features for the specified set of
classification attribute assignments.
|
static FeatureContainer |
FeatureContainer.createTyped(Product product,
java.util.Set<ClassificationClass> classes)
Deprecated.
Creates an empty product feature container which is able to handle all features for the specified set of
classification classes.
|
protected ClassAttributeAssignment |
FeatureContainer.getAssignment(ClassificationAttribute attr)
Deprecated.
|
ClassificationAttribute |
FeatureContainer.getClassificationAttribute(java.lang.String code)
Deprecated.
Provides a textual shortcut for getting a classification attribute out of the attributes which are managed by this
container.
|
ClassAttributeAssignment |
FeatureContainer.getClassificationAttributeAssignment(java.lang.String code)
Deprecated.
Provides a textual shortcut for getting a classification attribute assignment out of the assignments which are
managed by this container.
|
protected ClassAttributeAssignment |
FeatureContainer.getClassificationAttributeAssignment(java.lang.String code,
boolean failIfNotExists)
Deprecated.
|
ClassificationClass |
FeatureContainer.getClassificationClass(java.lang.String code)
Deprecated.
Provides a textual shortcut for getting a class out of the classes which are managed by this container.
|
<T> TypedFeature<T> |
FeatureContainer.getFeature(ClassAttributeAssignment assignment)
Deprecated.
Returns the feature for a given classification attribute assignment.
|
TypedFeature |
FeatureContainer.getFeature(ClassificationAttribute attr)
Deprecated.
Returns the feature for a given classification attribute.
|
<T> TypedFeature<T> |
FeatureContainer.getFeature(ClassificationClass cclass,
ClassificationAttribute attr)
Deprecated.
Returns the feature for a given classification class and attribute.
|
<T> Feature<T> |
FeatureContainer.getFeature(java.lang.String qualifier)
Deprecated.
Retrieves a feature by its unique key.
|
boolean |
FeatureContainer.hasFeature(ClassificationAttribute attr)
Deprecated.
Checks whether or not the attribute is supported by this container.
|
static FeatureContainer |
FeatureContainer.loadTyped(Product product)
Deprecated.
Loads all typed features of the given product according to the classification classes it has been assigned to.
|
static FeatureContainer |
FeatureContainer.loadTyped(Product product,
ClassAttributeAssignment... assignments)
Deprecated.
Loads all typed features of the given product according to the classification attribute assignments specified.
|
static <X> TypedFeature<X> |
Feature.loadTyped(Product product,
ClassificationAttribute attr)
Deprecated.
Shortcut to manage just a single typed feature.
|
static FeatureContainer |
FeatureContainer.loadTyped(Product product,
ClassificationClass... classes)
Deprecated.
Loads all typed features of the given product according to the classification classes specified.
|
static FeatureContainer |
FeatureContainer.loadTyped(Product product,
java.util.List<ClassAttributeAssignment> assignments)
Deprecated.
Loads all typed features of the given product according to the classification attribute assignments specified.
|
static FeatureContainer |
FeatureContainer.loadTyped(Product product,
java.util.Set<ClassificationClass> classes)
Deprecated.
Loads all typed features of the given product according to the classification classes specified.
|
void |
Feature.moveValue(SessionContext ctx,
int index,
FeatureValue<T> featureValue)
Deprecated.
Moves a value to a given position within the specified session language.
|
static void |
FeatureContainer.removeAllTypedValues(Product product)
Deprecated.
Shortcut for removing all typed values.
|
static void |
FeatureContainer.removeAllTypedValues(Product product,
ClassificationClass... classes)
Deprecated.
Shortcut for removing all values for the specified classification classes.
|
static void |
FeatureContainer.removeAllTypedValues(Product product,
java.util.List<ClassAttributeAssignment> assignments)
Deprecated.
Shortcut for removing all values for the specified classification attribute assignments.
|
static void |
FeatureContainer.removeAllTypedValues(Product product,
java.util.Set<ClassificationClass> classes)
Deprecated.
Shortcut for removing all values for the specified classification classes.
|
| Constructor and Description |
|---|
FeatureValue(TypedFeature<V> parent,
V value)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
GenericCatalogCopyContext.isFromSourceVersion(Item item)
Deprecated.
Determines whether or not an item belongs to this contexts source version.
|
| Modifier and Type | Method and Description |
|---|---|
protected CatalogVersion |
GenericCatalogCopyContext.getCatalogVersion(Item item)
Returns the
CatalogVersion for the given Item. |
boolean |
GenericCatalogCopyContext.isFromSourceVersion(Item item)
Determines whether or not an item belongs to this contexts source version.
|
boolean |
CatalogVersionSyncCopyContext.isFromSourceVersion(Item item)
Returns true if the item is from *this* source version or it is a source version item of a dependantJob (or
dependsOnJob)
|
| Modifier and Type | Method and Description |
|---|---|
void |
Category.addToCategories(SessionContext ctx,
Category cat)
Deprecated.
since ages
|
void |
Category.addToSupercategories(SessionContext ctx,
Category cat)
Deprecated.
since ages
|
protected void |
Category.assertNoCycle(SessionContext ctx,
java.util.Collection<Category> toAddTo,
java.util.Collection<Category> toCheck,
boolean sub)
Deprecated.
since ages
|
void |
Category.setCategories(SessionContext ctx,
java.util.List<Category> categories)
Deprecated.
since ages
|
void |
Category.setSupercategories(SessionContext ctx,
java.util.List<Category> categories)
Deprecated.
since ages
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChineseUserDetailsServiceTest.test_Load_Exists_User_Mobile() |
void |
ChineseUserDetailsServiceTest.test_Load_Exists_User() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
ObjectValueTranslator.exportValue(java.lang.Object value) |
java.lang.Object |
ObjectValueTranslator.importValue(java.lang.String valueExpr,
Item toItem) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
FileLoaderValueTranslator.exportValue(java.lang.Object value) |
java.lang.Object |
FileLoaderValueTranslator.importValue(java.lang.String valueExpr,
Item toItem) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
CommonsManager.getJarFileAsString(java.lang.String filename,
java.lang.String encoding)
Returns a file from this extension's JAR file as String (incl.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Job.configureCronjob(CronJob cronjob)
Deprecated.
since ages - use
CronJobFactory mechanism instead, refer to
appropriate wiki document |
protected void |
GenericCSVImportStep.performStep(CronJob cronJob)
Opens the batch media provided by the given job detail and iterates over all lines.
|
protected JobMedia |
MediaProcessorStep.prepareMedia(CronJob cronJob)
Prepares the
JobMedia item which is going to be processed. |
void |
CronJobTest.testSessionContextAttributeFiltering() |
void |
CronJob.tryToStop(long maxWait)
Deprecated.
since ages - use
CronJobService.requestAbortCronJob(de.hybris.platform.cronjob.model.CronJobModel)
instead |
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicAttributesTest.shouldReturnDynamicAttributeInListOfAllAttrubutesForTypeUsingItem() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection |
Europe1PriceFactory.getUserGlobalDiscountRows(User user,
EnumerationValue userGroup) |
void |
CatalogSynchronizationTest.testDuplicatedTaxRowEntries() |
void |
OrderManagerAndEurope1Test.testTaxCaching() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImpExMultThreadedTest.setUp() |
void |
ImpExImportTest.testModificatedTimeByInsertUpdate() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
CollectionValueTranslator.exportValue(java.lang.Object value) |
abstract java.lang.String |
AbstractValueTranslator.exportValue(java.lang.Object value)
Translates an attribute value for export usage.
|
java.lang.String |
MapValueTranslator.exportValue(java.lang.Object valuemap) |
java.lang.String |
SingleValueTranslator.exportValue(java.lang.Object value) |
java.lang.Object |
CollectionValueTranslator.importValue(java.lang.String valueExpr,
Item forItem) |
abstract java.lang.Object |
AbstractValueTranslator.importValue(java.lang.String valueExpr,
Item toItem)
Translates a tokenized csv value for import usage.
|
java.lang.Object |
MapValueTranslator.importValue(java.lang.String valueExpr,
Item toItem) |
java.lang.Object |
SingleValueTranslator.importValue(java.lang.String valueExpr,
Item toItem) |
| Modifier and Type | Method and Description |
|---|---|
protected Item |
Item.changeTypeAfterCreation(Item newOne,
ComposedType requestedType)
Changes the item type in case
Item.createItem(SessionContext, ComposedType, ItemAttributeMap) did not set the
requested type directly. |
JaloSession |
JaloConnection.createSession(java.util.Map loginProperties)
Creates a session with the given login information.
|
JaloSession |
JaloConnection.createSession(java.util.Map loginProperties,
java.lang.Class sessionClass)
Creates a session with the given login information.
|
JaloSession |
JaloConnection.createSession(java.util.Map loginProperties,
java.lang.Class sessionClass,
java.util.Map initialAttributes)
Creates a session with the given login information.
|
java.lang.Object |
JaloOnlyItem.doGetAttribute(SessionContext ctx,
java.lang.String attrQualifier)
Should get the value of the given attribute if no
AttributeAccess has been
registered for it. |
void |
JaloOnlyItem.doSetAttribute(SessionContext ctx,
java.lang.String attrQualifier,
java.lang.Object value)
Should set the value of the given attribute if no
AttributeAccess has been
registered for it. |
protected User |
JaloSession.findSessionUser(ComposedType userType,
java.lang.String login) |
protected ComposedType |
JaloSession.findSessionUserType(java.lang.String sessionTypeString) |
java.util.Map |
Item.getAllAttributes()
Reads all (readable) attribute values of this item using the current session context.
|
java.util.Map |
Item.getAllAttributes(SessionContext ctx)
Reads all (readable) attribute values of this item using a specific session context.
|
java.util.Map |
Item.getAllAttributes(SessionContext ctx,
Item.AttributeFilter filter)
Reads all attribute values of this item which pass a given attribute filter.
|
java.util.Map |
Item.getAllAttributes(SessionContext ctx,
java.util.Set<java.lang.String> qualfiers)
Reads all values of specified attributes for this item.
|
protected java.util.Map<java.lang.String,java.lang.Object> |
Item.getAllAttributesInternal(SessionContext ctx,
java.util.Set<java.lang.String> qualfiers) |
java.lang.Object |
Item.getAttribute(SessionContext ctx,
java.lang.String qualifier)
Returns the attribute value for a single item attribute with a specified session context.
|
java.lang.Object |
Item.getAttribute(java.lang.String qualifier)
Returns the attribute value for a single item attribute using the current session context.
|
void |
Item.setAllAttributes(java.util.Map values)
Sets multiple attributes at once using the default session context.
|
void |
Item.setAllAttributes(SessionContext ctx,
java.util.Map values)
Sets multiple attributes at once using a specific session context.
|
protected void |
Item.setAllAttributesInternal(SessionContext ctx,
java.util.Map values) |
void |
Item.setAttribute(SessionContext ctx,
java.lang.String qualifier,
java.lang.Object value)
Sets the value of the attribute specified by the attribute qualifier.
|
void |
Item.setAttribute(java.lang.String qualifier,
java.lang.Object value)
Sets the value of the attribute specified by the attribute qualifier.
|
void |
Item.setAttributeFromString(SessionContext ctx,
java.lang.String qualifier,
java.lang.String value)
Still experimental! This method changes the attribute value by parsing a string value representation.
|
void |
Item.setAttributeFromString(java.lang.String qualifier,
java.lang.String value)
Still experimental! This method changes the attribute value by parsing a string value representation.
|
Item |
Item.setComposedType(ComposedType type)
Changes the type of an item.
|
void |
Item.ItemImpl.setComposedType(ComposedType type) |
void |
JaloSession.transfer(java.util.Map props)
changes the session user including the full login process.
|
void |
JaloSession.transfer(java.util.Map props,
boolean activateUserLanguageAndCurrency)
changes the session user including the full login process.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Currency.setConversionFactor(double conversionFactor)
Deprecated.
since ages - use
GeneratedCurrency.setConversion(double) instead |
void |
Currency.setConversionFactor(SessionContext ctx,
double conversionFactor)
Deprecated.
since ages - use
GeneratedCurrency.setConversion(SessionContext, double) instead |
void |
Language.setFallbackLanguages(Language... fallBackTo) |
| Modifier and Type | Method and Description |
|---|---|
protected Item |
EnumerationType.changeTypeIfNecessary(Item newOne,
ComposedType requestedType)
Deprecated.
Redefined to skip type changing since all enumtypes have to have the EnumerationMetaType as type.
|
protected void |
EnumerationType.checkValues(java.util.List values)
Deprecated.
Helper for
EnumerationType.setValues(List): checks if every item of the value list is instance of this type. |
EnumerationValue |
EnumerationManager.createEnumerationValue(EnumerationType enumerationType,
java.lang.String valueCode)
Deprecated.
since ages - please use {see de.hybris.platform.servicelayer.model.ModelService} instead
|
EnumerationValue |
EnumerationManager.createEnumerationValue(PK pkBase,
EnumerationType enumerationType,
java.lang.String valueCode)
Deprecated.
since ages - please use {see de.hybris.platform.servicelayer.model.ModelService} instead
|
EnumerationValue |
EnumerationManager.createEnumerationValue(java.lang.String enumerationTypeCode,
java.lang.String valueCode)
Deprecated.
since ages - please use {see de.hybris.platform.servicelayer.model.ModelService} instead
|
EnumerationValue |
EnumerationManager.getEnumerationValue(EnumerationType enumerationType,
java.lang.String valueCode)
Deprecated.
since ages - please use {see de.hybris.platform.enumeration.EnumerationService#getEnumerationValue(String, String)}
instead
|
EnumerationValue |
EnumerationManager.getEnumerationValue(java.lang.String enumerationTypeCode,
java.lang.String valueCode)
Deprecated.
since ages - please use {see de.hybris.platform.enumeration.EnumerationService#getEnumerationValue(String, String)}
instead
|
java.util.List |
EnumerationManager.getEnumerationValues(EnumerationType enumerationType)
Deprecated.
since ages - please use {see de.hybris.platform.enumeration.EnumerationService#getEnumerationValues(String)}
instead
|
java.lang.Object |
EnumerationType.parseValue(SessionContext ctx,
java.lang.String value)
Deprecated.
Reads
EnumerationValue instances from Code of type '.' Code of enum strings. |
void |
EnumerationType.setComparationAttribute(AttributeDescriptor descr)
Deprecated.
Changes the ordering attribute of this enumeration type.
|
protected void |
EnumerationType.setValues(java.util.List values)
Deprecated.
For generic access to value list.
|
void |
EnumerationType.sortValues(java.util.List values)
Deprecated.
Changes the order of this enum type's values.
|
java.lang.String |
EnumerationType.toString(SessionContext ctx,
java.lang.Object value)
Deprecated.
Converts
EnumerationValue instances into Code of type '.' Code of enum . |
| Modifier and Type | Method and Description |
|---|---|
void |
SavedQuery.setCode(SessionContext ctx,
java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
Link.setAttribute(SessionContext ctx,
java.lang.String qualifier,
java.lang.Object value)
Overwritten to accept
pk instances as value for source and target attribute too
(perf). |
| Modifier and Type | Method and Description |
|---|---|
void |
MediaContext.addToMappings(SessionContext ctx,
MediaFormatMapping value)
Adds a format mapping to the context.
|
void |
MediaContext.setMappings(SessionContext ctx,
java.util.Collection<MediaFormatMapping> value)
Sets given format mappings for this container.
|
void |
MediaContainer.setMedia(Media media)
Deprecated.
since ages
|
void |
MediaFormatMapping.setMediaContext(SessionContext ctx,
MediaContext value)
Sets the context this mapping will be managed by.
|
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 |
|---|---|
NumberSeries |
NumberSeriesManager.createNumberSeries(java.lang.String key,
java.lang.String startValue,
int type)
Deprecated.
since 5.0 - please use
NumberSeriesManager.createNumberSeries(String, String, int, int, String) instead. |
NumberSeries |
NumberSeriesManager.createNumberSeries(java.lang.String key,
java.lang.String startValue,
int type,
int digits)
Deprecated.
since 5.0 - please use
NumberSeriesManager.createNumberSeries(String, String, int, int, String). |
NumberSeries |
NumberSeriesManager.createNumberSeries(java.lang.String key,
java.lang.String startValue,
int type,
int digits,
java.lang.String template)
Creates a new number series, sets the given start value via
NumberSeriesManager.setStartValue(String, String) and the given digits via
NumberSeriesManager.setDigits(String, int) persistent. |
NumberSeries |
NumberSeriesManager.getNumberSeries(java.lang.String key)
Makes a snapshot of the number series linked to the given key.
|
java.lang.String |
NumberSeriesManager.getUniqueNumber(java.lang.String key)
Returns a unique number for a given number series key.
|
java.lang.String |
NumberSeriesManager.getUniqueNumber(java.lang.String key,
int digits)
Returns a unique number for a given series key and a digit length.
|
NumberSeries |
NumberSeriesManager.getUniqueNumberUnformatted(java.lang.String key)
Returns the unique number object rather than its formatted representation (see
NumberSeriesManager.getUniqueNumber(String, int). |
void |
NumberSeriesManager.removeNumberSeries(java.lang.String key)
Removes a number series and removes the digits and start value setting for this series.
|
void |
NumberSeriesManager.resetNumberSeries(java.lang.String key,
java.lang.String startValue,
int type)
Deprecated.
since 5.0 - please use
NumberSeriesManager.resetNumberSeries(String, String, int, String). |
void |
NumberSeriesManager.resetNumberSeries(java.lang.String key,
java.lang.String startValue,
int type,
java.lang.String template)
Resets the number series with the given key to the given start value and type.
|
| Modifier and Type | Method and Description |
|---|---|
Cart |
OrderManager.createCart(ComposedType type,
PK pkBase,
java.lang.String code,
User user,
Currency currency,
java.util.Date date,
boolean net)
Deprecated.
since ages - use modelService and standard model setters
|
Cart |
OrderManager.createCart(ComposedType type,
java.lang.String code,
User user,
Currency currency,
java.util.Date date,
boolean net)
Deprecated.
since ages - use modelService and standard model setters
|
Cart |
OrderManager.createCart(PK pk,
java.lang.String code,
User user,
Currency currency,
java.util.Date date,
boolean net)
Deprecated.
since ages - use modelService and standard model setters
|
Cart |
OrderManager.createCart(java.lang.String code,
User user,
Currency currency,
java.util.Date date,
boolean net)
Deprecated.
since ages - use modelService and standard model setters
|
Cart |
OrderManager.createCart(User user,
Currency currency,
java.util.Date date,
boolean net)
Deprecated.
since ages - use modelService and standard model setters
|
Order |
OrderManager.createOrder(ComposedType type,
java.lang.String code,
User user,
Currency currency,
java.util.Date date,
boolean net)
Deprecated.
since ages - use modelService and standard model setters
|
Order |
OrderManager.createOrder(PK pk,
java.lang.String code,
User user,
Currency currency,
java.util.Date date,
boolean net)
Deprecated.
since ages - use modelService and standard model setters
|
Order |
OrderManager.createOrder(java.lang.String code,
User user,
Currency currency,
java.util.Date date,
boolean net)
Deprecated.
since ages - use modelService and standard model setters
|
Order |
OrderManager.createOrder(User user,
Currency currency,
java.util.Date date,
boolean net)
Deprecated.
since ages - use modelService and standard model setters
|
Item |
AbstractOrder.setComposedType(ComposedType type)
Changes this order's composed type and the composed type of its entries provided that
AbstractOrder.getCustomEntryType() returns a valid entry class. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PaymentInfo.setAllAttributesInternal(SessionContext ctx,
java.util.Map values) |
| Modifier and Type | Method and Description |
|---|---|
long |
Unit.convert(Unit targetUnit,
long value)
Converts a quantity of this unit into another quantity of a specified target unit.
|
double |
Unit.convertExact(Unit targetUnit,
double value)
Converts a quantity of this unit into another quantity of a specified target unit.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ImportExportUserRightsHelper.importSecurity()
read from a reader (for example filereader) the CSV stream, interpretes them as principals (and all SubTypes) and
writes them into the system
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TypeManager.assureNoItem(java.lang.Class c)
Deprecated.
|
protected void |
AttributeDescriptor.checkDefaultValueAssignability(SessionContext ctx,
java.lang.Object newVal)
Internal - checks compatibility of default value with attribute value type.
|
protected void |
AttributeDescriptor.checkLocalizedChange(boolean newLoc)
Internal localization flag change check.
|
protected void |
AttributeDescriptor.checkPartOfChange(boolean newPartOf)
Internal: checks partOf flag change.
|
protected void |
AttributeDescriptor.checkPropertyChange(boolean newProp)
Internal property flag change check.
|
protected void |
SearchRestriction.checkRestrictionQuery(ComposedType restrictedType,
java.lang.String query) |
protected void |
RelationDescriptor.checkSearchableChange(boolean newSearchable)
Overrides superclass since relation descriptors are always searchable.
|
protected void |
AttributeDescriptor.checkSearchableChange(boolean newSearchable)
Internal - for checking whether an attribute can be made searchable or not.
|
protected void |
AttributeDescriptor.checkSelectionOfDescriptor(AttributeDescriptor newSelect)
Internal - compatibility check for selection of sttributes.
|
protected void |
AttributeDescriptor.checkTypeChange(Type newType)
Internal - do not use.
|
protected int |
CollectionType.convertTypeOfCollectionEnumToInt(EnumerationValue enumeration)
Converts typeOfCollection enums into intern int codes.
|
protected EnumerationValue |
CollectionType.convertTypeOfCollectionIntToEnum(int type)
Converts typeOfCollection internal int representation int enum values.
|
AtomicType |
TypeManager.createAtomicType(AtomicType superType,
java.lang.Class javaClass)
Deprecated.
since ages - use ModelService.create to create instances
|
AtomicType |
TypeManager.createAtomicType(AtomicType superType,
java.lang.String code)
Deprecated.
since ages - use ModelService.create to create instances
|
AtomicType |
TypeManager.createAtomicType(java.lang.Class javaClass)
Deprecated.
since ages - use ModelService.create to create instances
|
AtomicType |
TypeManager.createAtomicType(PK pkBase,
AtomicType superType,
java.lang.Class javaClass)
Deprecated.
since ages - use ModelService.create to create instances
|
AtomicType |
TypeManager.createAtomicType(PK pkBase,
AtomicType superType,
java.lang.String code)
Deprecated.
since ages - use ModelService.create to create instances
|
AtomicType |
TypeManager.createAtomicType(PK pkBase,
java.lang.Class javaClass)
Deprecated.
since ages - use ModelService.create to create instances
|
AttributeDescriptor |
ComposedType.createAttributeDescriptor(PK pk,
java.lang.String qualifier,
Type valueType,
int modifiers)
Adds a new attribute descriptor to this type.
|
AttributeDescriptor |
ComposedType.ComposedTypeImpl.createAttributeDescriptor(PK pk,
java.lang.String qualifier,
Type type,
int modifiers) |
AttributeDescriptor |
ComposedType.createAttributeDescriptor(java.lang.String qualifier,
Type valueType,
int modifiers)
Adds a new attribute descriptor to this type.
|
CollectionType |
TypeManager.createCollectionType(PK pk,
java.lang.String code,
Type type)
Deprecated.
since ages - use ModelService.create to create instances
|
CollectionType |
TypeManager.createCollectionType(PK pkBase,
java.lang.String code,
Type type,
int typeOfCollection)
Deprecated.
since ages - use ModelService.create to create instances
|
CollectionType |
TypeManager.createCollectionType(java.lang.String code,
Type type)
Deprecated.
since ages - use ModelService.create to create instances
|
CollectionType |
TypeManager.createCollectionType(java.lang.String code,
Type type,
int typeOfCollection)
Deprecated.
since ages - use ModelService.create to create instances
|
ComposedType |
TypeManager.createComposedType(ComposedType superType,
java.lang.String code)
Deprecated.
since ages - use ModelService.create to create instances
|
ComposedType |
TypeManager.createComposedType(PK pkBase,
ComposedType superType,
java.lang.String code)
Deprecated.
since ages - use ModelService.create to create instances
|
protected Item |
SearchRestriction.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap atts) |
MapType |
TypeManager.createMapType(PK pkBase,
java.lang.String code,
Type argumentType,
Type returnType)
Deprecated.
since ages - use ModelService.create to create instances
|
MapType |
TypeManager.createMapType(java.lang.String code,
Type argumentType,
Type returnType)
Deprecated.
since ages - use ModelService.create to create instances
|
RelationType |
TypeManager.createRelationType(PK pk,
java.lang.String relationName,
boolean localized,
AttributeDescriptor sourceFD,
AttributeDescriptor targetFD)
Deprecated.
since ages - use proper service to create instances
|
RelationType |
TypeManager.createRelationType(java.lang.String relationName,
boolean localized,
AttributeDescriptor sourceFD,
AttributeDescriptor targetFD)
Deprecated.
since ages - use proper service to create instances
|
SearchRestriction |
TypeManager.createRestriction(java.lang.String code,
Principal principal,
ComposedType restrictedType,
java.lang.String query)
Deprecated.
since ages - use ModelService.create to create instances
|
java.util.Map |
ComposedType.getDefaultValues(SessionContext ctx,
java.util.Set fdCodes)
Returns the default values for a specified set of attributes.The map contains mapping from attribute qualifiers to
their default values unless the attribute do not own a default value or is not writable.
|
java.lang.Object |
LocalizableFeatureAccess.getValue(SessionContext ctx,
Item item) |
java.lang.Object |
RelationAttributeAccess.getValue(SessionContext ctx,
Item item) |
java.lang.Object |
ConstantAttributeAccess.getValue(SessionContext ctx,
Item item) |
java.lang.Object |
AttributeAccess.getValue(SessionContext ctx,
Item item)
Retrieves the attribute data from a given item.
|
java.lang.Object |
PropertyAccess.getValue(SessionContext ctx,
Item item) |
java.lang.Object |
ReflectionAttributeAccess.getValue(SessionContext ctx,
Item item) |
java.lang.Object |
OneToManyRelationAttributeAccess.getValue(SessionContext ctx,
Item item) |
abstract java.lang.Object |
Type.parseValue(SessionContext ctx,
java.lang.String value) |
java.lang.Object |
ComposedType.parseValue(SessionContext ctx,
java.lang.String value) |
java.lang.Object |
AtomicType.parseValue(SessionContext ctx,
java.lang.String value)
Parses a atomic value which matches the following pattern: '&' + escaped string value + '&'.
|
java.lang.Object |
CollectionType.parseValue(SessionContext ctx,
java.lang.String value)
reads a collection of '(' + escaped element string + ')'.
|
java.lang.Object |
ViewType.parseValue(SessionContext ctx,
java.lang.String value) |
java.lang.Object |
MapType.parseValue(SessionContext ctx,
java.lang.String value) |
void |
AttributeDescriptor.redeclareAttributeType(Type type,
int modifiers)
Deprecated.
since ages - please use
AttributeDescriptor.setAttributeType(Type) instead |
void |
AttributeDescriptor.AttributeDescriptorImpl.redeclareAttributeType(Type type,
int modifiers) |
void |
SearchRestriction.setAllName(java.util.Map names) |
void |
AttributeDescriptor.setAttributeType(Type type)
Changes the value type of this attribute descriptor.
|
void |
AttributeDescriptor.AttributeDescriptorImpl.setAttributeType(Type type) |
void |
ComposedType.setDeclaredAttributeDescriptors(java.util.Set fds)
Deprecated.
since ages - dont use any more - add new attribute descriptors via
ComposedType.createAttributeDescriptor(String, Type, int) instead |
void |
ComposedType.ComposedTypeImpl.setDeclaredAttributeDescriptors(java.util.Set fds) |
void |
Type.setDefaultValue(java.lang.Object value)
Changes the default value of this type.
|
void |
AttributeDescriptor.setDefaultValue(java.lang.Object value)
Changes the default value of this attribute.
|
void |
Type.setDefaultValue(SessionContext ctx,
java.lang.Object value)
Changes the default value of this type.
|
void |
AttributeDescriptor.setDefaultValue(SessionContext ctx,
java.lang.Object value)
Changes the default value of this attribute.
|
void |
AttributeDescriptor.AttributeDescriptorImpl.setDontOptimize(boolean dontopt) |
void |
AttributeDescriptor.AttributeDescriptorImpl.setInitial(boolean init) |
void |
ComposedType.setJaloOnly(boolean isJaloOnly)
Changes this types jalo-only status.
|
void |
AttributeDescriptor.setLocalized(boolean localized)
Changes localized flag of this attribute descriptor.
|
void |
AttributeDescriptor.AttributeDescriptorImpl.setLocalized(boolean localized) |
void |
AttributeDescriptor.setOptional(boolean optional)
Changes whether or not the described attribute has to be provided with a non-null value when creating a new item
instance via
ComposedType.newInstance(Map). |
void |
AttributeDescriptor.AttributeDescriptorImpl.setOptional(boolean optional) |
void |
AttributeDescriptor.setPartOf(boolean partOf)
Changes the partOf flag of this attribute descriptor.
|
void |
AttributeDescriptor.AttributeDescriptorImpl.setPartOf(boolean part) |
void |
AttributeDescriptor.AttributeDescriptorImpl.setPrivate(boolean priv) |
void |
AttributeDescriptor.setProperty(boolean isProperty)
Changes the property flag of this attribute descriptor.
|
void |
AttributeDescriptor.AttributeDescriptorImpl.setProperty(boolean isProperty) |
void |
SearchRestriction.setQuery(SessionContext ctx,
java.lang.String query) |
void |
SearchRestriction.setQuery(java.lang.String query) |
void |
AttributeDescriptor.setReadable(boolean readable)
Changes the attribute describtor's readable status.
|
void |
AttributeDescriptor.AttributeDescriptorImpl.setReadable(boolean readable) |
void |
AttributeDescriptor.setRemovable(boolean removable)
Changes whether or not this attribute is is allowed to be removed.
|
void |
AttributeDescriptor.AttributeDescriptorImpl.setRemovable(boolean removable) |
void |
AttributeDescriptor.setSearchable(boolean searchable)
Changes the searchable flag of this attribute descriptor.
|
void |
AttributeDescriptor.AttributeDescriptorImpl.setSearchable(boolean searchable) |
void |
AttributeDescriptor.setSelectionOf(AttributeDescriptor descriptor)
Changes the selection-of attribute.
|
void |
ComposedType.setSingleton(boolean isSingleton)
Changes this types singleton status.
|
void |
LocalizableFeatureAccess.setValue(SessionContext ctx,
Item item,
java.lang.Object value) |
void |
RelationAttributeAccess.setValue(SessionContext ctx,
Item item,
java.lang.Object value) |
void |
AbstractNonChangeableAttributeAccess.setValue(SessionContext ctx,
Item item,
java.lang.Object value) |
void |
AttributeAccess.setValue(SessionContext ctx,
Item item,
java.lang.Object value)
Stores the attribute data for a given item.
|
void |
PropertyAccess.setValue(SessionContext ctx,
Item item,
java.lang.Object value) |
void |
ReflectionAttributeAccess.setValue(SessionContext ctx,
Item item,
java.lang.Object value) |
void |
OneToManyRelationAttributeAccess.setValue(SessionContext ctx,
Item item,
java.lang.Object value) |
void |
AttributeDescriptor.setWritable(boolean writable)
Changes the attribute describtor's writable status.
|
void |
AttributeDescriptor.AttributeDescriptorImpl.setWritable(boolean writable) |
void |
SearchRestrictionTest.testOverloading() |
abstract java.lang.String |
Type.toString(SessionContext ctx,
java.lang.Object value) |
java.lang.String |
ComposedType.toString(SessionContext ctx,
java.lang.Object value) |
java.lang.String |
AtomicType.toString(SessionContext ctx,
java.lang.Object value)
Writes a atomic value as '&' + escaped string value + '&'.
|
java.lang.String |
CollectionType.toString(SessionContext ctx,
java.lang.Object value)
Writes a collection as '(' + escaped element string + ')'.
|
java.lang.String |
ViewType.toString(SessionContext ctx,
java.lang.Object value) |
java.lang.String |
MapType.toString(SessionContext ctx,
java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
FlexibleSearchParser.doParseFlexQuery(JaloSession session,
java.lang.String flexSyntaxQuery) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
ActiveDirectoryGroupCollectionTranslator.importValue(java.lang.String valueExpr,
Item forItem) |
java.lang.Object |
ExtractUserGroupTranslator.importValue(java.lang.String valueExpr,
Item forItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConvertLDIFTest.prepareEncodingType()
logic for adding/checking if DefaultEncoding exists
|
| Modifier and Type | Method and Description |
|---|---|
void |
OciTest.testDefaultSAPProduct() |
void |
OciTest.testDefaultSAPProductWithGivenButtonHTMLcode() |
void |
OciTest.testDefaultSAPProductWithHTMLinProductDescription() |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemEJBImpl.setComposedType(ComposedType type) |
void |
InitialAttributePersistenceTest.testLanguageStillNotFixed()
Language type is NOT INITIAL aware.
|
void |
InitialAttributePersistenceTest.testUnitStillNotFixed()
Unit type is NOT INITIAL aware.
|
void |
InitialAttributePersistenceTest.testUserFixed()
User type is INITIAL aware.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeDescriptor |
ComposedTypeEJBImpl.createAttributeDescriptor(PK pkBase,
java.lang.String qualifier,
Type type,
int modifiers) |
AttributeDescriptor |
ComposedTypeEJBImpl.redeclareAttributeDescriptor(java.lang.String qualifier,
Type type,
int modifiers) |
void |
AttributeDescriptorEJBImpl.redeclareAttributeType(Type type,
int modifiers) |
void |
AttributeDescriptorEJBImpl.setAttributeType(Type type) |
void |
ComposedTypeEJBImpl.setDeclaredAttributeDescriptors(java.util.Set fds) |
void |
AttributeDescriptorEJBImpl.setDontOptimize(boolean opt) |
void |
AttributeDescriptorEJBImpl.setEnclosingType(ComposedType type) |
void |
AttributeDescriptorEJBImpl.setInitial(boolean init) |
void |
AttributeDescriptorEJBImpl.setOptional(boolean optional) |
void |
AttributeDescriptorEJBImpl.setPartOf(boolean part) |
void |
AttributeDescriptorEJBImpl.setPrivate(boolean priv) |
void |
AttributeDescriptorEJBImpl.setReadable(boolean readable) |
void |
AttributeDescriptorEJBImpl.setRemovable(boolean removable) |
void |
AttributeDescriptorEJBImpl.setSearchable(boolean searchable) |
void |
AttributeDescriptorEJBImpl.setWritable(boolean writable) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataHubOrderCancelTranslatorTest.setUp() |
void |
DataHubOrderCreationTranslatorTest.setUp() |
void |
DataHubOrderCancelTranslatorTest.testPerformCancellation() |
void |
DataHubOrderCreationTranslatorTest.testPerformConfirmImportIgnore() |
void |
DataHubOrderCreationTranslatorTest.testPerformConfirmImportNull() |
void |
DataHubDeliveryTranslatorTest.testPerformDeliveryNegativeNullCheck() |
void |
DataHubDeliveryTranslatorTest.testPerformDeliveryPositiveCheck() |
void |
DataHubGoodsIssueTranslatorTest.testPerformGoodsIssueNegativeNullCheck() |
void |
DataHubGoodsIssueTranslatorTest.testPerformGoodsIssuePositiveGIwithWarehouseCheck() |
void |
DataHubGoodsIssueTranslatorTest.testPerformGoodsIssuePositiveGIwithWarehouseNullCheck() |
| Modifier and Type | Method and Description |
|---|---|
void |
UniqueAttributesInterceptorTest.testSaveCatalogCatalogVersionModels() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
JaloOnlyItemHelper.doGetAttribute(SessionContext ctx,
java.lang.String attrQualifier)
Implements in-memory attributes backed by a
Map. |
java.lang.Object |
InMemoryCartEntry.doGetAttribute(SessionContext ctx,
java.lang.String attrQualifier)
Custom attribute access as part of
JaloOnlyItem contract. |
java.lang.Object |
InMemoryCart.doGetAttribute(SessionContext ctx,
java.lang.String attrQualifier)
Custom attribute access as part of
JaloOnlyItem contract. |
void |
JaloOnlyItemHelper.doSetAttribute(SessionContext ctx,
java.lang.String attrQualifier,
java.lang.Object value)
Implements in-memory attributes backed by a
Map. |
void |
InMemoryCartEntry.doSetAttribute(SessionContext ctx,
java.lang.String attrQualifier,
java.lang.Object value)
Custom attribute access as part of
JaloOnlyItem contract. |
void |
InMemoryCart.doSetAttribute(SessionContext ctx,
java.lang.String attrQualifier,
java.lang.Object value)
Custom attribute access as part of
JaloOnlyItem contract. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultModelServiceIntegrationTest.testSaveAll() |
void |
DefaultModelServiceIntegrationTest.testSaveAllInTx() |
| Modifier and Type | Method and Description |
|---|---|
protected NumberSeries |
PersistentKeyGenerator.lookup(NumberSeriesManager nsm) |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemTypeForContextTest.testItemTypeWithoutModelClass() |
void |
JaloInitDefaultValuesModelTest.testJaloDefaultsExists()
This should already be tested somewhere in the jalo layer, but nevertheless we test this here again
|
void |
ItemModelTest.testLazyLoadingConfiguration()
See PLA-8878.
|
void |
ItemModelTest.testTypeWithoutModel() |
void |
ItemModelTest.testUnsupportedMandatoryAttributesCheck() |
| Modifier and Type | Method and Description |
|---|---|
void |
RuntimeTypeServicelayerTest.testChangeComposTypeAtRuntime() |
void |
RuntimeTypeServicelayerTest.testChangeComposWithPropsTypeAtRuntime() |
| Modifier and Type | Method and Description |
|---|---|
void |
AtomicTypeTest.testAtomicTypeHierarchy() |
void |
OrderManagerTest.testCartCloningWithPreviouslyRemovedEntries() |
void |
SessionTest.testCartPreservation() |
void |
OrderManagerTest.testCartTypeCopying() |
void |
AtomicTypeTest.testCode() |
void |
EnumerationTest.testCodeLowerCaseAttribute() |
void |
AttributeTest.testCorruptDefaultValue()
Tests bug PLA-4962
|
void |
EnumerationTest.testCreate() |
void |
TypeManagerJaloTest.testCreateAtomicType() |
void |
AddressTest.testCreateWithMap() |
void |
ComposedTypeTest.testDefaulValues() |
void |
SessionTest.testDirectTransfer() |
void |
ProductTypeTest.testInstance() |
void |
UnitTypeTest.testInstance() |
void |
PropertyJaloTest.testIntegrity() |
void |
AtomicTypeTest.testJavaClass() |
void |
OrderManagerTest.testOrderTypeCopying() |
void |
FlexibleSearchTest.testPLA_8330() |
void |
FlexibleSearchTest.testPLA_9290() |
void |
FlexibleSearchTest.testPLA7389() |
void |
ItemTest.testProduct() |
void |
EnumerationTest.testSequence() |
void |
ItemTest.testSetCreationTime() |
void |
ComposedTypeSpringTest.testSpringCreation() |
| Modifier and Type | Class and Description |
|---|---|
class |
PartOfItemAlreadyAssignedToTheParentException |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
Utilities.getAttributeFromLink(SessionContext ctx,
java.lang.String itemLink,
java.lang.String attributeName) |
static Item |
Utilities.getItemFromLink(SessionContext ctx,
java.lang.String itemLink)
Tryes to resolve the given item link and to retrieve the referenced item.
Example of an item link: <a href= 'item://type=MyProductType/code=myProductCode/name=myProductName/catalogVersion=(version=catalogVersionID/catalog= (id=catalogID))'>A referenzing text here</a> |
static java.lang.String |
Utilities.getLinkIdFromLink(SessionContext ctx,
java.lang.String itemLink)
Tryes to resolve the given item link and to retrieve the link id.
|
static PasswordEncoder |
Utilities.getPasswordEncoder(java.lang.String encoding)
Returns a specific
PasswordEncoder from the user password encoders configured within
project.properties parameter password.encoders |
static java.lang.String |
Utilities.getReplacementTypeFromLink(SessionContext ctx,
java.lang.String itemLink)
Tryes to resolve the given item link and to retrieve the replacementType
|
static boolean |
JaloTools.getTypedPrimitiveBoolean(java.lang.Object value,
boolean defValue)
Returns primitive boolean value from Boolean value object
|
static byte |
JaloTools.getTypedPrimitiveByte(java.lang.Object value,
byte defValue)
Returns primitive byte value from Byte value object
|
static char |
JaloTools.getTypedPrimitiveChar(java.lang.Object value,
char defValue)
Returns primitive char value from Character value object
|
static double |
JaloTools.getTypedPrimitiveDouble(java.lang.Object value,
double defValue)
Returns primitive double value from Dobule value object
|
static float |
JaloTools.getTypedPrimitiveFloat(java.lang.Object value,
float defValue)
Returns primitive float value from Float value object
|
static int |
JaloTools.getTypedPrimitiveInteger(java.lang.Object value,
int defValue)
Returns primitive int value from Integer value object
|
static long |
JaloTools.getTypedPrimitiveLong(java.lang.Object value,
long defValue)
Returns primitive long value from Long value object
|
static short |
JaloTools.getTypedPrimitiveShort(java.lang.Object value,
short defValue)
Returns primitive short value from Short value object
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
VariantProduct.checkBaseProductVariantType(VariantType myType,
Product base) |
java.util.Map<java.lang.String,java.util.Collection> |
VariantsManager.getAssignedVariantAttributes(Product baseProduct)
Deprecated.
since ages - please use {see de.hybris.platform.product.VariantsService.getAssignedVariantAttributes()} instead
|
void |
VariantType.setDeclaredAttributeDescriptors(java.util.Set fds)
Deprecated.
since ages
|
void |
VariantsTest.testAttributeAccessorClash() |
| Modifier and Type | Method and Description |
|---|---|
void |
VoucherTest.testVoucherTransfer() |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowAction.checkIncomingLinks()
Deprecated.
since ages - as of release 4.3, private method in
WorkflowProcessingService
This method gets called by its predecessors in the workflow. It checks if its conditions for
activation are met and calls the activate() method if so. |
Copyright © 2018 SAP SE. All Rights Reserved.