Uses of Enum Class
com.bluebell.greenhouse.platform.enums.system.ImportFormat
Packages that use ImportFormat
Package
Description
Contains the position orchestrators.
Contains core enums used for system operations.
Contains
Position import
services.-
Uses of ImportFormat in com.bluebell.greenhouse.planter.orchestrators.position
Methods in com.bluebell.greenhouse.planter.orchestrators.position with parameters of type ImportFormatModifier and TypeMethodDescriptionvoidPositionOrchestrator.importPositions(AccountRequestContext context, ImportPositionsRequest importRequest, InputStream inputStream, String fileName, ImportFormat importFormat, ZoneId zoneId) Imports positions into an owned account. -
Uses of ImportFormat in com.bluebell.greenhouse.platform.enums.system
Subclasses with type arguments of type ImportFormat in com.bluebell.greenhouse.platform.enums.systemClasses in com.bluebell.greenhouse.platform.enums.system that implement interfaces with type arguments of type ImportFormatMethods in com.bluebell.greenhouse.platform.enums.system that return ImportFormatModifier and TypeMethodDescriptionstatic ImportFormatReturns the enum constant of this class with the specified name.static ImportFormat[]ImportFormat.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ImportFormat in com.bluebell.greenhouse.sol.importers.position
Methods in com.bluebell.greenhouse.sol.importers.position with parameters of type ImportFormatModifier and TypeMethodDescriptionintPositionImportService.importPositions(InputStream inputStream, String fileName, Account account, ImportFormat importFormat, boolean isStrategy) Imports positions from a file stream.intPositionImportService.importPositions(InputStream inputStream, String fileName, Account account, ImportFormat importFormat, boolean isStrategy, ZoneId timeZone) Imports positions from a file stream.intPositionImportService.importPositions(InputStream inputStream, String fileName, Account account, ImportFormat importFormat, boolean isStrategy, ZoneId timeZone, String strategyUid, String strategyReferenceCode) Imports positions from a file stream.