| Modifier and Type | Method and Description |
|---|---|
protected void |
SyncItemsSearchResultAction.openWizard(Collection items,
ActionEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogTest.testCatalog() |
| 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 |
HMCHelper.DefaultHMCContext.expandNode(String nodeName,
boolean expanded)
Not yet implemented
|
void |
HMCHelper.DefaultHMCContext.openType(ComposedType type) |
void |
HMCHelper.DefaultHMCContext.openType(ComposedType type,
Map initialValues) |
protected void |
MainChip.transferSession(JaloSession jaloSession,
String login,
String password)
Performs the login by calling the
JaloSession.transfer(Map, boolean) method. |
| Modifier and Type | Method and Description |
|---|---|
Object |
WizardBusinessItem.doGetAttribute(SessionContext ctx,
String attrQualifier)
Implements in-memory attributes backed by a
Map. |
void |
WizardBusinessItem.doSetAttribute(SessionContext ctx,
String attrQualifier,
Object value)
Implements in-memory attributes backed by a
Map. |
void |
HMCContext.expandNode(String nodeName,
boolean expanded)
Expands or collapses a specified hmc explorer node.
|
ItemEditorContext |
HMCContext.openItem(Item item,
boolean externalEditor)
Opens an item editor.
|
void |
HMCContext.openType(ComposedType type)
Opens the organizer associated with the given type.
|
void |
HMCContext.openType(ComposedType type,
Map initialAttributes)
Opens the organizer associated with the given type.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
GenericItemSaveAction.saveSpecialEditors(Item item,
Map<String,AbstractChip> editors)
Saves all values of partOf-attributes.
|
| 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(Class sessionClass)
Creates a session to the hybris platform system using a anonymous account.
|
JaloSession |
JaloConnection.createSession(Map loginProperties)
Creates a session with the given login information.
|
JaloSession |
JaloConnection.createSession(Map loginProperties,
Class sessionClass)
Creates a session with the given login information.
|
JaloSession |
JaloConnection.createSession(String user,
String pwd)
creates a session with the given username/pwd
|
JaloSession |
JaloConnection.createSession(User user)
Creates a new session using a already known user.
|
Object |
JaloOnlyItem.doGetAttribute(SessionContext ctx,
String attrQualifier)
Should get the value of the given attribute if no
AttributeAccess has been
registered for it. |
void |
JaloOnlyItem.doSetAttribute(SessionContext ctx,
String attrQualifier,
Object value)
Should set the value of the given attribute if no
AttributeAccess has been
registered for it. |
protected User |
JaloSession.findSessionUser(ComposedType userType,
String login) |
Map |
Item.getAllAttributes()
Reads all (readable) attribute values of this item using the current session context.
|
Map |
Item.getAllAttributes(SessionContext ctx)
Reads all (readable) attribute values of this item using a specific session context.
|
Map |
Item.getAllAttributes(SessionContext ctx,
Item.AttributeFilter filter)
Reads all attribute values of this item which pass a given attribute filter.
|
Map |
Item.getAllAttributes(SessionContext ctx,
Set<String> qualfiers)
Reads all values of specified attributes for this item.
|
protected Map<String,Object> |
Item.getAllAttributesInternal(SessionContext ctx,
Set<String> qualfiers) |
Object |
Item.getAttribute(SessionContext ctx,
String qualifier)
Returns the attribute value for a single item attribute with a specified session context.
|
Object |
Item.getAttribute(String qualifier)
Returns the attribute value for a single item attribute using the current session context.
|
protected void |
JaloSession.initSessionContext(Map props) |
protected User |
JaloSession.initUser(Map props,
boolean isDefaultAnonymousSession) |
protected User |
JaloSession.performLogin(LoginToken token,
Map loginProperties)
performs login for a given login token and additionally params.
|
protected User |
JaloSession.performLogin(String login,
String password,
Map loginProperties)
performs login for a given login, password and additionally params.
|
void |
SessionContextMapTest.prepareSessions() |
void |
Item.setAllAttributes(Map values)
Sets multiple attributes at once using the default session context.
|
void |
Item.setAllAttributes(SessionContext ctx,
Map values)
Sets multiple attributes at once using a specific session context.
|
protected void |
Item.setAllAttributesInternal(SessionContext ctx,
Map values) |
void |
Item.setAttribute(SessionContext ctx,
String qualifier,
Object value)
Sets the value of the attribute specified by the attribute qualifier.
|
void |
Item.setAttribute(String qualifier,
Object value)
Sets the value of the attribute specified by the attribute qualifier.
|
void |
Item.ItemImpl.setPermissionMap(List<UserRight> userRights,
Map<Principal,List<Boolean>> permissionMap) |
void |
Item.setPermissionsByMap(List userRights,
Map permissionMap)
Changes permission settings for a given list of user rights.
|
void |
JaloSession.transfer(Map props)
changes the session user including the full login process.
|
void |
JaloSession.transfer(Map props,
boolean activateUserLanguageAndCurrency)
changes the session user including the full login process.
|
void |
JaloSession.transfer(String user,
String pwd)
changes the session user including the full login process.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Link.setAttribute(SessionContext ctx,
String qualifier,
Object value)
Overwritten to accept
pk instances as value for source and target attribute too
(perf). |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
AbstractOrder.getAttributeValue(Item item,
String qualifer) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PaymentInfo.setAllAttributesInternal(SessionContext ctx,
Map values) |
| Modifier and Type | Method and Description |
|---|---|
void |
AccessManager.addGlobalNegativePermission(Principal caller,
Principal principal,
UserRight permission)
Deprecated.
please use
Principal.addGlobalNegativePermission(UserRight) instead |
void |
AccessManager.addGlobalPermissions(Principal caller,
Collection permissions)
Assigns a list of global rights
|
void |
AccessManager.addGlobalPositivePermission(Principal caller,
Principal principal,
UserRight permission)
Deprecated.
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.
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() |
Object |
AttributeAccess.getValue(SessionContext ctx,
Item item)
Retrieves the attribute data from a given item.
|
Object |
OneToManyRelationAttributeAccess.getValue(SessionContext ctx,
Item item) |
Object |
ConstantAttributeAccess.getValue(SessionContext ctx,
Item item) |
Object |
LocalizableFeatureAccess.getValue(SessionContext ctx,
Item item) |
Object |
PropertyAccess.getValue(SessionContext ctx,
Item item) |
Object |
ReflectionAttributeAccess.getValue(SessionContext ctx,
Item item) |
Object |
RelationAttributeAccess.getValue(SessionContext ctx,
Item item) |
void |
AttributeAccess.setValue(SessionContext ctx,
Item item,
Object value)
Stores the attribute data for a given item.
|
void |
OneToManyRelationAttributeAccess.setValue(SessionContext ctx,
Item item,
Object value) |
void |
LocalizableFeatureAccess.setValue(SessionContext ctx,
Item item,
Object value) |
void |
PropertyAccess.setValue(SessionContext ctx,
Item item,
Object value) |
void |
ReflectionAttributeAccess.setValue(SessionContext ctx,
Item item,
Object value) |
void |
RelationAttributeAccess.setValue(SessionContext ctx,
Item item,
Object value) |
void |
AbstractNonChangeableAttributeAccess.setValue(SessionContext ctx,
Item item,
Object value) |
| 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(List<UserRight> userRights,
Map<Principal,List<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 |
|---|---|
Object |
ValueUtilsImpl.getAttribute(Item item,
String qualifier,
Language lang) |
Object |
ValueUtils.getAttribute(Item item,
String qualifier,
Language lang)
Returns a value of the attribute in the specified language.
|
Object |
ValueUtilsImpl.getAttribute(Item item,
String qualifier,
String langIso) |
Object |
ValueUtils.getAttribute(Item item,
String qualifier,
String langIso)
Returns a value of the attribute in the specified language.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PublicationTreeNavigatorUtils.dropChapters(DropEvent dropEvent,
PublicationTreeNavigatorRenderer renderer)
Performs chapter(s) drop.
|
static void |
PublicationTreeNavigatorUtils.dropChapters(Set<TypedObject> drop,
TypedObject targetData,
PublicationTreeNavigatorRenderer renderer,
int dropEventKeys)
Performs chapter(s) drop.
|
static void |
PublicationTreeNavigatorUtils.placeNewChapter(TypedObject targetData,
PublicationTreeNavigatorRenderer renderer,
int dropEventKeys)
Performs chapter(s) creation
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
RepairProcessAction.openWizard(ActionEvent actionEvent,
BusinessProcess process) |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryTreeContentBrowser.MacFinderTreeNodeRenderer.render(Listitem item,
Object data) |
| Modifier and Type | Method and Description |
|---|---|
String |
MacFinderTreeNode.getDisplayedLabel() |
boolean |
MacFinderTreeNode.isNameAttributeExist() |
boolean |
CategoryNode.isNameAttributeExist() |
boolean |
MacFinderTreeNodeAbstract.isNameAttributeExist() |
| Modifier and Type | Method and Description |
|---|---|
Object |
CachedPromotionResult.doGetAttribute(SessionContext ctx,
String attrQualifier)
Custom attribute access as part of
JaloOnlyItem contract. |
Object |
CachedPromotionNullAction.doGetAttribute(SessionContext ctx,
String attrQualifier)
Custom attribute access as part of
JaloOnlyItem contract. |
Object |
CachedPromotionOrderEntryAdjustAction.doGetAttribute(SessionContext ctx,
String attrQualifier)
Custom attribute access as part of
JaloOnlyItem contract. |
Object |
CachedPromotionOrderEntryConsumed.doGetAttribute(SessionContext ctx,
String attrQualifier)
Custom attribute access as part of
JaloOnlyItem contract. |
Object |
CachedPromotionOrderChangeDeliveryModeAction.doGetAttribute(SessionContext ctx,
String attrQualifier)
Custom attribute access as part of
JaloOnlyItem contract. |
Object |
CachedPromotionOrderAdjustTotalAction.doGetAttribute(SessionContext ctx,
String attrQualifier)
Custom attribute access as part of
JaloOnlyItem contract. |
Object |
CachedPromotionOrderAddFreeGiftAction.doGetAttribute(SessionContext ctx,
String attrQualifier)
Custom attribute access as part of
JaloOnlyItem contract. |
void |
CachedPromotionResult.doSetAttribute(SessionContext ctx,
String attrQualifier,
Object value)
Custom attribute access as part of
JaloOnlyItem contract. |
void |
CachedPromotionNullAction.doSetAttribute(SessionContext ctx,
String attrQualifier,
Object value)
Custom attribute access as part of
JaloOnlyItem contract. |
void |
CachedPromotionOrderEntryAdjustAction.doSetAttribute(SessionContext ctx,
String attrQualifier,
Object value)
Custom attribute access as part of
JaloOnlyItem contract. |
void |
CachedPromotionOrderEntryConsumed.doSetAttribute(SessionContext ctx,
String attrQualifier,
Object value)
Custom attribute access as part of
JaloOnlyItem contract. |
void |
CachedPromotionOrderChangeDeliveryModeAction.doSetAttribute(SessionContext ctx,
String attrQualifier,
Object value)
Custom attribute access as part of
JaloOnlyItem contract. |
void |
CachedPromotionOrderAdjustTotalAction.doSetAttribute(SessionContext ctx,
String attrQualifier,
Object value)
Custom attribute access as part of
JaloOnlyItem contract. |
void |
CachedPromotionOrderAddFreeGiftAction.doSetAttribute(SessionContext ctx,
String attrQualifier,
Object value)
Custom attribute access as part of
JaloOnlyItem contract. |
| Modifier and Type | Method and Description |
|---|---|
Object |
PromotionCart.getAttribute(SessionContext ctx,
String qualifier) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ServicelayerHMCHelper.getSingleValueAttribute(ItemModel model,
String qualifier,
boolean useLanguageFallback) |
| Modifier and Type | Method and Description |
|---|---|
Object |
InMemoryCartEntry.doGetAttribute(SessionContext ctx,
String attrQualifier)
Custom attribute access as part of
JaloOnlyItem contract. |
Object |
InMemoryCart.doGetAttribute(SessionContext ctx,
String attrQualifier)
Custom attribute access as part of
JaloOnlyItem contract. |
Object |
JaloOnlyItemHelper.doGetAttribute(SessionContext ctx,
String attrQualifier)
Implements in-memory attributes backed by a
Map. |
void |
InMemoryCartEntry.doSetAttribute(SessionContext ctx,
String attrQualifier,
Object value)
Custom attribute access as part of
JaloOnlyItem contract. |
void |
InMemoryCart.doSetAttribute(SessionContext ctx,
String attrQualifier,
Object value)
Custom attribute access as part of
JaloOnlyItem contract. |
void |
JaloOnlyItemHelper.doSetAttribute(SessionContext ctx,
String attrQualifier,
Object value)
Implements in-memory attributes backed by a
Map. |
| 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
|
| 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() |
| Constructor and Description |
|---|
AddressData(Address addressItem)
|
| 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 |
HybrisJUnit4Test.finish() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BidirectionalOneToManyHandler.setForeignKeyValue(SessionContext ctx,
Item key,
T toLink) |
protected void |
OneToManyHandler.setForeignKeyValue(SessionContext ctx,
Item key,
T toLink)
sets a foreign key property
OneToManyHandler.foreignKeyAttr for source item T |
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 |
|---|---|
Map<String,Collection> |
VariantsManager.getAssignedVariantAttributes(Product baseProduct)
Deprecated.
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 © 2017 SAP SE. All Rights Reserved.