| Modifier and Type | Method and Description |
|---|---|
ItemRemote |
BMECatManagerEJB.findRemoteObjectByPK(java.lang.String pk) |
| Modifier and Type | Method and Description |
|---|---|
ItemRemote |
SystemEJB.findRemoteObjectByPK(PK pk) |
java.util.Map<PK,ItemRemote> |
SystemEJB.findRemoteObjectsByPK(java.util.Collection<PK> pks,
java.util.Set<PK> preloadLanguagePKs,
boolean ignoreMissing)
Fetches
ItemRemote instances for a given collection of PKs. |
protected ComposedTypeRemote |
ItemEJB.getDefaultType() |
| Modifier and Type | Method and Description |
|---|---|
ComposedTypeRemote |
EnumerationManagerEJB.getEnumerationType(java.lang.String code) |
EnumerationValueRemote |
EnumerationManagerEJB.getEnumerationValue(ComposedTypeRemote enumerationType,
java.lang.String code) |
EnumerationValueRemote |
EnumerationManagerEJB.getEnumerationValue(java.lang.String enumerationTypeCode,
java.lang.String code) |
| Modifier and Type | Method and Description |
|---|---|
protected ComposedTypeRemote |
LinkEJB.getDefaultType() |
| Modifier and Type | Method and Description |
|---|---|
AttributeDescriptorRemote |
TypeManagerEJB.getAttributeDescriptor(ComposedTypeRemote enclosingType,
java.lang.String qualifier) |
ComposedTypeRemote |
TypeManagerEJB.getComposedType(java.lang.String code) |
AttributeDescriptorRemote |
TypeManagerEJB.getDeclaredAttributeDescriptor(ComposedTypeRemote enclosingType,
java.lang.String qualifier) |
AttributeDescriptorRemote |
TypeManagerEJB.getEveryAttributeDescriptor(ComposedTypeRemote enclosingType,
java.lang.String qualifier) |
AttributeDescriptorRemote |
TypeManagerEJB.getEveryAttributeDescriptor(PK enclosingTypePK,
java.lang.String qualifier) |
AtomicTypeRemote |
TypeManagerEJB.getRootAtomicType(java.lang.Class javaClass) |
ComposedTypeRemote |
TypeManagerEJB.getRootComposedType(int typecode) |
ComposedTypeRemote |
TypeManagerEJB.getRootComposedTypeForJaloClass(java.lang.String jaloClassName) |
TypeRemote |
TypeManagerEJB.getType(java.lang.String code) |
TypeRemote |
TypeManagerEJB.getType(java.lang.String code,
int typePattern) |
AttributeDescriptorRemote |
TypeManagerEJB.redeclareAttributeDescriptor(ComposedTypeRemote enclosingType,
java.lang.String qualifier,
TypeRemote type,
int modifiers) |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeManagerTest.testCreateComposedType() |
void |
TypeManagerTest.testGetComposedType() |
void |
TypeManagerTest.testGetRootAtomicType() |
Copyright © 2018 SAP SE. All Rights Reserved.