Serialized Form
-
Package org.nentangso.core.client.vm
-
Package org.nentangso.core.config
-
Class org.nentangso.core.config.NtsKeycloakLocationProperties extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.nentangso.core.domain
-
Class org.nentangso.core.domain.AbstractAuditingEntity extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.nentangso.core.domain.NtsAuthority extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
@NotNull @Size(max=50) String name
-
-
Class org.nentangso.core.domain.NtsMetafieldEntity extends AbstractAuditingEntity implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
deleted
boolean deleted
Soft delete -
description
String description
A description of the information that the metafield contains. -
id
Long id
The unique ID of the metafield. -
key
@NotNull @Size(min=3,max=30) String key
The name of the metafield. Minimum length: 3 characters. Maximum length: 30 characters. -
namespace
@NotNull @Size(min=2,max=20) String namespace
A container for a set of metafields. You need to define a custom namespace for your metafields to distinguish them from the metafields used by other apps. Minimum length: 2 characters. Maximum length: 20 characters. -
ownerId
@NotNull @Min(1L) Long ownerId
The unique ID of the resource that the metafield is attached to. -
ownerResource
@NotNull @Size(max=20) String ownerResource
The type of resource that the metafield is attached to. -
type
@NotNull String type
The metafield's information type.See the list of [supported types](https://shop.dev/apps/metafields/definitions/types).
-
value
@Size(max=65535) String value
The information to be stored as metadata. Maximum length: 512 characters when metafield namespace is equal to tags and key is equal to alt. When using type, see this list of validations.When using the deprecated value_type, the maximum length of value varies: If value_type is a string, then maximum length: 5,000,000 characters. If value_type is an integer, then maximum length: 100,000 characters. If value_type is a json_string, then maximum length: 100,000 characters.
-
-
Class org.nentangso.core.domain.NtsNoteEntity extends AbstractAuditingEntity implements Serializable
- serialVersionUID:
- 1L
-
Class org.nentangso.core.domain.NtsOptionEntity extends AbstractAuditingEntity implements Serializable
- serialVersionUID:
- 1L
-
Class org.nentangso.core.domain.NtsOutboxEventEntity extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
actor
@NotNull @Size(max=255) String actor
Actor -
aggregateId
@NotNull @Size(max=36) String aggregateId
Aggregate id -
aggregateType
@NotNull @Size(max=255) String aggregateType
Aggregate type -
aggregateVersion
int aggregateVersion
Aggregate version -
businessVersion
int businessVersion
Aggregate business version -
createdAt
@NotNull Instant createdAt
Created date -
eventType
@NotNull @Size(max=255) String eventType
Event type -
id
Long id
Id -
payload
@NotNull @Size(max=65535) String payload
Payload
-
-
Class org.nentangso.core.domain.NtsTagsEntity extends AbstractAuditingEntity implements Serializable
- serialVersionUID:
- 1L
-
Class org.nentangso.core.domain.NtsUserEntity extends AbstractAuditingEntity implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
activated
@javax.validation.constraints.NotNull boolean activated
-
authorities
Set<NtsAuthority> authorities
-
email
@Email @Size(min=5,max=254) String email
-
firstName
@Size(max=50) String firstName
-
id
String id
-
imageUrl
@Size(max=256) String imageUrl
-
langKey
@Size(min=2,max=10) String langKey
-
lastName
@Size(max=50) String lastName
-
login
@NotNull @Pattern(regexp="^(?>[a-zA-Z0-9!$&*+=?^_`{|}~.-]+@[a-zA-Z0-9-]+(?:\\.[a-zA-Z0-9-]+)*)|(?>[_.@A-Za-z0-9-]+)$") @Size(min=1,max=50) String login
-
-
-
Package org.nentangso.core.security.oauth2
-
Class org.nentangso.core.security.oauth2.OAuthIdpTokenResponseDTO extends Object implements Serializable
-
Serialized Fields
-
accessToken
String accessToken
-
expiresIn
Long expiresIn
-
expiresOn
Long expiresOn
-
extExpiresIn
Long extExpiresIn
-
idToken
String idToken
-
notBefore
Long notBefore
-
refreshExpiresIn
String refreshExpiresIn
-
refreshToken
String refreshToken
-
resource
UUID resource
-
scope
String scope
-
sessionState
String sessionState
-
tokenType
String tokenType
-
-
-
-
Package org.nentangso.core.service.dto
-
Class org.nentangso.core.service.dto.AbstractAuditingDTO extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.nentangso.core.service.dto.LocationAddressDTO extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
address1
String address1
-
address2
String address2
-
city
String city
-
country
String country
-
countryCode
String countryCode
-
localizedCountryName
String localizedCountryName
-
localizedProvinceName
String localizedProvinceName
-
phone
String phone
-
province
String province
-
provinceCode
String provinceCode
-
zip
String zip
-
-
Class org.nentangso.core.service.dto.LocationDTO extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.nentangso.core.service.dto.NtsAdminUserDTO extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
activated
boolean activated
-
authorities
Set<String> authorities
-
createdAt
Instant createdAt
-
createdBy
String createdBy
-
email
String email
-
firstName
String firstName
-
id
String id
-
imageUrl
String imageUrl
-
langKey
String langKey
-
lastName
String lastName
-
login
String login
-
updatedAt
Instant updatedAt
-
updatedBy
String updatedBy
-
-
Class org.nentangso.core.service.dto.NtsAttributeDTO extends Object implements Serializable
-
Class org.nentangso.core.service.dto.NtsMetafieldDTO extends AbstractAuditingDTO implements Serializable
-
Serialized Fields
-
description
@Size(max=255) String description
A description of the information that the metafield contains. -
id
Long id
The unique ID of the metafield. -
key
@NotNull @Size(min=3,max=30) String key
The name of the metafield. Minimum length: 3 characters. Maximum length: 30 characters. -
namespace
@NotNull @Size(min=2,max=20) String namespace
A container for a set of metafields. You need to define a custom namespace for your metafields to distinguish them from the metafields used by other apps. Minimum length: 2 characters. Maximum length: 20 characters. -
ownerId
@NotNull @Min(1L) Long ownerId
The unique ID of the resource that the metafield is attached to. -
ownerResource
@NotBlank @Size(max=20) String ownerResource
The type of resource that the metafield is attached to. -
type
@NotBlank @Size(max=50) String type
The metafield's information type.See the list of [supported types](https://shop.dev/apps/metafields/definitions/types).
-
value
@Size(max=65535) String value
The information to be stored as metadata. Maximum length: 512 characters when metafield namespace is equal to tags and key is equal to alt. When using type, see this list of validations.When using the deprecated value_type, the maximum length of value varies: If value_type is a string, then maximum length: 5,000,000 characters. If value_type is an integer, then maximum length: 100,000 characters. If value_type is a json_string, then maximum length: 100,000 characters.
-
-
-
Class org.nentangso.core.service.dto.NtsUserDTO extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.nentangso.core.service.errors
-
Class org.nentangso.core.service.errors.NtsNotFoundException extends RuntimeException implements Serializable
-
Class org.nentangso.core.service.errors.NtsValidationException extends org.zalando.problem.violations.ConstraintViolationProblem implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.nentangso.core.web.rest.errors
-
Class org.nentangso.core.web.rest.errors.BadRequestAlertException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class org.nentangso.core.web.rest.errors.EmailAlreadyUsedException extends BadRequestAlertException implements Serializable
- serialVersionUID:
- 1L
-
Class org.nentangso.core.web.rest.errors.InvalidPasswordException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class org.nentangso.core.web.rest.errors.LoginAlreadyUsedException extends BadRequestAlertException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.nentangso.core.web.rest.vm
-
Class org.nentangso.core.web.rest.vm.AttributeInput extends Object implements Serializable
-
Class org.nentangso.core.web.rest.vm.MetafieldInput extends Object implements Serializable
-
Serialized Fields
-
description
@Size(max=255) String description
A description of the information that the metafield contains. -
key
@Size(min=3,max=30) String key
The name of the metafield. Minimum length: 3 characters. Maximum length: 30 characters. -
namespace
@Size(min=2,max=20) String namespace
A container for a set of metafields. You need to define a custom namespace for your metafields to distinguish them from the metafields used by other apps. Minimum length: 2 characters. Maximum length: 20 characters. -
type
@Size(max=50) String type
The metafield's information type.See the list of [supported types](https://shop.dev/apps/metafields/definitions/types).
-
value
@Size(max=65535) String value
The information to be stored as metadata. Maximum length: 512 characters when metafield namespace is equal to tags and key is equal to alt. When using type, see this list of validations.When using the deprecated value_type, the maximum length of value varies: If value_type is a string, then maximum length: 5,000,000 characters. If value_type is an integer, then maximum length: 100,000 characters. If value_type is a json_string, then maximum length: 100,000 characters.
-
-
-
Class org.nentangso.core.web.rest.vm.NtsManagedUserVM extends NtsAdminUserDTO implements Serializable
-
Class org.nentangso.core.web.rest.vm.SimpleOutboxEvent extends Object implements Serializable
-