| 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 |
|---|---|
void |
SequenceIdTranslatorTest.testSequenceEmpty() |
void |
SequenceIdTranslatorTest.testSequenceEqual() |
void |
SequenceIdTranslatorTest.testSequenceGreater() |
void |
SequenceIdTranslatorTest.testSequenceSmaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogServiceTest.testGetPathForTestCatalog() |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogTest.testCatalog() |
| 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 |
|---|---|
void |
TenantRestartTest.testAfterStartupMessageSendAfterRestart() |
void |
TenantRestartTest.testFetchAccurateHybrisDataSourceAfterTenantRestart() |
void |
TenantRestartTest.testJaloSessionObsoleteAfterTenantRestart() |
void |
TenantRestartTest.testTheSameInvalidationListenersAfterRestart() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
RemoveItemsJob.deleteItem(Item item)
Deprecated.
Removes an Item.
|
void |
CronJobTest.testSessionContextAttributeFiltering() |
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicAttributesTest.shouldReturnDynamicAttributeInListOfAllAttrubutesForTypeUsingItem() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImpExImportTest.testImportingPrivateAttributes()
Tests if the import of private attributes is possible.
|
void |
ImpExImportTest.testModificatedTimeByInsertUpdate() |
| Modifier and Type | Method and Description |
|---|---|
JaloSession |
JaloConnection.createAnonymousCustomerSession()
Creates a session to the hybris platform system using a anonymous account.
|
JaloSession |
JaloConnection.createAnonymousCustomerSession(java.lang.Class sessionClass)
Creates a session to the hybris platform system using a anonymous account.
|
JaloSession |
JaloConnection.createAnonymousCustomerSession(java.util.Map initialAttributes) |
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.
|
JaloSession |
JaloConnection.createSession(java.lang.String user,
java.lang.String pwd)
creates a session with the given username/pwd
|
JaloSession |
JaloConnection.createSession(User user)
Creates a new session using a already known user.
|
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) |
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.
|
protected void |
JaloSession.initSessionContext(java.util.Map props) |
protected User |
JaloSession.initUser(java.util.Map props,
boolean isDefaultAnonymousSession) |
protected User |
JaloSession.performLogin(LoginToken token,
java.util.Map loginProperties)
performs login for a given login token and additionally params.
|
protected User |
JaloSession.performLogin(java.lang.String login,
java.lang.String password,
java.util.Map loginProperties)
performs login for a given login, password and additionally params.
|
void |
SessionContextMapTest.prepareSessions() |
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.ItemImpl.setPermissionMap(java.util.List<UserRight> userRights,
java.util.Map<Principal,java.util.List<java.lang.Boolean>> permissionMap) |
void |
Item.setPermissionsByMap(java.util.List userRights,
java.util.Map permissionMap)
Changes permission settings for a given list of user rights.
|
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.
|
void |
JaloSession.transfer(java.lang.String user,
java.lang.String pwd)
changes the session user including the full login process.
|
| 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 |
|---|---|
protected java.lang.Object |
AbstractOrder.getAttributeValue(Item item,
java.lang.String qualifer) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PaymentInfo.setAllAttributesInternal(SessionContext ctx,
java.util.Map values) |
| Modifier and Type | Method and Description |
|---|---|
void |
AccessManager.addGlobalNegativePermission(Principal caller,
Principal principal,
UserRight permission)
Deprecated.
since ages - please use
Principal.addGlobalNegativePermission(UserRight) instead |
void |
AccessManager.addGlobalPermissions(Principal caller,
java.util.Collection permissions)
Assigns a list of global rights
|
void |
AccessManager.addGlobalPositivePermission(Principal caller,
Principal principal,
UserRight permission)
Deprecated.
since ages - please use
Principal.addGlobalPositivePermission(UserRight) instead |
void |
AccessManager.addNegativePermissionOn(Item item,
Principal caller,
Principal principal,
UserRight permission)
Negatively assigns a right for a user to a item (prohibition).
|
void |
AccessManager.addPositivePermissionOn(Item item,
Principal caller,
Principal principal,
UserRight permission)
Positively assigns a right for a user to a item.
|
void |
AccessManager.removeGlobalPermission(Principal caller,
Principal principal,
UserRight permission)
Deprecated.
since ages - please use
Principal.clearGlobalPermission(UserRight) instead |
void |
AccessManager.removePermissionOn(Item item,
Principal caller,
Principal principal,
UserRight permission)
Removes the local assignment of a userright for a user on a specific item.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchRestrictionTest.finish() |
java.lang.Object |
PropertyAccess.getValue(SessionContext ctx,
Item item) |
java.lang.Object |
ReflectionAttributeAccess.getValue(SessionContext ctx,
Item item) |
java.lang.Object |
RelationAttributeAccess.getValue(SessionContext ctx,
Item item) |
java.lang.Object |
OneToManyRelationAttributeAccess.getValue(SessionContext ctx,
Item item) |
java.lang.Object |
LocalizableFeatureAccess.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.
|
void |
PropertyAccess.setValue(SessionContext ctx,
Item item,
java.lang.Object value) |
void |
ReflectionAttributeAccess.setValue(SessionContext ctx,
Item item,
java.lang.Object value) |
void |
RelationAttributeAccess.setValue(SessionContext ctx,
Item item,
java.lang.Object value) |
void |
OneToManyRelationAttributeAccess.setValue(SessionContext ctx,
Item item,
java.lang.Object value) |
void |
LocalizableFeatureAccess.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HybrisJmxIntegrationTest.finish()
we close all session in our test so default finish fails
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasePlatformLDAPTest.finish() |
| Modifier and Type | Method and Description |
|---|---|
void |
OciTest.testDefaultSAPProduct() |
void |
OciTest.testDefaultSAPProductWithGivenButtonHTMLcode() |
void |
OciTest.testDefaultSAPProductWithHTMLinProductDescription() |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemEJBImpl.setPermissionMap(java.util.List<UserRight> userRights,
java.util.Map<Principal,java.util.List<java.lang.Boolean>> permissionMap) |
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 |
|---|---|
void |
CategoryTreeContentBrowser.MacFinderTreeNodeRenderer.render(Listitem item,
java.lang.Object data) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
MacFinderTreeNode.getDisplayedLabel() |
boolean |
MacFinderTreeNode.isNameAttributeExist() |
boolean |
MacFinderTreeNodeAbstract.isNameAttributeExist() |
boolean |
CategoryNode.isNameAttributeExist() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
CachedPromotionOrderAddFreeGiftAction.doGetAttribute(SessionContext ctx,
java.lang.String attrQualifier)
Custom attribute access as part of
JaloOnlyItem contract. |
java.lang.Object |
CachedPromotionOrderAdjustTotalAction.doGetAttribute(SessionContext ctx,
java.lang.String attrQualifier)
Custom attribute access as part of
JaloOnlyItem contract. |
java.lang.Object |
CachedPromotionOrderEntryConsumed.doGetAttribute(SessionContext ctx,
java.lang.String attrQualifier)
Custom attribute access as part of
JaloOnlyItem contract. |
java.lang.Object |
CachedPromotionOrderEntryAdjustAction.doGetAttribute(SessionContext ctx,
java.lang.String attrQualifier)
Custom attribute access as part of
JaloOnlyItem contract. |
java.lang.Object |
CachedPromotionResult.doGetAttribute(SessionContext ctx,
java.lang.String attrQualifier)
Custom attribute access as part of
JaloOnlyItem contract. |
java.lang.Object |
CachedPromotionOrderChangeDeliveryModeAction.doGetAttribute(SessionContext ctx,
java.lang.String attrQualifier)
Custom attribute access as part of
JaloOnlyItem contract. |
java.lang.Object |
CachedPromotionNullAction.doGetAttribute(SessionContext ctx,
java.lang.String attrQualifier)
Custom attribute access as part of
JaloOnlyItem contract. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
PromotionCart.getAttribute(SessionContext ctx,
java.lang.String qualifier) |
| 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 |
|---|---|
java.lang.Object |
InMemoryCartEntry.doGetAttribute(SessionContext ctx,
java.lang.String attrQualifier)
Custom attribute access as part of
JaloOnlyItem contract. |
java.lang.Object |
JaloOnlyItemHelper.doGetAttribute(SessionContext ctx,
java.lang.String attrQualifier)
Implements in-memory attributes backed by a
Map. |
java.lang.Object |
InMemoryCart.doGetAttribute(SessionContext ctx,
java.lang.String attrQualifier)
Custom attribute access as part of
JaloOnlyItem contract. |
void |
InMemoryCartEntry.doSetAttribute(SessionContext ctx,
java.lang.String attrQualifier,
java.lang.Object value)
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 |
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.testReferenceSaving() |
void |
DefaultModelServiceIntegrationTest.testSaveAll() |
void |
DefaultModelServiceIntegrationTest.testSaveAllInTx() |
| Modifier and Type | Method and Description |
|---|---|
void |
JaloInitDefaultValuesModelTest.testJaloDefaultsExists()
This should already be tested somewhere in the jalo layer, but nevertheless we test this here again
|
void |
ItemModelTest.testNotSerializableWhenNewChangedOrRemoved() |
void |
ItemModelTest.testSerializableStrategies() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultAuthenticationServiceTest.testLoginLogout() |
| Modifier and Type | Method and Description |
|---|---|
protected long |
SessionPerformanceTest.createAnonymousSessions(int cycles) |
void |
SessionPerformanceTest.testAnonymousCreationPerformance() |
| Modifier and Type | Method and Description |
|---|---|
void |
RuntimeTypeServicelayerTest.testChangeComposTypeAtRuntime() |
void |
RuntimeTypeServicelayerTest.testChangeComposWithPropsTypeAtRuntime() |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionCloseStrategyTest.setUp() |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionTest.testCartPreservation() |
void |
SessionTest.testCleanExpiredSessionWithDeletedUser() |
void |
EnumerationTest.testCodeLowerCaseAttribute() |
void |
UserTest.testCreateAnonymousCustomerSession() |
void |
SessionTest.testCustomSessionClass() |
void |
ComposedTypeTest.testDefaulValues() |
void |
SessionTest.testDirectTransfer() |
void |
FlexibleSearchTest.testPLA_8330() |
void |
ItemTest.testSetCreationTime() |
void |
ComposedTypeTest.testSingleton() |
void |
SecurityTest.testTypedRights() |
| Modifier and Type | Method and Description |
|---|---|
void |
HybrisTestLogic.finish() |
void |
HybrisJUnit4Test.finish()
Delegates to de.hybris.platform.testframework.HybrisTestLogic#finish()
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
OneToManyHandler.setForeignKeyValue(SessionContext ctx,
Item key,
T toLink)
sets a foreign key property
OneToManyHandler.foreignKeyAttr for source item T |
protected void |
BidirectionalOneToManyHandler.setForeignKeyValue(SessionContext ctx,
Item key,
T toLink) |
protected void |
OneToManyHandler.setPosAttributeValue(SessionContext ctx,
T toLink,
int index)
sets a _pos attribute (
OneToManyHandler.orderNumberAttr) related for OneToManyHandler.foreignKeyAttr for source item T |
| Modifier and Type | Method and Description |
|---|---|
void |
TableNameDatabaseMetaDataCallbackTest.finish() |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowDecision.chosen()
Deprecated.
This method gets called when a user chooses this decision.
|
Copyright © 2018 SAP SE. All Rights Reserved.