SudokuFX
Loading...
Searching...
No Matches
Package fr.softsf.sudokufx.dto

Functions

record BackgroundDto (Long backgroundid, @NotNull @Size(max=7) String hexcolor, @Size(max=260) String imagepath, @NotNull boolean isimage)
 
record GameDto (Long gameid, @NotNull GridDto grididDto, @NotNull PlayerDto playeridDto, @NotNull GameLevelDto levelidDto, @NotNull boolean isselected, @NotNull LocalDateTime createdat, @NotNull LocalDateTime updatedat)
 
record GameLevelDto (Long levelid, @NotNull @Size(max=64) String levelname)
 
record GridDto (Long gridid, @NotNull @Size(max=162) String defaultgridvalue, @NotNull @Size(max=162) String gridvalue)
 
record MenuDto (Long menuid, @NotNull int mode)
 
record PlayerDto (Long playerid, @NotNull PlayerLanguageDto playerlanguageidDto, @NotNull BackgroundDto backgroundidDto, @NotNull MenuDto menuidDto, @NotNull Set< GameDto > gamesDto, @NotNull @Size(max=256) String name, @NotNull boolean isselected, @NotNull LocalDateTime createdat, @NotNull LocalDateTime updatedat)
 
record PlayerLanguageDto (Long playerlanguageid, @NotNull @Size(max=2) String iso)
 
record SoftwareDto (Long softwareid, @NotNull @Size(max=128) String currentversion, @NotNull @Size(max=128) String lastversion, @NotNull LocalDateTime createdat, @NotNull LocalDateTime updatedat)
 

Function Documentation

◆ BackgroundDto()

record fr.softsf.sudokufx.dto.BackgroundDto ( Long backgroundid,
@NotNull @Size(max=7) String hexcolor,
@Size(max=260) String imagepath,
@NotNull boolean isimage )

◆ GameDto()

record fr.softsf.sudokufx.dto.GameDto ( Long gameid,
@NotNull GridDto grididDto,
@NotNull PlayerDto playeridDto,
@NotNull GameLevelDto levelidDto,
@NotNull boolean isselected,
@NotNull LocalDateTime createdat,
@NotNull LocalDateTime updatedat )

◆ GameLevelDto()

record fr.softsf.sudokufx.dto.GameLevelDto ( Long levelid,
@NotNull @Size(max=64) String levelname )

◆ GridDto()

record fr.softsf.sudokufx.dto.GridDto ( Long gridid,
@NotNull @Size(max=162) String defaultgridvalue,
@NotNull @Size(max=162) String gridvalue )

◆ MenuDto()

record fr.softsf.sudokufx.dto.MenuDto ( Long menuid,
@NotNull int mode )

◆ PlayerDto()

record fr.softsf.sudokufx.dto.PlayerDto ( Long playerid,
@NotNull PlayerLanguageDto playerlanguageidDto,
@NotNull BackgroundDto backgroundidDto,
@NotNull MenuDto menuidDto,
@NotNull Set< GameDto > gamesDto,
@NotNull @Size(max=256) String name,
@NotNull boolean isselected,
@NotNull LocalDateTime createdat,
@NotNull LocalDateTime updatedat )

◆ PlayerLanguageDto()

record fr.softsf.sudokufx.dto.PlayerLanguageDto ( Long playerlanguageid,
@NotNull @Size(max=2) String iso )

◆ SoftwareDto()

record fr.softsf.sudokufx.dto.SoftwareDto ( Long softwareid,
@NotNull @Size(max=128) String currentversion,
@NotNull @Size(max=128) String lastversion,
@NotNull LocalDateTime createdat,
@NotNull LocalDateTime updatedat )