Serialized Form
-
Package com.felipe.belo.mvp.core.exception
-
Exception Class com.felipe.belo.mvp.core.exception.BusinessException
class BusinessException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.felipe.belo.mvp.role.dto
-
Record Class com.felipe.belo.mvp.role.dto.CreateRoleDto
class CreateRoleDto extends Record implements Serializable- serialVersionUID:
- 4582102258170273066L
-
Serialized Fields
-
name
@NotBlank(message="{I18nConstants.MESSAGE_ROLE_NAME_REQUIRED}") @Size(min=5,max=20,message="{I18nConstants.MESSAGE_ROLE_NAME_LENGTH}") String nameThe field for thenamerecord component. -
permissions
Set<Permissions> permissions
The field for thepermissionsrecord component.
-
-
Record Class com.felipe.belo.mvp.role.dto.RoleDto
class RoleDto extends Record implements Serializable- serialVersionUID:
- -1597317690891338318L
-
Serialized Fields
-
createdBy
UUID createdBy
The field for thecreatedByrecord component. -
createdDate
LocalDateTime createdDate
The field for thecreatedDaterecord component. -
id
UUID id
The field for theidrecord component. -
lastModifiedBy
UUID lastModifiedBy
The field for thelastModifiedByrecord component. -
lastModifiedDate
LocalDateTime lastModifiedDate
The field for thelastModifiedDaterecord component. -
name
@NotBlank(message="{I18nConstants.MESSAGE_ROLE_NAME_REQUIRED}") @Size(min=5,max=20,message="{I18nConstants.MESSAGE_ROLE_NAME_LENGTH}") String nameThe field for thenamerecord component. -
permissions
Set<Permissions> permissions
The field for thepermissionsrecord component.
-
-
Record Class com.felipe.belo.mvp.role.dto.RoleListDto
class RoleListDto extends Record implements Serializable- serialVersionUID:
- -8834198609984273766L
-
Serialized Fields
-
DeletedAt
LocalDateTime DeletedAt
The field for theDeletedAtrecord component. -
id
UUID id
The field for theidrecord component. -
name
String name
The field for thenamerecord component. -
permissions
Set<Permissions> permissions
The field for thepermissionsrecord component.
-
-
Record Class com.felipe.belo.mvp.role.dto.UpdateRoleDto
class UpdateRoleDto extends Record implements Serializable- serialVersionUID:
- 2703200338095285002L
-
Serialized Fields
-
name
String name
The field for thenamerecord component. -
permissions
Set<Permissions> permissions
The field for thepermissionsrecord component.
-
-
-
Package com.felipe.belo.mvp.user.dto
-
Record Class com.felipe.belo.mvp.user.dto.CreateUserEntityDto
class CreateUserEntityDto extends Record implements Serializable- serialVersionUID:
- -9090313875376253082L
-
Record Class com.felipe.belo.mvp.user.dto.UpdateUserEntityDto
class UpdateUserEntityDto extends Record implements Serializable- serialVersionUID:
- 8860836577394346456L
-
Serialized Fields
-
email
@Email(message="{I18nConstants.MESSAGE_USER_EMAIL_INVALID}") @NotBlank(message="{I18nConstants.MESSAGE_USER_EMAIL_REQUIRED}") @Size(min=5,max=20,message="{I18nConstants.MESSAGE_USER_EMAIL_LENGTH}") String emailThe field for theemailrecord component. -
name
@NotBlank(message="{I18nConstants.MESSAGE_USER_NAME_REQUIRED}") @Size(min=5,max=20,message="{I18nConstants.MESSAGE_USER_NAME_LENGTH}") String nameThe field for thenamerecord component. -
role
RoleDto role
The field for therolerecord component.
-
-
Record Class com.felipe.belo.mvp.user.dto.UserEntityDto
class UserEntityDto extends Record implements Serializable- serialVersionUID:
- 8954817447700268948L
-
Serialized Fields
-
createdBy
UUID createdBy
The field for thecreatedByrecord component. -
createdDate
LocalDateTime createdDate
The field for thecreatedDaterecord component. -
deletedAt
LocalDateTime deletedAt
The field for thedeletedAtrecord component. -
deletedBy
UUID deletedBy
The field for thedeletedByrecord component. -
email
@Email(message="{I18nConstants.MESSAGE_USER_EMAIL_INVALID}") @NotBlank(message="{I18nConstants.MESSAGE_USER_EMAIL_REQUIRED}") @Size(min=5,max=20,message="{I18nConstants.MESSAGE_USER_EMAIL_LENGTH}") String emailThe field for theemailrecord component. -
id
UUID id
The field for theidrecord component. -
lastModifiedBy
UUID lastModifiedBy
The field for thelastModifiedByrecord component. -
lastModifiedDate
LocalDateTime lastModifiedDate
The field for thelastModifiedDaterecord component. -
name
@NotBlank(message="{I18nConstants.MESSAGE_USER_NAME_REQUIRED}") @Size(min=5,max=20,message="{I18nConstants.MESSAGE_USER_NAME_LENGTH}") String nameThe field for thenamerecord component. -
password
@NotBlank(message="{I18nConstants.MESSAGE_USER_PASSWORD_REQUIRED}") @Size(min=5,max=20,message="{I18nConstants.MESSAGE_USER_PASSWORD_LENGTH}") @Pattern(regexp="^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)(?=.*[@$!%*?&])[A-Za-z\\d@$!%*?&]{8,}$",message="{I18nConstants.MESSAGE_USER_PASSWORD_PATTERN}") String passwordThe field for thepasswordrecord component. -
role
RoleDto role
The field for therolerecord component.
-
-
Record Class com.felipe.belo.mvp.user.dto.UserEntityListDto
class UserEntityListDto extends Record implements Serializable- serialVersionUID:
- 5220714431208772028L
-