William Velzeboer
William Velzeboer
Hi @PseudoDarwinist Can check if the IRR_SEL_IContentDocumentLinksSelector interface is extended from fflib_ISObjectSelector?
@ImJohnMDaniel The purpose of the domain is to allow easy access to the list of objects it contains. There are three primary types of methods on the domain; getters, setters...
@daveespo @stohn777 Is there already some update about this problem? I ran into this issue again today. How do you advise we resolve this issue?
@afawcett What do you think of this change? I am thinking about adding platform cache to it, but first wanted to see what you think of this.
> @wimvelzeboer - the implementation of the new 'overloaded' versions of registerNew and registerDirty are not DRY -- there is too much code duplicated between the legacy versions of those...
> I see that you routed the legacy registerNew methods into the new bulkified one. But you didn't address the registerDirty duplicated code -- can you do the same treatment...
@stohn777 Ok, thanks for the heads-up! Looking forward to seeing the redesign of the query builder. :-)
@baksale I like that this criteria/condition factory is a small class and resolves this long open issue. But have you ever looked at this [fflib_Critera](https://github.com/wimvelzeboer/fflib-apex-extensions/wiki/criteria-based-filter) class? It has a wider...
We at Johnson & Johnson already implemented a dynamic/object-oriented (WHERE) query builder. It’s based on the well known Criteria class from Java. At this moment we are working on extending...
@stohn777 I am waiting until the pull-request for splitting the domain and trigger handler get merged, then I can raise the PR with the criteria class and have a discussion...