| Modifier and Type | Method and Description |
|---|---|
void |
CatalogServiceTest.testGetPathForTestCatalog() |
| Modifier and Type | Method and Description |
|---|---|
ClassificationAttribute |
CatalogManager.getClassificationAttribute(java.lang.String code,
ClassificationSystemVersion version)
Deprecated.
since ages - please use
Item.getAttribute(String) instead |
java.util.Set |
CatalogVersion.getDuplicateCatalogItemIDs(SessionContext ctx,
java.lang.String itemTypeCode,
java.lang.String versionAttr,
java.lang.String idAttribute)
Located duplicate catalog item ids.
|
| Modifier and Type | Method and Description |
|---|---|
ClassAttributeAssignment |
ClassificationClass.assignAttribute(ClassificationAttribute attribute,
java.lang.String typeCode,
ClassificationAttributeUnit unit,
java.util.Collection values,
int position) |
ClassAttributeAssignment |
ClassificationClass.getAttributeAssignment(ClassificationAttribute attr)
Provides access to the assignment of a given attribute to this class.
|
ClassificationAttributeUnit |
ClassificationSystemVersion.getAttributeUnit(java.lang.String code)
Deprecated.
since ages - use classificationSystemService.getAttributeUnitForCode(systemVersion, code)
|
ClassificationAttributeUnit |
ClassificationSystemVersion.getAttributeUnitBySymbol(java.lang.String unitSymbol) |
ClassificationAttribute |
ClassificationSystemVersion.getClassificationAttribute(java.lang.String code)
Deprecated.
since ages - use classificationSystemService.getAttributeForCode(systemVersion, code)
|
ClassificationAttributeValue |
ClassificationSystemVersion.getClassificationAttributeValue(java.lang.String code)
Deprecated.
since ages - use classificationSystemService.getAttributeValueForCode(systemVersion, code)
|
ClassificationClass |
ClassificationSystemVersion.getClassificationClass(java.lang.String code)
Deprecated.
since ages - use classificationSystemService.getClassForCode(systemVersion, code)
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassificationClassesResolverIntegrationTest.testClassificationPropagation() |
| 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 |
|---|---|
static Item |
WrapperFactory.getCachedItem(Cache cache,
PK pk) |
static java.util.Collection<Item> |
WrapperFactory.getCachedItems(Cache cache,
java.util.Collection<PK> pks,
java.util.Set<PK> prefetchLanguagePKs,
boolean ignoreMissing) |
static java.util.Collection<Item> |
WrapperFactory.getCachedItems(Cache cache,
java.util.Collection<PK> pks,
java.util.Set<PK> prefetchLanguagePKs,
boolean ignoreMissing,
boolean returnMissingAsNull) |
| Modifier and Type | Method and Description |
|---|---|
CronJob |
CompositeEntry.execute() |
CronJob |
CompositeEntry.execute(SessionContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
PriceRowTest.testCreationWithDateRange() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImpExMultThreadedTest.setUp() |
void |
ImpExImportTest.testReferencesWithNullValues() |
void |
ImpExImporterTest.testUnresolvedImport2() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Item> |
JaloSession.getItem(PK pk)
returns the item with the given PK.
|
<T extends Item> |
JaloSession.getItem(java.lang.String pk)
Deprecated.
since ages - please use
JaloSession.getItem(PK) with PK.parse(String) |
java.util.Collection<? extends Item> |
JaloSession.getItems(java.util.Collection<PK> pks)
Returns a collection of items for a given collection of PKs.
|
java.util.Collection<? extends Item> |
JaloSession.getItems(SessionContext ctx,
java.util.Collection<PK> pks)
Returns a collection of items for a given collection of PKs.
|
java.util.Collection<? extends Item> |
JaloSession.getItems(SessionContext ctx,
java.util.Collection<PK> pks,
boolean ignoreMissingItems)
Returns a collection of items for a given collection of PKs.
|
java.util.Collection<? extends Item> |
JaloSession.getItems(SessionContext ctx,
java.util.Collection<PK> pks,
boolean ignoreMissingItems,
boolean returnMissingAsNull)
Returns a collection of items for a given collection of PKs.
|
static <T extends Item> |
JaloSession.lookupItem(PK pk)
Same as
JaloSession.getItem(PK) but without actually requiring a session instance. |
static <T extends Item> |
JaloSession.lookupItem(Tenant tenant,
PK pk)
Same as
JaloSession.lookupItem(PK) with the ability to pass the (required) tenant manually. |
static java.util.Collection<? extends Item> |
JaloSession.lookupItems(SessionContext ctx,
java.util.Collection<PK> pks)
Same as
JaloSession.getItems(SessionContext, Collection) but without requiring a jalo session instance. |
static java.util.Collection<? extends Item> |
JaloSession.lookupItems(SessionContext ctx,
java.util.Collection<PK> pks,
boolean ignoreMissingItems)
Same as
JaloSession.getItems(SessionContext, Collection, boolean) but without requiring a jalo session instance. |
static java.util.Collection<? extends Item> |
JaloSession.lookupItems(SessionContext ctx,
java.util.Collection<PK> pks,
boolean ignoreMissingItems,
boolean returnMissingAsNull)
Same as
JaloSession.getItems(SessionContext, Collection, boolean, boolean) but without requiring a jalo session
instance. |
static java.util.Collection<? extends Item> |
JaloSession.lookupItems(Tenant tenant,
SessionContext ctx,
java.util.Collection<PK> pks,
boolean ignoreMissingItems,
boolean returnMissingAsNull) |
| Modifier and Type | Method and Description |
|---|---|
Country |
C2LManager.getCountryByIsoCode(java.lang.String iso)
Deprecated.
since ages - use
CommonI18NService.getCountry(String) instead. |
Currency |
C2LManager.getCurrencyByIsoCode(java.lang.String iso)
Deprecated.
since ages - use
CommonI18NService.getCurrency(String) instead. |
Language |
C2LManager.getLanguageByIsoCode(java.lang.String iso)
Deprecated.
since ages - use
CommonI18NService.getLanguage(String) instead. |
Region |
C2LManager.getRegionByCode(Country country,
java.lang.String code)
Deprecated.
since ages - use
CommonI18NService.getRegion(de.hybris.platform.core.model.c2l.CountryModel, String)
instead. |
Region |
C2LManager.getRegionByCode(java.lang.String code)
Deprecated.
since ages - You should consider not using region data without its country context , in that case use
CommonI18NService.getRegion(de.hybris.platform.core.model.c2l.CountryModel, String)
instead. |
Region |
Country.getRegionByCode(java.lang.String code)
Deprecated.
since ages - use
CommonI18NService.getRegion(de.hybris.platform.core.model.c2l.CountryModel, String)
instead |
| Modifier and Type | Method and Description |
|---|---|
EnumerationType |
EnumerationManager.getEnumerationType(java.lang.String code)
Deprecated.
since ages - please use {see de.hybris.platform.servicelayer.type.TypeService#getEnumerationType(String)} 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
|
| Modifier and Type | Method and Description |
|---|---|
DeliveryMode |
OrderManager.getDeliveryModeByCode(java.lang.String code)
Deprecated.
since ages - Use DeliveryModeService.getDeliveryModeForCode(String) instead.
|
AbstractOrderEntry |
AbstractOrder.getEntry(int index)
Deprecated.
since ages - Use OrderService.getEntryForNumber(de.hybris.platform.core.model.order.AbstractOrderModel, int)
instead.
|
PaymentInfo |
OrderManager.getPaymentInfoByCode(java.lang.String code)
Deprecated.
since payment info object are not intended to have unique codes this method makes no sense at all;
further payment infos should only be accessed via their users; use
OrderManager.getPaymentInfosByCode(String) instead |
PaymentMode |
OrderManager.getPaymentModeByCode(java.lang.String code)
Deprecated.
since ages - Use PaymentModeService.getPaymentModeByCode(String) instead.
|
| Modifier and Type | Method and Description |
|---|---|
Product |
ProductManager.getProductByPK(PK pk)
Deprecated.
since ages - as of release 4.3, please use
ModelService.get(PK)
convenience method for getting a product this method just calls |
Unit |
ProductManager.getUnit(PK pk)
Deprecated.
since ages - as of release 4.3, please use
ModelService.get(PK))
instead |
| Modifier and Type | Method and Description |
|---|---|
AttributeDescriptor |
ComposedType.getAttributeDescriptor(java.lang.String qualifier)
Returns a specific attribute descriptor regardless of whether it has been declared by this type or not.
|
AttributeDescriptor |
ComposedType.getAttributeDescriptorIncludingPrivate(java.lang.String qualifier)
Returns a declared or inherited attribute descriptor of this type even if is marked as private.
|
ComposedType |
TypeManager.getComposedType(java.lang.Class jaloClass)
Deprecated.
since ages - use TypeService instead.
|
ComposedType |
TypeManager.getComposedType(java.lang.String code)
Deprecated.
since ages - use TypeService instead
|
AttributeDescriptor |
ComposedType.getDeclaredAttributeDescriptor(java.lang.String qualifier)
Returns a specific declared attribute descriptor.
|
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.util.Map |
ComposedType.getDefaultValues(java.util.Set fdCodes)
Returns the default values for a specified set of attributes.
|
AttributeDescriptor |
ComposedType.getEveryAttributeDescriptor(java.lang.String qualifier)
Deprecated.
since ages - use
ComposedType.getAttributeDescriptorIncludingPrivate(String) instead |
AtomicType |
TypeManager.getRootAtomicType(java.lang.Class javaClass)
Deprecated.
|
ComposedType |
TypeManager.getRootComposedType(java.lang.Class jaloClass)
Deprecated.
Finds the top most composed type starting with the one matching the given jalo class ( see
TypeManager.getComposedType(Class) for match by jalo class ). |
ComposedType |
TypeManager.getRootComposedType(int typeCode)
Deprecated.
The type matching an item ejb typecode.
|
ComposedType |
TypeManager.getRootComposedTypeForJaloClass(java.lang.Class jaloClass)
Deprecated.
|
Type |
TypeManager.getType(java.lang.String code)
Deprecated.
since ages - use TypeService.getTypeForCode() instead.
|
boolean |
ComposedType.hasAttribute(java.lang.String qualifier)
Returns true of the attribute with the given qualifier exist in this composed type
|
static <E extends Item> |
ComposedType.newInstance(SessionContext ctx,
java.lang.Class jaloClass,
java.util.Map attributeValues)
Convenience method for creating typed instances of a given composed type.
|
static <E extends Item> |
ComposedType.newInstance(SessionContext ctx,
java.lang.Class jaloClass,
java.lang.Object... params)
Convenience method for creating typed instances of a given composed type.
|
static <E extends Item> |
ComposedType.newInstance(SessionContext ctx,
java.lang.String typeCode,
java.util.Map attributeValues)
Convenience method for creating typed instances of a given composed type.
|
static <E extends Item> |
ComposedType.newInstance(SessionContext ctx,
java.lang.String typeCode,
java.lang.Object... params)
Convenience method for creating typed instances of a given composed type.This method does not take a parameter map
but allows to pass parameters as value list.
|
void |
SearchRestrictionTest.testCreationViaType() |
void |
SearchRestrictionTest.testOverloading() |
| Modifier and Type | Method and Description |
|---|---|
Customer |
UserManager.getCustomerByLogin(java.lang.String login)
Find a customer by its login name.
|
Employee |
UserManager.getEmployeeByLogin(java.lang.String login)
Finds an employee by its login name.
|
Title |
UserManager.getTitleByCode(java.lang.String code)
Returns the
Title with the specified code. |
User |
UserManager.getUserByLogin(java.lang.String login)
Finds a user by its login name.
|
UserGroup |
UserManager.getUserGroupByGroupID(java.lang.String groupID)
Finds a user group by its login name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PhoneNumberServiceTest.testPhoneNumberCreation() |
| Modifier and Type | Method and Description |
|---|---|
AttributeDescriptor |
ComposedTypeEJBImpl.getAttributeDescriptor(java.lang.String qualifier) |
AttributeDescriptor |
ComposedTypeEJBImpl.getDeclaredAttributeDescriptor(java.lang.String qualifier) |
AttributeDescriptor |
ComposedTypeEJBImpl.getEveryAttributeDescriptor(java.lang.String qualifier) |
AttributeDescriptor |
ComposedTypeEJBImpl.redeclareAttributeDescriptor(java.lang.String qualifier,
Type type,
int modifiers) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductDaoTest.testVariants() |
| Modifier and Type | Method and Description |
|---|---|
AbstractOrderEntry |
InMemoryCart.getEntry(int index)
Overwritten to provide in-memory list of entries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ItemModelTest.testUnsupportedMandatoryAttributesCheck() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AttributeTest.exists(ComposedType type,
java.lang.String qualifier) |
void |
AttributeTest.setUp() |
void |
ProductTypeTest.setUp() |
void |
EnumerationValueTypeTest.setUp() |
void |
EnumerationTypeTest.setUp() |
void |
UnitTypeTest.setUp() |
void |
ComposedTypeTest.setUp() |
void |
AtomicTypeTest.testAtomicTypeHierarchy() |
void |
ComposedTypeTest.testAtomicTypeType() |
void |
OrderManagerTest.testCartTypeCopying() |
void |
ComposedTypeTest.testComposedType() |
void |
AttributeTest.testCorruptDefaultValue()
Tests bug PLA-4962
|
void |
EnumerationTest.testCreate() |
void |
TypeManagerJaloTest.testCreateAtomicType() |
void |
GenericItemTypeTest.testGenericItemType() |
void |
TypeManagerJaloTest.testGetComposedType() |
void |
UserManagerTest.testIfAdminCanBeDeleted() |
void |
UserManagerTest.testIfAdminGroupCanBeDeleted() |
void |
EnumerationTypeTest.testItemEnumerationType() |
void |
FlexibleSearchTest.testJoin() |
void |
OrderManagerTest.testOrderTypeCopying() |
void |
FlexibleSearchTest.testPLA_8330() |
void |
FlexibleSearchTest.testPLA7389() |
void |
RegionTest.testRegionCodes() |
void |
ComposedTypeTest.testTypeType() |
| 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 java.lang.String |
Utilities.getReplacementTypeFromLink(SessionContext ctx,
java.lang.String itemLink)
Tryes to resolve the given item link and to retrieve the replacementType
|
Copyright © 2018 SAP SE. All Rights Reserved.