vladteodorescu
Explorer
Member since ‎2018 Apr 23

User Statistics

  • 12 Posts
  • 2 Solutions
  • 1 Kudos given
  • 0 Kudos received

User Activity

Hello, I am trying to store an entry in local.properties whose value contains a hash character. I have noticed that hybris only reads the value up to the hash, discarding the hash and whatever comes afterwards. That is, if I try to write the follwing...
I'm looking for an efficient way to remove a list of elements, given that I only know their primary key. The standard, easy way to do it, and the way I am doing it: for (PK pk: pkList) modelService.remove(pk); or maybe use a stream and a forE...
Hello everybody, Currently we have a hot folder import that uses a hardcoded Impex header to import data in 3 different languages to the same catalog. That is, localized properties receive values for en, de and it. Because of that, the Impex header t...
Hello everybody, I'm trying to set up the permissions for a certain user group on certain types (or attributes thereof). I have written myself a custom hook that does this when updating the running system, calling, for each type/attribute obj to be u...
Hello everybody, I am a hybris beginner who has been working on the hybris platform for the last few months. Recently, I have decided to switch IDEs from Ee to IntelliJ Idea, for various reasons. However, one of the features of Ee that I really miss ...
Kudos given to