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
AddI18nMessageReq
record 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
AddLanguageReq
record class.
C
- class_ - Static variable in class io.github.xezzon.zeroweb.locale.I18nMessage_
- class_ - Static variable in class io.github.xezzon.zeroweb.locale.Language_
- class_ - Static variable in class io.github.xezzon.zeroweb.locale.Translation_
- content - Static variable in class io.github.xezzon.zeroweb.locale.Translation_
- content() - Method in record class io.github.xezzon.zeroweb.locale.entity.UpsertTranslationReq
-
Returns the value of the
content
record 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_
- description() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddLanguageReq
-
Returns the value of the
description
record component. - description() - Method in record class io.github.xezzon.zeroweb.locale.entity.ModifyLanguageReq
-
Returns the value of the
description
record 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_
E
- editable - Static variable in class io.github.xezzon.zeroweb.locale.Language_
- EDITABLE - Static variable in class io.github.xezzon.zeroweb.locale.Language_
- enabled - Static variable in class io.github.xezzon.zeroweb.locale.Language_
- enabled() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddLanguageReq
-
Returns the value of the
enabled
record component. - enabled() - Method in record class io.github.xezzon.zeroweb.locale.entity.ModifyLanguageReq
-
Returns the value of the
enabled
record component. - ENABLED - Static variable in class io.github.xezzon.zeroweb.locale.Language_
- eq(II18nMessage) - Method in interface io.github.xezzon.zeroweb.locale.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.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.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
i18nMessage
record 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
- 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
I18nMessageChangedEvent
record 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
I18nMessageDeletedEvent
record 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_
- id - Static variable in class io.github.xezzon.zeroweb.locale.Language_
- id - Static variable in class io.github.xezzon.zeroweb.locale.Translation_
- id() - Method in record class io.github.xezzon.zeroweb.locale.entity.ModifyLanguageReq
-
Returns the value of the
id
record 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
-
需要国际化的功能,需要实现该接口
- into() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddI18nMessageReq
- 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.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_
- language() - Method in record class io.github.xezzon.zeroweb.locale.entity.UpsertTranslationReq
-
Returns the value of the
language
record 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
- 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
- LANGUAGE_DICT_TAG - Static variable in class io.github.xezzon.zeroweb.locale.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_
- languageTag() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddLanguageReq
-
Returns the value of the
languageTag
record component. - languageTag() - Method in record class io.github.xezzon.zeroweb.locale.entity.ModifyLanguageReq
-
Returns the value of the
languageTag
record 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
- main(String[]) - Static method in class io.github.xezzon.zeroweb.ZerowebDeveloperApplication
- 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_
- messageKey - Static variable in class io.github.xezzon.zeroweb.locale.Translation_
- messageKey() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddI18nMessageReq
-
Returns the value of the
messageKey
record component. - messageKey() - Method in record class io.github.xezzon.zeroweb.locale.entity.UpsertTranslationReq
-
Returns the value of the
messageKey
record 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
ModifyLanguageReq
record class.
N
- namespace - Static variable in class io.github.xezzon.zeroweb.locale.I18nMessage_
- namespace - Static variable in class io.github.xezzon.zeroweb.locale.Translation_
- namespace() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddI18nMessageReq
-
Returns the value of the
namespace
record component. - namespace() - Method in record class io.github.xezzon.zeroweb.locale.entity.UpsertTranslationReq
-
Returns the value of the
namespace
record 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
newValue
record component.
O
- oldValue() - Method in record class io.github.xezzon.zeroweb.locale.event.I18nMessageChangedEvent
-
Returns the value of the
oldValue
record component. - ordinal - Static variable in class io.github.xezzon.zeroweb.locale.Language_
- ordinal() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddLanguageReq
-
Returns the value of the
ordinal
record component. - ordinal() - Method in record class io.github.xezzon.zeroweb.locale.entity.ModifyLanguageReq
-
Returns the value of the
ordinal
record 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_
- 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.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
- 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
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(I18nMessage) - Method in class io.github.xezzon.zeroweb.locale.internal.I18nMessageHttpEndpoint
-
更新国际化内容
- 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
UpsertTranslationReq
record class.
Z
- ZerowebDeveloperApplication - Class in io.github.xezzon.zeroweb
-
研发平台服务
- ZerowebDeveloperApplication() - Constructor for class io.github.xezzon.zeroweb.ZerowebDeveloperApplication
All Classes and Interfaces|All Packages|Constant Field Values