Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- addI18nMessage(AddI18nMessageReq) - Method in class io.github.xezzon.zeroweb.locale.internal.I18nMessageHttpEndpoint
-
新增国际化内容。
- AddI18nMessageReq - Record Class in io.github.xezzon.zeroweb.locale.entity
-
新增国际化内容的请求参数。
- AddI18nMessageReq(String, String) - Constructor for record class io.github.xezzon.zeroweb.locale.entity.AddI18nMessageReq
-
Creates an instance of a
AddI18nMessageReqrecord class. - addLanguage(AddLanguageReq) - Method in class io.github.xezzon.zeroweb.locale.internal.LanguageHttpEndpoint
-
新增语言。
- AddLanguageReq - Record Class in io.github.xezzon.zeroweb.locale.entity
-
新增语言的请求参数
- AddLanguageReq(String, String, Integer, Boolean) - Constructor for record class io.github.xezzon.zeroweb.locale.entity.AddLanguageReq
-
Creates an instance of a
AddLanguageReqrecord class.
C
- class_ - Static variable in class io.github.xezzon.zeroweb.locale.I18nMessage_
-
Static metamodel type for
I18nMessage - class_ - Static variable in class io.github.xezzon.zeroweb.locale.II18nMessage_
-
Static metamodel type for
II18nMessage - class_ - Static variable in class io.github.xezzon.zeroweb.locale.Language_
-
Static metamodel type for
Language - class_ - Static variable in class io.github.xezzon.zeroweb.locale.Translation_
-
Static metamodel type for
Translation - content - Static variable in class io.github.xezzon.zeroweb.locale.Translation_
-
Static metamodel for attribute
Translation.content - content() - Method in record class io.github.xezzon.zeroweb.locale.entity.UpsertTranslationReq
-
Returns the value of the
contentrecord component. - CONTENT - Static variable in class io.github.xezzon.zeroweb.locale.Translation_
D
- deleteByLanguage(String) - Method in interface io.github.xezzon.zeroweb.locale.repository.TranslationRepository
-
根据语言删除国际化翻译文本。
- deleteByNamespaceAndMessageKey(String, String) - Method in interface io.github.xezzon.zeroweb.locale.repository.TranslationRepository
-
根据命名空间和消息键删除国际化翻译文本。
- deleteI18nMessage(String) - Method in class io.github.xezzon.zeroweb.locale.internal.I18nMessageHttpEndpoint
-
删除国际化内容。
- deleteLanguage(String) - Method in class io.github.xezzon.zeroweb.locale.internal.LanguageHttpEndpoint
-
删除语言。
- description - Static variable in class io.github.xezzon.zeroweb.locale.Language_
-
Static metamodel for attribute
Language.description - description() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddLanguageReq
-
Returns the value of the
descriptionrecord component. - description() - Method in record class io.github.xezzon.zeroweb.locale.entity.ModifyLanguageReq
-
Returns the value of the
descriptionrecord component. - DESCRIPTION - Static variable in class io.github.xezzon.zeroweb.locale.Language_
- DICT_TAG - Static variable in class io.github.xezzon.zeroweb.locale.Language_
- dictTag - Static variable in class io.github.xezzon.zeroweb.locale.Language_
-
Static metamodel for attribute
Language.dictTag
E
- editable - Static variable in class io.github.xezzon.zeroweb.locale.Language_
-
Static metamodel for attribute
Language.editable - EDITABLE - Static variable in class io.github.xezzon.zeroweb.locale.Language_
- enabled - Static variable in class io.github.xezzon.zeroweb.locale.Language_
-
Static metamodel for attribute
Language.enabled - enabled() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddLanguageReq
-
Returns the value of the
enabledrecord component. - enabled() - Method in record class io.github.xezzon.zeroweb.locale.entity.ModifyLanguageReq
-
Returns the value of the
enabledrecord component. - ENABLED - Static variable in class io.github.xezzon.zeroweb.locale.Language_
- eq(II18nMessage) - Method in interface io.github.xezzon.zeroweb.locale.II18nMessage
-
判断当前国际化消息与另一个
II18nMessage对象是否相同。 - equals(Object) - Method in record class io.github.xezzon.zeroweb.locale.entity.AddI18nMessageReq
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.github.xezzon.zeroweb.locale.entity.AddLanguageReq
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.github.xezzon.zeroweb.locale.entity.ModifyLanguageReq
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.github.xezzon.zeroweb.locale.entity.UpdateI18nMessageReq
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.github.xezzon.zeroweb.locale.entity.UpsertTranslationReq
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.github.xezzon.zeroweb.locale.event.I18nMessageChangedEvent
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.github.xezzon.zeroweb.locale.event.I18nMessageDeletedEvent
-
Indicates whether some other object is "equal to" this one.
F
- findByDictTagAndLanguageTag(String, String) - Method in interface io.github.xezzon.zeroweb.locale.repository.LanguageRepository
-
根据字典标签和语言标签查找语言。
- findByDictTagOrderByOrdinalAsc(String) - Method in interface io.github.xezzon.zeroweb.locale.repository.LanguageRepository
-
根据字典标签查询语言列表,并按排序字段升序排列。
- findByNamespaceAndLanguage(String, String) - Method in interface io.github.xezzon.zeroweb.locale.repository.TranslationRepository
-
根据命名空间和语言查找国际化翻译文本列表。
- findByNamespaceAndMessageKey(String, String) - Method in interface io.github.xezzon.zeroweb.locale.repository.I18nMessageRepository
-
根据命名空间和消息键查找国际化内容。
- findByNamespaceAndMessageKey(String, String) - Method in interface io.github.xezzon.zeroweb.locale.repository.TranslationRepository
-
根据命名空间和消息键查找国际化翻译文本列表。
- findByNamespaceAndMessageKeyAndLanguage(String, String, String) - Method in interface io.github.xezzon.zeroweb.locale.repository.TranslationRepository
-
根据命名空间、消息键和语言查找国际化翻译文本。
- findDistinctNamespace() - Method in interface io.github.xezzon.zeroweb.locale.repository.I18nMessageRepository
-
查找所有不同的国际化内容命名空间。
G
- getCopier() - Method in class io.github.xezzon.zeroweb.locale.internal.I18nMessageDAO
-
获取国际化内容复制器。
- getCopier() - Method in class io.github.xezzon.zeroweb.locale.internal.LanguageDAO
-
获取语言复制器。
- getMessageKey() - Method in interface io.github.xezzon.zeroweb.locale.II18nMessage
-
获取国际化消息的键。
- getNamespace() - Method in interface io.github.xezzon.zeroweb.locale.II18nMessage
-
获取国际化内容的命名空间。
- getPermissions() - Static method in class io.github.xezzon.zeroweb.common.metadata.PermissionConstant
-
获取所有权限信息
H
- hashCode() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddI18nMessageReq
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddLanguageReq
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.github.xezzon.zeroweb.locale.entity.ModifyLanguageReq
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.github.xezzon.zeroweb.locale.entity.UpdateI18nMessageReq
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.github.xezzon.zeroweb.locale.entity.UpsertTranslationReq
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.github.xezzon.zeroweb.locale.event.I18nMessageChangedEvent
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.github.xezzon.zeroweb.locale.event.I18nMessageDeletedEvent
-
Returns a hash code value for this object.
I
- i18nMessage() - Method in record class io.github.xezzon.zeroweb.locale.event.I18nMessageDeletedEvent
-
Returns the value of the
i18nMessagerecord component. - I18nMessage - Class in io.github.xezzon.zeroweb.locale
-
国际化内容实体类
- I18nMessage() - Constructor for class io.github.xezzon.zeroweb.locale.I18nMessage
- I18nMessage_ - Class in io.github.xezzon.zeroweb.locale
-
Static metamodel for
I18nMessage - I18nMessage_() - Constructor for class io.github.xezzon.zeroweb.locale.I18nMessage_
- I18nMessageChangedEvent - Record Class in io.github.xezzon.zeroweb.locale.event
-
国际化内容变更事件
- I18nMessageChangedEvent(II18nMessage, II18nMessage) - Constructor for record class io.github.xezzon.zeroweb.locale.event.I18nMessageChangedEvent
-
Creates an instance of a
I18nMessageChangedEventrecord class. - I18nMessageDAO - Class in io.github.xezzon.zeroweb.locale.internal
-
国际化内容数据访问对象。
- I18nMessageDeletedEvent - Record Class in io.github.xezzon.zeroweb.locale.event
-
国际化内容删除事件
- I18nMessageDeletedEvent(II18nMessage) - Constructor for record class io.github.xezzon.zeroweb.locale.event.I18nMessageDeletedEvent
-
Creates an instance of a
I18nMessageDeletedEventrecord class. - I18nMessageHttpEndpoint - Class in io.github.xezzon.zeroweb.locale.internal
-
国际化内容及文本管理
- I18nMessageHttpEndpoint(LocalizedService) - Constructor for class io.github.xezzon.zeroweb.locale.internal.I18nMessageHttpEndpoint
-
构造函数。
- I18nMessageRepository - Interface in io.github.xezzon.zeroweb.locale.repository
-
国际化内容仓库接口。
- id - Static variable in class io.github.xezzon.zeroweb.locale.I18nMessage_
-
Static metamodel for attribute
I18nMessage.id - id - Static variable in class io.github.xezzon.zeroweb.locale.Language_
-
Static metamodel for attribute
Language.id - id - Static variable in class io.github.xezzon.zeroweb.locale.Translation_
-
Static metamodel for attribute
Translation.id - id() - Method in record class io.github.xezzon.zeroweb.locale.entity.ModifyLanguageReq
-
Returns the value of the
idrecord component. - id() - Method in record class io.github.xezzon.zeroweb.locale.entity.UpdateI18nMessageReq
-
Returns the value of the
idrecord component. - ID - Static variable in class io.github.xezzon.zeroweb.locale.I18nMessage_
- ID - Static variable in class io.github.xezzon.zeroweb.locale.Language_
- ID - Static variable in class io.github.xezzon.zeroweb.locale.Translation_
- II18nMessage - Interface in io.github.xezzon.zeroweb.locale
-
国际化消息接口。
- II18nMessage_ - Class in io.github.xezzon.zeroweb.locale
-
Static metamodel for
II18nMessage - II18nMessage_() - Constructor for class io.github.xezzon.zeroweb.locale.II18nMessage_
- into() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddI18nMessageReq
-
将当前请求对象转换为
I18nMessage实体。 - into() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddLanguageReq
- into() - Method in record class io.github.xezzon.zeroweb.locale.entity.ModifyLanguageReq
- into() - Method in record class io.github.xezzon.zeroweb.locale.entity.UpdateI18nMessageReq
- into() - Method in record class io.github.xezzon.zeroweb.locale.entity.UpsertTranslationReq
- io.github.xezzon.zeroweb - package io.github.xezzon.zeroweb
- io.github.xezzon.zeroweb.common.metadata - package io.github.xezzon.zeroweb.common.metadata
- io.github.xezzon.zeroweb.locale - package io.github.xezzon.zeroweb.locale
- io.github.xezzon.zeroweb.locale.entity - package io.github.xezzon.zeroweb.locale.entity
- io.github.xezzon.zeroweb.locale.event - package io.github.xezzon.zeroweb.locale.event
- io.github.xezzon.zeroweb.locale.internal - package io.github.xezzon.zeroweb.locale.internal
- io.github.xezzon.zeroweb.locale.repository - package io.github.xezzon.zeroweb.locale.repository
L
- language - Static variable in class io.github.xezzon.zeroweb.locale.Translation_
-
Static metamodel for attribute
Translation.language - language() - Method in record class io.github.xezzon.zeroweb.locale.entity.UpsertTranslationReq
-
Returns the value of the
languagerecord component. - Language - Class in io.github.xezzon.zeroweb.locale
-
语言实体类。
- Language() - Constructor for class io.github.xezzon.zeroweb.locale.Language
- LANGUAGE - Static variable in class io.github.xezzon.zeroweb.locale.Translation_
- Language_ - Class in io.github.xezzon.zeroweb.locale
-
Static metamodel for
Language - Language_() - Constructor for class io.github.xezzon.zeroweb.locale.Language_
- LANGUAGE_DICT_PARENT_ID - Static variable in class io.github.xezzon.zeroweb.locale.Language
-
定义语言字典的父级 ID,值为 "1"。
- LANGUAGE_DICT_TAG - Static variable in class io.github.xezzon.zeroweb.locale.Language
-
定义语言字典的标签,值为 "Language"。
- LANGUAGE_TAG - Static variable in class io.github.xezzon.zeroweb.locale.Language_
- LanguageDAO - Class in io.github.xezzon.zeroweb.locale.internal
-
语言数据访问对象。
- LanguageHttpEndpoint - Class in io.github.xezzon.zeroweb.locale.internal
-
语言管理
- LanguageRepository - Interface in io.github.xezzon.zeroweb.locale.repository
-
用于语言的数据库操作。
- languageTag - Static variable in class io.github.xezzon.zeroweb.locale.Language_
-
Static metamodel for attribute
Language.languageTag - languageTag() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddLanguageReq
-
Returns the value of the
languageTagrecord component. - languageTag() - Method in record class io.github.xezzon.zeroweb.locale.entity.ModifyLanguageReq
-
Returns the value of the
languageTagrecord component. - list() - Method in class io.github.xezzon.zeroweb.common.metadata.MenuService
- listen(I18nMessageChangedEvent) - Method in class io.github.xezzon.zeroweb.locale.internal.LocalizedService
-
监听国际化内容变更事件。
- listen(I18nMessageDeletedEvent) - Method in class io.github.xezzon.zeroweb.locale.internal.LocalizedService
-
监听国际化内容删除事件。
- listI18nNamespace() - Method in class io.github.xezzon.zeroweb.locale.internal.I18nMessageHttpEndpoint
-
列举国际化内容命名空间。
- loadTranslation(String, String) - Method in class io.github.xezzon.zeroweb.locale.internal.TranslationHttpEndpoint
-
加载国际化资源。
- LOCALE_READ - Static variable in class io.github.xezzon.zeroweb.common.metadata.PermissionConstant
-
读取语言环境的权限标识
- LOCALE_WRITE - Static variable in class io.github.xezzon.zeroweb.common.metadata.PermissionConstant
-
写入语言环境的权限标识
- LocalizedService - Class in io.github.xezzon.zeroweb.locale.internal
-
国际化服务。
M
- MenuService - Class in io.github.xezzon.zeroweb.common.metadata
-
提供本服务的所有权限,用于服务自省。
- MenuService() - Constructor for class io.github.xezzon.zeroweb.common.metadata.MenuService
- MESSAGE_KEY - Static variable in class io.github.xezzon.zeroweb.locale.I18nMessage_
- MESSAGE_KEY - Static variable in class io.github.xezzon.zeroweb.locale.Translation_
- messageKey - Static variable in class io.github.xezzon.zeroweb.locale.I18nMessage_
-
Static metamodel for attribute
I18nMessage.messageKey - messageKey - Static variable in class io.github.xezzon.zeroweb.locale.Translation_
-
Static metamodel for attribute
Translation.messageKey - messageKey() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddI18nMessageReq
-
Returns the value of the
messageKeyrecord component. - messageKey() - Method in record class io.github.xezzon.zeroweb.locale.entity.UpdateI18nMessageReq
-
Returns the value of the
messageKeyrecord component. - messageKey() - Method in record class io.github.xezzon.zeroweb.locale.entity.UpsertTranslationReq
-
Returns the value of the
messageKeyrecord component. - ModifyLanguageReq - Record Class in io.github.xezzon.zeroweb.locale.entity
-
修改语言的请求参数
- ModifyLanguageReq(String, String, String, Integer, Boolean) - Constructor for record class io.github.xezzon.zeroweb.locale.entity.ModifyLanguageReq
-
Creates an instance of a
ModifyLanguageReqrecord class.
N
- namespace - Static variable in class io.github.xezzon.zeroweb.locale.I18nMessage_
-
Static metamodel for attribute
I18nMessage.namespace - namespace - Static variable in class io.github.xezzon.zeroweb.locale.Translation_
-
Static metamodel for attribute
Translation.namespace - namespace() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddI18nMessageReq
-
Returns the value of the
namespacerecord component. - namespace() - Method in record class io.github.xezzon.zeroweb.locale.entity.UpdateI18nMessageReq
-
Returns the value of the
namespacerecord component. - namespace() - Method in record class io.github.xezzon.zeroweb.locale.entity.UpsertTranslationReq
-
Returns the value of the
namespacerecord component. - NAMESPACE - Static variable in class io.github.xezzon.zeroweb.locale.I18nMessage_
- NAMESPACE - Static variable in class io.github.xezzon.zeroweb.locale.Translation_
- newValue() - Method in record class io.github.xezzon.zeroweb.locale.event.I18nMessageChangedEvent
-
Returns the value of the
newValuerecord component.
O
- oldValue() - Method in record class io.github.xezzon.zeroweb.locale.event.I18nMessageChangedEvent
-
Returns the value of the
oldValuerecord component. - ordinal - Static variable in class io.github.xezzon.zeroweb.locale.Language_
-
Static metamodel for attribute
Language.ordinal - ordinal() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddLanguageReq
-
Returns the value of the
ordinalrecord component. - ordinal() - Method in record class io.github.xezzon.zeroweb.locale.entity.ModifyLanguageReq
-
Returns the value of the
ordinalrecord component. - ORDINAL - Static variable in class io.github.xezzon.zeroweb.locale.Language_
P
- PARENT_ID - Static variable in class io.github.xezzon.zeroweb.locale.Language_
- parentId - Static variable in class io.github.xezzon.zeroweb.locale.Language_
-
Static metamodel for attribute
Language.parentId - PermissionConstant - Class in io.github.xezzon.zeroweb.common.metadata
-
接口权限常量类
Q
- queryI18nMessageList(String, ODataRequestParam) - Method in class io.github.xezzon.zeroweb.locale.internal.I18nMessageHttpEndpoint
-
分页查询国际化内容。
- queryLanguageList() - Method in class io.github.xezzon.zeroweb.locale.internal.LanguageHttpEndpoint
-
查询语言列表。
- queryTranslation(String, String) - Method in class io.github.xezzon.zeroweb.locale.internal.I18nMessageHttpEndpoint
-
查询国际化文本。
T
- toString() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddI18nMessageReq
-
Returns a string representation of this record class.
- toString() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddLanguageReq
-
Returns a string representation of this record class.
- toString() - Method in record class io.github.xezzon.zeroweb.locale.entity.ModifyLanguageReq
-
Returns a string representation of this record class.
- toString() - Method in record class io.github.xezzon.zeroweb.locale.entity.UpdateI18nMessageReq
-
Returns a string representation of this record class.
- toString() - Method in record class io.github.xezzon.zeroweb.locale.entity.UpsertTranslationReq
-
Returns a string representation of this record class.
- toString() - Method in record class io.github.xezzon.zeroweb.locale.event.I18nMessageChangedEvent
-
Returns a string representation of this record class.
- toString() - Method in record class io.github.xezzon.zeroweb.locale.event.I18nMessageDeletedEvent
-
Returns a string representation of this record class.
- Translation - Class in io.github.xezzon.zeroweb.locale
-
国际化翻译文本实体类。
- Translation() - Constructor for class io.github.xezzon.zeroweb.locale.Translation
- Translation_ - Class in io.github.xezzon.zeroweb.locale
-
Static metamodel for
Translation - Translation_() - Constructor for class io.github.xezzon.zeroweb.locale.Translation_
- TranslationHttpEndpoint - Class in io.github.xezzon.zeroweb.locale.internal
-
国际化文本管理
- TranslationHttpEndpoint(LocalizedService) - Constructor for class io.github.xezzon.zeroweb.locale.internal.TranslationHttpEndpoint
-
构造函数。
- TranslationRepository - Interface in io.github.xezzon.zeroweb.locale.repository
-
对国际化文本进行数据库操作的 JPA 实体
U
- updateByLanguage(String, String) - Method in interface io.github.xezzon.zeroweb.locale.repository.TranslationRepository
-
根据旧的语言标签更新翻译文本的语言标签。
- updateByNamespaceAndMessageKey(II18nMessage, II18nMessage) - Method in interface io.github.xezzon.zeroweb.locale.repository.TranslationRepository
-
根据旧的国际化内容更新翻译文本的命名空间和消息键。
- updateI18nMessage(UpdateI18nMessageReq) - Method in class io.github.xezzon.zeroweb.locale.internal.I18nMessageHttpEndpoint
-
更新国际化内容。
- UpdateI18nMessageReq - Record Class in io.github.xezzon.zeroweb.locale.entity
-
修改国际化内容的请求参数。
- UpdateI18nMessageReq(String, String, String) - Constructor for record class io.github.xezzon.zeroweb.locale.entity.UpdateI18nMessageReq
-
Creates an instance of a
UpdateI18nMessageReqrecord class. - updateLanguage(ModifyLanguageReq) - Method in class io.github.xezzon.zeroweb.locale.internal.LanguageHttpEndpoint
-
更新语言。
- upsertTranslation(UpsertTranslationReq) - Method in class io.github.xezzon.zeroweb.locale.internal.TranslationHttpEndpoint
-
新增或更新国际化文本。
- UpsertTranslationReq - Record Class in io.github.xezzon.zeroweb.locale.entity
-
更新或新增国际化文本的请求体
- UpsertTranslationReq(String, String, String, String) - Constructor for record class io.github.xezzon.zeroweb.locale.entity.UpsertTranslationReq
-
Creates an instance of a
UpsertTranslationReqrecord class.
Z
- ZerowebDeveloperApplication - Class in io.github.xezzon.zeroweb
-
研发平台服务启动类
All Classes and Interfaces|All Packages|Constant Field Values