SudokuFX
|
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) |
record fr.softsf.sudokufx.dto.BackgroundDto | ( | Long | backgroundid, |
@NotNull @Size(max=7) String | hexcolor, | ||
@Size(max=260) String | imagepath, | ||
@NotNull boolean | isimage ) |
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 ) |
record fr.softsf.sudokufx.dto.GameLevelDto | ( | Long | levelid, |
@NotNull @Size(max=64) String | levelname ) |
record fr.softsf.sudokufx.dto.GridDto | ( | Long | gridid, |
@NotNull @Size(max=162) String | defaultgridvalue, | ||
@NotNull @Size(max=162) String | gridvalue ) |
record fr.softsf.sudokufx.dto.MenuDto | ( | Long | menuid, |
@NotNull int | mode ) |
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 ) |
record fr.softsf.sudokufx.dto.PlayerLanguageDto | ( | Long | playerlanguageid, |
@NotNull @Size(max=2) String | iso ) |
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 ) |