Uses of Record Class
com.bluebell.greenhouse.sol.models.dto.importers.position.ImportedPositionEvent
Packages that use ImportedPositionEvent
Package
Description
Contains
Position import
services.Contains
Position-import
DTOs.Contains the utilities used by sol.
-
Uses of ImportedPositionEvent in com.bluebell.greenhouse.sol.importers.position
Method parameters in com.bluebell.greenhouse.sol.importers.position with type arguments of type ImportedPositionEventModifier and TypeMethodDescriptionintPositionEventImportExecutionService.importEvents(List<ImportedPositionEvent> events, Account account) Imports normalized position events.intPositionImportExecutionService.importEvents(List<ImportedPositionEvent> events, Account account) Imports normalized position events.intPositionImportService.importEvents(List<ImportedPositionEvent> events, Account account) Imports normalized position events. -
Uses of ImportedPositionEvent in com.bluebell.greenhouse.sol.models.dto.importers.position
Methods in com.bluebell.greenhouse.sol.models.dto.importers.position that return types with arguments of type ImportedPositionEventModifier and TypeMethodDescriptionImportedPositionEntry.events()Returns the value of theeventsrecord component.Constructor parameters in com.bluebell.greenhouse.sol.models.dto.importers.position with type arguments of type ImportedPositionEventModifierConstructorDescriptionCreates an instance of aImportedPositionEntryrecord class. -
Uses of ImportedPositionEvent in com.bluebell.greenhouse.sol.util
Methods in com.bluebell.greenhouse.sol.util that return ImportedPositionEventModifier and TypeMethodDescriptionstatic ImportedPositionEventImportedPositionEventUtil.applyStrategy(ImportedPositionEvent event, String strategyUid, String strategyReferenceCode) Applies a global strategy assignment to an imported event.Methods in com.bluebell.greenhouse.sol.util with parameters of type ImportedPositionEventModifier and TypeMethodDescriptionstatic ImportedPositionEventImportedPositionEventUtil.applyStrategy(ImportedPositionEvent event, String strategyUid, String strategyReferenceCode) Applies a global strategy assignment to an imported event.