Index

A F G I R S T 
All Classes and Interfaces|All Packages

A

AbstractSelectOption - Class in fr.tiogars.architecture.select.models
Abstract class representing a select option with common properties.
AbstractSelectOption() - Constructor for class fr.tiogars.architecture.select.models.AbstractSelectOption
Default constructor.
AbstractSelectOption(Long, String, boolean) - Constructor for class fr.tiogars.architecture.select.models.AbstractSelectOption
Constructor to initialize the select option.
AbstractSelectService<Entity,Model,SelectOption,SelectRepository> - Class in fr.tiogars.architecture.select.services
Abstract class for select services that provides a common structure for selecting entities and converting them to models.
AbstractSelectService(SelectRepository) - Constructor for class fr.tiogars.architecture.select.services.AbstractSelectService
Constructor to initialize the repository.

F

fr.tiogars.architecture.select.models - package fr.tiogars.architecture.select.models
 
fr.tiogars.architecture.select.services - package fr.tiogars.architecture.select.services
 

G

getCode() - Method in class fr.tiogars.architecture.select.models.AbstractSelectOption
Get the code associated with the select option.
getCode() - Method in class fr.tiogars.architecture.select.models.SelectRequest
Get the code.
getId() - Method in class fr.tiogars.architecture.select.models.AbstractSelectOption
Get the unique identifier of the select option.
getId() - Method in class fr.tiogars.architecture.select.models.SelectRequest
Get the ID.
getLabel() - Method in class fr.tiogars.architecture.select.models.AbstractSelectOption
Get the display label of the select option.
getRows() - Method in class fr.tiogars.architecture.select.models.SelectResponse
Get the list of select options.
getSearchString() - Method in class fr.tiogars.architecture.select.models.SelectRequest
Get the search string.

I

isSelected() - Method in class fr.tiogars.architecture.select.models.AbstractSelectOption
Check if the select option is selected.

R

repository - Variable in class fr.tiogars.architecture.select.services.AbstractSelectService
The repository used for pagination and sorting operations.

S

select(SelectRequest) - Method in class fr.tiogars.architecture.select.services.AbstractSelectService
Select entities based on the provided request and convert them to select options.
SelectRequest - Class in fr.tiogars.architecture.select.models
Class representing a request for selecting entities.
SelectRequest() - Constructor for class fr.tiogars.architecture.select.models.SelectRequest
Default constructor.
SelectRequest(String) - Constructor for class fr.tiogars.architecture.select.models.SelectRequest
Constructor with search string.
SelectResponse<SelectOption> - Class in fr.tiogars.architecture.select.models
Class representing a response for selecting entities.
SelectResponse() - Constructor for class fr.tiogars.architecture.select.models.SelectResponse
Default constructor initializing an empty list of select options.
setCode(String) - Method in class fr.tiogars.architecture.select.models.SelectRequest
Set the code.
setId(Long) - Method in class fr.tiogars.architecture.select.models.SelectRequest
Set the ID.
setRows(List<SelectOption>) - Method in class fr.tiogars.architecture.select.models.SelectResponse
Set the list of select options.
setSearchString(String) - Method in class fr.tiogars.architecture.select.models.SelectRequest
Set the search string.

T

toModel(Entity) - Method in class fr.tiogars.architecture.select.services.AbstractSelectService
Convert an entity to a model.
toSelectOptions(Model) - Method in class fr.tiogars.architecture.select.services.AbstractSelectService
Convert a model to a select option.
toString() - Method in class fr.tiogars.architecture.select.models.AbstractSelectOption
 
toString() - Method in class fr.tiogars.architecture.select.models.SelectRequest
 
toString() - Method in class fr.tiogars.architecture.select.models.SelectResponse
Get the string representation of the response.
A F G I R S T 
All Classes and Interfaces|All Packages