Uses of Enum Class
com.bluebell.greenhouse.platform.enums.symbol.SymbolRevision
Packages that use SymbolRevision
Package
Description
Contains core enums used for
Symbols.Contains class implementation for operating with
Symbols.Contains the data-access layer for
Symbols.Contains the service layer for
Symbols.Contains
Symbol-specific
entity specifications.-
Uses of SymbolRevision in com.bluebell.greenhouse.platform.enums.symbol
Subclasses with type arguments of type SymbolRevision in com.bluebell.greenhouse.platform.enums.symbolClasses in com.bluebell.greenhouse.platform.enums.symbol that implement interfaces with type arguments of type SymbolRevisionMethods in com.bluebell.greenhouse.platform.enums.symbol that return SymbolRevisionModifier and TypeMethodDescriptionstatic SymbolRevisionReturns the enum constant of this class with the specified name.static SymbolRevision[]SymbolRevision.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SymbolRevision in com.bluebell.greenhouse.platform.models.core.nonentities.symbol
Methods in com.bluebell.greenhouse.platform.models.core.nonentities.symbol that return SymbolRevisionModifier and TypeMethodDescriptionSymbolFilter.revision()Returns the value of therevisionrecord component.Constructors in com.bluebell.greenhouse.platform.models.core.nonentities.symbol with parameters of type SymbolRevisionModifierConstructorDescriptionSymbolFilter(Boolean active, SymbolRevision revision, SymbolType type, String query) Creates an instance of aSymbolFilterrecord class. -
Uses of SymbolRevision in com.bluebell.greenhouse.radicle.repositories.symbol
Methods in com.bluebell.greenhouse.radicle.repositories.symbol with parameters of type SymbolRevisionModifier and TypeMethodDescriptionSymbolRepository.findSymbolsByRevision(SymbolRevision revision) -
Uses of SymbolRevision in com.bluebell.greenhouse.radicle.services.symbol
Methods in com.bluebell.greenhouse.radicle.services.symbol with parameters of type SymbolRevisionModifier and TypeMethodDescriptionSymbolService.findSymbolsByRevision(SymbolRevision revision) org.springframework.data.domain.Page<Symbol> SymbolService.searchSymbols(Boolean active, SymbolRevision revision, SymbolType type, String search, int page, int pageSize, org.springframework.data.domain.Sort sort) -
Uses of SymbolRevision in com.bluebell.greenhouse.radicle.specifications.symbol
Methods in com.bluebell.greenhouse.radicle.specifications.symbol with parameters of type SymbolRevisionModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<Symbol> SymbolSpecifications.hasRevision(SymbolRevision revision) Filters bySymbolRevision.