| Package | Description |
|---|---|
| io.graphenee.core.model.entity | |
| io.graphenee.core.model.jpa.repository |
| Modifier and Type | Method and Description |
|---|---|
GxTerm |
GxSupportedLocale.addGxTerm(GxTerm gxTerm) |
GxTerm |
GxNamespace.addGxTerm(GxTerm gxTerm) |
GxTerm |
GxSupportedLocale.removeGxTerm(GxTerm gxTerm) |
GxTerm |
GxNamespace.removeGxTerm(GxTerm gxTerm) |
| Modifier and Type | Method and Description |
|---|---|
List<GxTerm> |
GxSupportedLocale.getGxTerms() |
List<GxTerm> |
GxNamespace.getGxTerms() |
| Modifier and Type | Method and Description |
|---|---|
GxTerm |
GxSupportedLocale.addGxTerm(GxTerm gxTerm) |
GxTerm |
GxNamespace.addGxTerm(GxTerm gxTerm) |
GxTerm |
GxSupportedLocale.removeGxTerm(GxTerm gxTerm) |
GxTerm |
GxNamespace.removeGxTerm(GxTerm gxTerm) |
| Modifier and Type | Method and Description |
|---|---|
void |
GxSupportedLocale.setGxTerms(List<GxTerm> gxTerms) |
void |
GxNamespace.setGxTerms(List<GxTerm> gxTerms) |
| Modifier and Type | Method and Description |
|---|---|
GxTerm |
GxTermRepository.findTopByTermKeyAndGxSupportedLocaleLocaleCodeStartingWithOrderByOidDesc(String termKey,
String localeCode) |
| Modifier and Type | Method and Description |
|---|---|
List<GxTerm> |
GxTermRepository.findByGxNamespaceOid(Integer oidNamespace) |
org.springframework.data.domain.Page<GxTerm> |
GxTermRepository.findByGxNamespaceOid(org.springframework.data.domain.Pageable pageable,
Integer oidNamespace) |
List<GxTerm> |
GxTermRepository.findByGxNamespaceOidAndGxSupportedLocaleOid(Integer oidNamespace,
Integer oidSupportedLocale) |
org.springframework.data.domain.Page<GxTerm> |
GxTermRepository.findByGxNamespaceOidAndGxSupportedLocaleOid(org.springframework.data.domain.Pageable pageable,
Integer oidNamespace,
Integer oidSupportedLocale) |
List<GxTerm> |
GxTermRepository.findByGxSupportedLocaleOid(Integer oidSupportedLocale) |
org.springframework.data.domain.Page<GxTerm> |
GxTermRepository.findByGxSupportedLocaleOid(org.springframework.data.domain.Pageable pageable,
Integer oidSupportedLocale) |
List<GxTerm> |
GxTermRepository.findByTermKey(String termKey) |
List<GxTerm> |
GxTermRepository.findByTermKeyAndGxSupportedLocaleLocaleCodeStartingWith(String termKey,
String localeCode) |
Copyright © 2019. All rights reserved.