Class ExtItemDictionary


  • public class ExtItemDictionary
    extends Object
    TODO clean this up!
    Author:
    mederly
    • Constructor Detail

      • ExtItemDictionary

        public ExtItemDictionary()
    • Method Detail

      • initialize

        @PostConstruct
        public void initialize()
      • createOrFindItemDefinition

        @NotNull
        public @NotNull RExtItem createOrFindItemDefinition​(@NotNull
                                                            @NotNull ItemDefinition<?> definition,
                                                            boolean throwExceptionAfterCreate)
      • createOrFindItemDefinition

        @NotNull
        public @NotNull RExtItem createOrFindItemDefinition​(@NotNull
                                                            @NotNull ItemDefinition<?> definition)
      • findItemByDefinition

        @Nullable
        public @Nullable RExtItem findItemByDefinition​(@NotNull
                                                       @NotNull ItemDefinition<?> definition)