Package overit.geocall.base.rs2.usertype
Class UserType
java.lang.Object
overit.geocall.model.DynO
overit.geocall.base.rs2.usertype.UserType
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Data transfer object representing a user's type.
It contains all the user's type information and is typically used by the
It contains all the user's type information and is typically used by the
user type service as
a response object.- Since:
- 9.2
- See Also:
- GCApi:
- dto
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()final voidfinal voidsetDescription(Optional<String> description) final voidsetIsActive(Optional<Boolean> isActive) final voidsetMaxInactiveInterval(Optional<Long> maxInactiveInterval) final voidsetOrdering(Optional<Long> ordering) final voidsetProfile(Optional<Long> profile) final voidsetSystemAdmin(Optional<Boolean> systemAdmin) final voidsetTenantAdmin(Optional<Boolean> tenantAdmin) validate()Method that will be called to validate the DynO instance.Methods inherited from class overit.geocall.model.DynO
addExtension, extract, extract, fields, from, from, getCriteria, getCriteriaNotExploded, getExtension, getFakeFilter, getUnknownAttributes, getUnknownCriteria, getVariant, getZone, insert, insert, isValid, make, removeCriteria, removeExtensionAttribute, setCriteria, setCriteriaNotExploded, setExtension, setFakeFilter, setUnknownAttributes, setUnknownCriteria, setVariant, setZone, toFlatMap, toFlatMap, toMap, toMap, toString, updateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.validation.ConstraintValidator
initializeMethods inherited from interface overit.geocall.timezone.model.TimeZoned
hasZone
-
Constructor Details
-
UserType
public UserType()
-
-
Method Details
-
getCode
-
setCode
-
getDescription
-
setDescription
-
getOrdering
-
setOrdering
-
getMaxInactiveInterval
-
setMaxInactiveInterval
-
getIsActive
-
setIsActive
-
isSystemAdmin
-
setSystemAdmin
-
isTenantAdmin
-
setTenantAdmin
-
getProfile
-
setProfile
-
validate
Description copied from class:DynOMethod that will be called to validate the DynO instance.
-