| Modifier and Type | Method and Description |
|---|---|
static void |
NumberGenerator.createNumberSequence(javax.sql.DataSource dataSource,
java.lang.String key,
java.lang.String startValue,
int type)
Deprecated.
since ages
|
static java.lang.String |
NumberGenerator.getUniqueNumber(javax.sql.DataSource dataSource,
java.lang.String key,
int digits)
Deprecated.
since ages
|
static java.lang.String[] |
NumberGenerator.getUniqueNumbers(javax.sql.DataSource dataSource,
java.lang.String key,
int count)
Deprecated.
since ages
|
static void |
NumberGenerator.initialize(javax.sql.DataSource dataSource,
java.lang.String file)
Deprecated.
since ages
|
static void |
NumberGenerator.removeNumberSequence(javax.sql.DataSource dataSource,
java.lang.String key)
Deprecated.
since ages
|
static void |
NumberGenerator.resetNumberSequence(javax.sql.DataSource dataSource,
java.lang.String key,
java.lang.String startValue,
int type)
Deprecated.
since ages
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractTypeInitializer.changeAttributeMetaType(java.lang.String itemTypeName,
java.lang.String qualifier,
java.lang.String metaTypeName,
java.util.Map customProps) |
protected void |
AbstractTypeInitializer.changeMetaType(java.lang.String typeName,
java.lang.String metaTypeName,
java.util.Map customProps) |
protected void |
AbstractTypeInitializer.changeMetaType(TypeManagerManagedRemote tmm,
ComposedTypeRemote metaType,
java.util.Map customProps) |
protected void |
AbstractTypeInitializer.checkJaloClass(java.lang.String typeName,
java.lang.Class jaloClass,
java.lang.String superClassName) |
protected void |
AbstractTypeInitializer.collectOldType(TypeRemote type) |
protected void |
AbstractTypeInitializer.collectOldTypes() |
protected void |
AbstractTypeInitializer.connectRelation(java.lang.String relationTypeName,
boolean localized,
java.lang.String sourceQualifierName,
java.lang.String sourceTypeName,
boolean sourceNavigable,
int sourceModifiers,
java.lang.String targetQualifierName,
java.lang.String targetTypeName,
boolean targetNavigable,
int targetModifiers,
boolean autocreate,
boolean generate) |
protected AtomicTypeRemote |
AbstractTypeInitializer.createAtomicType(java.lang.Class superClass,
java.lang.Class clazz) |
protected CollectionTypeRemote |
AbstractTypeInitializer.createCollectionType(java.lang.String collTypeName,
java.lang.String elementTypeName,
int typeOfCollection) |
protected ComposedTypeRemote |
AbstractTypeInitializer.createEnumerationType(java.lang.String enumName,
java.lang.Class jaloClass) |
protected void |
AbstractTypeInitializer.createEnumerationValues(java.lang.String enumTypeName,
boolean dynamic,
java.util.List enumValueCodes) |
protected void |
AbstractTypeInitializer.createIndex(java.lang.String itemTypeName,
java.lang.String indexName,
boolean unique,
java.util.List attributeQualifierList,
java.util.List lowerOptions) |
protected MapTypeRemote |
AbstractTypeInitializer.createMapType(java.lang.String mapTypeName,
java.lang.String argumentTypeName,
java.lang.String resultTypeName) |
protected void |
AbstractTypeInitializer.createRelationAttributes(java.lang.String relationName,
boolean localized,
java.lang.String sourceQualifier,
java.lang.String sourceTypeName,
boolean srcNavigable,
int sourceModifiers,
boolean srcMany,
boolean srcOrdered,
int srcTypeOfCollection,
java.lang.String targetQualifier,
java.lang.String targetTypeName,
boolean tgtNavigable,
int targetModifiers,
boolean tgtMany,
boolean tgtOrdered,
int tgtTypeOfCollection) |
protected ComposedTypeRemote |
AbstractTypeInitializer.createRelationType(java.lang.String relationName,
java.lang.String deploymentName,
boolean oneToMany) |
ItemRemote |
SystemEJB.findRemoteObjectByPK(PK pk) |
ItemRemote |
SystemEJB.findRemoteObjectByPKInternal(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 ItemDeployment |
AbstractTypeInitializer.getDeployment(java.lang.String typeName,
java.lang.String jndiName) |
protected ComposedTypeRemote |
AbstractTypeInitializer.getSuperType(java.lang.String typeName,
java.lang.String superTypeName) |
protected TypeRemote |
AbstractTypeInitializer.getType(java.lang.String name) |
protected void |
AbstractTypeInitializer.redeclareAttribute(java.lang.String itemTypeName,
java.lang.String qualifier,
java.lang.String attributeTypeName,
int modifiers) |
protected void |
AbstractTypeInitializer.setAttributeProperties(java.lang.String itemTypeName,
java.lang.String qualifier,
boolean unique,
java.lang.Object defaultValue,
java.lang.String defaultValueDefString,
java.lang.String selectionOfQualifier,
boolean autocreate,
boolean generate,
java.lang.String metaTypeName,
java.util.Map customProps,
java.lang.String attributeHandler) |
void |
ItemEJB.setComposedType(ComposedTypeRemote type) |
void |
ItemRemote.setComposedType(ComposedTypeRemote type) |
protected void |
AbstractTypeInitializer.setDefaultProperties(java.lang.String typeName,
boolean autocreate,
boolean generate,
java.lang.String metaTypeName) |
protected void |
AbstractTypeInitializer.setDefaultProperties(TypeManagerManagedRemote tmm,
boolean autocreate,
boolean generate,
java.lang.String metaTypeName) |
| Modifier and Type | Method and Description |
|---|---|
EnumerationValueRemote |
EnumerationValueHome.create(PK pkBase,
ComposedTypeRemote enumerationType,
java.lang.String code,
int number) |
EnumerationValueRemote |
EnumerationValue_HJMPWrapper.create(PK param0,
ComposedTypeRemote param1,
java.lang.String param2,
int param3) |
ComposedTypeRemote |
EnumerationManagerEJB.createEnumerationType(PK pkBase,
java.lang.String code,
ComposedTypeRemote valueType) |
EnumerationValueRemote |
EnumerationManagerEJB.createEnumerationValue(PK pkBase,
ComposedTypeRemote enumerationType,
java.lang.String valueCode,
int number) |
PK |
EnumerationValueEJB.ejbCreate(PK pkBase,
ComposedTypeRemote enumerationType,
java.lang.String code,
int number) |
PK |
EnumerationValue_HJMPWrapper.ejbCreate(PK param0,
ComposedTypeRemote param1,
java.lang.String param2,
int param3) |
EnumerationValueRemote |
EnumerationManagerEJB.getEnumerationValue(ComposedTypeRemote enumerationType,
java.lang.String code) |
EnumerationValueRemote |
EnumerationManagerEJB.getEnumerationValue(java.lang.String enumerationTypeCode,
java.lang.String code) |
java.util.List |
EnumerationManagerEJB.getEnumerationValues(ComposedTypeRemote enumerationType) |
void |
EnumerationValueRemote.setCode(ComposedTypeRemote rem,
java.lang.String code) |
void |
EnumerationValueEJB.setCode(ComposedTypeRemote enumerationType,
java.lang.String newCode) |
void |
EnumerationManagerEJB.sortEnumerationValues(java.util.List enumerationValues) |
| Modifier and Type | Method and Description |
|---|---|
LinkRemote |
LinkHome.create(java.lang.String qual,
PK sourcePK,
PK targetPK,
int sequenceNumber,
int reverseSequenceNumber) |
LinkRemote |
GenericLinkBMPBean.create(java.lang.String quali,
PK scrPK,
PK tgtPK,
int seqNr,
int revSeqNr) |
LinkRemote |
LinkManagerEJB.createLink(java.lang.String qual,
ItemRemote source,
ItemRemote target,
int sequenceNumber,
int reverseSequenceNumber) |
LinkRemote |
LinkManagerEJB.createLink(java.lang.String qual,
PK sourcePK,
PK targetPK,
int sequenceNumber)
Deprecated.
since ages
|
LinkRemote |
LinkManagerEJB.createLink(java.lang.String qual,
PK sourcePK,
PK targetPK,
int sequenceNumber,
int reverseSequenceNumber) |
void |
LinkManagerEJB.createLinkNoWrap(java.lang.String qual,
PK sourcePK,
PK targetPK,
int sequenceNumber,
int reverseSequenceNumber) |
PK |
LinkEJB.ejbCreate(java.lang.String quali,
PK sourcePK,
PK targetPK,
int sequenceNumber,
int reverseSequenceNumber) |
PK |
GenericLinkBMPBean.ejbCreate(java.lang.String quali,
PK scrPK,
PK tgtPK,
int seqNr,
int revSeqNr) |
| Modifier and Type | Method and Description |
|---|---|
void |
MetaInformationEJB.setComposedType(ComposedTypeRemote type)
Superclass method overridden to avoid searching for a composed type - the meta information item does not have such a type at
all!
|
| Modifier and Type | Method and Description |
|---|---|
static void |
TypeTools.assureAdmissibleRedeclaration(java.lang.String qualifier,
TypeRemote superType,
TypeRemote type,
int superModifiers,
int modifiers) |
void |
TypeTools.Binding.bind(ItemRemote item,
java.util.Set elements) |
void |
AttributeDescriptorEJB.changeDeclaringEnclosingType(ComposedTypeRemote type) |
void |
AttributeDescriptorRemote.changeDeclaringEnclosingType(ComposedTypeRemote type) |
void |
TypeManagerEJB.changeItemType(ItemRemote item,
ComposedTypeRemote newType) |
protected java.lang.Class |
AtomicTypeEJB.checkClass(java.lang.Class cl,
java.lang.Class superClass) |
protected void |
AttributeDescriptorEJB.checkInheritancePath(AttributeDescriptorRemote superFD,
java.util.List inheritancePath) |
protected void |
TypeManagerEJB.copyDownParentAttributeDescriptor(ComposedTypeRemote newType,
AttributeDescriptorRemote parentDescriptor) |
protected void |
TypeManagerEJB.copySuperTypeData(HierarchieTypeRemote type,
HierarchieTypeRemote newSuperType) |
AttributeDescriptorRemote |
TypeManagerEJB.SubAttributeDescriptorCreator.create() |
AtomicTypeRemote |
AtomicType_HJMPWrapper.create(PK param0,
AtomicTypeRemote param1,
java.lang.Class param2) |
AtomicTypeRemote |
AtomicTypeHome.create(PK pkBase,
AtomicTypeRemote superType,
java.lang.Class javaClass) |
AtomicTypeRemote |
AtomicType_HJMPWrapper.create(PK param0,
AtomicTypeRemote param1,
java.lang.String param2) |
AtomicTypeRemote |
AtomicTypeHome.create(PK pkBase,
AtomicTypeRemote superType,
java.lang.String code) |
AttributeDescriptorRemote |
AttributeDescriptorHome.create(PK pkBase,
AttributeDescriptorRemote superFD,
java.util.List inheritancePath,
TypeRemote type,
int modifiers) |
AttributeDescriptorRemote |
AttributeDescriptor_HJMPWrapper.create(PK param0,
AttributeDescriptorRemote param1,
java.util.List param2,
TypeRemote param3,
int param4) |
AtomicTypeRemote |
AtomicType_HJMPWrapper.create(PK param0,
java.lang.Class param1) |
AtomicTypeRemote |
AtomicTypeHome.create(PK pkBase,
java.lang.Class javaClass) |
ComposedTypeRemote |
ComposedType_HJMPWrapper.create(PK param0,
ComposedTypeRemote param1,
java.lang.String param2,
java.lang.String param3,
ItemDeployment param4,
ComposedTypeRemote param5) |
ComposedTypeRemote |
ComposedTypeHome.create(PK pkBase,
ComposedTypeRemote superType,
java.lang.String code,
java.lang.String jaloClass,
ItemDeployment deployment,
ComposedTypeRemote metaType) |
AttributeDescriptorRemote |
AttributeDescriptorHome.create(PK pkBase,
ComposedTypeRemote enclosingType,
java.lang.String qualifier,
java.lang.String persistentQualifier,
TypeRemote type,
AtomicTypeRemote persistentType,
int modifiers,
ComposedTypeRemote metaType) |
AttributeDescriptorRemote |
AttributeDescriptor_HJMPWrapper.create(PK param0,
ComposedTypeRemote param1,
java.lang.String param2,
java.lang.String param3,
TypeRemote param4,
AtomicTypeRemote param5,
int param6,
ComposedTypeRemote param7) |
MapTypeRemote |
MapType_HJMPWrapper.create(PK param0,
java.lang.String param1,
ComposedTypeRemote param2) |
CollectionTypeRemote |
CollectionType_HJMPWrapper.create(PK param0,
java.lang.String param1,
ComposedTypeRemote param2) |
AtomicTypeRemote |
AtomicType_HJMPWrapper.create(PK param0,
java.lang.String param1,
ComposedTypeRemote param2) |
ComposedTypeRemote |
ComposedType_HJMPWrapper.create(PK param0,
java.lang.String param1,
ComposedTypeRemote param2) |
CollectionTypeRemote |
CollectionType_HJMPWrapper.create(PK param0,
java.lang.String param1,
TypeRemote param2,
int param3) |
CollectionTypeRemote |
CollectionTypeHome.create(PK pkBase,
java.lang.String code,
TypeRemote elementType,
int typeOfCollection) |
MapTypeRemote |
MapType_HJMPWrapper.create(PK param0,
java.lang.String param1,
TypeRemote param2,
TypeRemote param3) |
MapTypeRemote |
MapTypeHome.create(PK pkBase,
java.lang.String code,
TypeRemote argumentType,
TypeRemote returnType) |
AtomicTypeRemote |
TypeManagerEJB.createAtomicType(PK pkBase,
AtomicTypeRemote superType,
java.lang.Class javaClass) |
AtomicTypeRemote |
TypeManagerEJB.createAtomicType(PK pkBase,
AtomicTypeRemote superType,
java.lang.String code) |
AtomicTypeRemote |
TypeManagerEJB.createAtomicType(PK pkBase,
java.lang.Class javaClass) |
AttributeDescriptorRemote |
TypeManagerEJB.createAttributeDescriptor(PK pkBase,
ComposedTypeRemote enclosingType,
java.lang.String qualifier,
java.lang.String persistenceQualifier,
TypeRemote type,
AtomicTypeRemote persistenceType,
int modifiers,
ComposedTypeRemote metaType,
boolean reinitialize) |
CollectionTypeRemote |
TypeManagerEJB.createCollectionType(PK pkBase,
java.lang.String code,
TypeRemote elementType) |
CollectionTypeRemote |
TypeManagerEJB.createCollectionType(PK pkBase,
java.lang.String code,
TypeRemote elementType,
int collectionType) |
MapTypeRemote |
TypeManagerEJB.createMapType(PK pkBase,
java.lang.String code,
TypeRemote argumentType,
TypeRemote returnType) |
ComposedTypeRemote |
TypeManagerEJB.createNonRootComposedType(PK pkBase,
ComposedTypeRemote superType,
java.lang.String code,
java.lang.String jaloClassName,
ComposedTypeRemote metaType,
boolean copySupertypeData) |
AttributeDescriptorRemote |
TypeManagerEJB.createPropertyDescriptor(PK pkBase,
ComposedTypeRemote enclosingType,
java.lang.String qualifier,
TypeRemote type,
int modifiers,
ComposedTypeRemote metaType,
java.util.Map sqlColumnDefs,
boolean reinitialize) |
AttributeDescriptorRemote |
TypeManagerEJB.createPropertyDescriptor(PK pkBase,
ComposedTypeRemote enclosingType,
java.lang.String qualifier,
TypeRemote type,
int modifiers,
ComposedTypeRemote metaType,
java.util.Map sqlColumnDefs,
boolean reinitialize,
java.lang.String realColumnName) |
AttributeDescriptorRemote |
TypeManagerEJB.createPropertyRelationDescriptor(java.lang.String qualifier,
ComposedTypeRemote enclosingType,
ComposedTypeRemote type,
int modifiers,
boolean reinit) |
AttributeDescriptorRemote |
TypeManagerEJB.createRelationDescriptor(PK pkBase,
java.lang.String relationName,
java.lang.String qualifier,
ComposedTypeRemote enclosingType,
ComposedTypeRemote type,
int modifiers,
boolean localized,
boolean reinit,
int typeOfCollection) |
ComposedTypeRemote |
TypeManagerEJB.createRelationType(PK pkBase,
java.lang.String relationQualfier,
boolean localized,
AttributeDescriptorRemote sourceFD,
AttributeDescriptorRemote targetFD) |
ComposedTypeRemote |
TypeManagerEJB.createRootComposedType(PK pkBase,
ComposedTypeRemote superType,
java.lang.String code,
java.lang.String jaloClassName,
ItemDeployment deployment,
ComposedTypeRemote metaType,
boolean copySupertypeData) |
ComposedTypeRemote |
TypeManagerEJB.createRootRelationType(PK pkBase,
java.lang.String relationQualfier,
ItemDeployment deployment,
boolean copySupertypeData) |
PK |
AtomicTypeEJB.ejbCreate(PK pkBase,
AtomicTypeRemote superType,
java.lang.Class cl) |
PK |
AtomicType_HJMPWrapper.ejbCreate(PK param0,
AtomicTypeRemote param1,
java.lang.Class param2) |
PK |
AtomicTypeEJB.ejbCreate(PK pkBase,
AtomicTypeRemote superType,
java.lang.String code) |
PK |
AtomicType_HJMPWrapper.ejbCreate(PK param0,
AtomicTypeRemote param1,
java.lang.String param2) |
PK |
AttributeDescriptorEJB.ejbCreate(PK pkBase,
AttributeDescriptorRemote superFD,
java.util.List inheritancePath,
TypeRemote type,
int modifiers) |
PK |
AttributeDescriptor_HJMPWrapper.ejbCreate(PK param0,
AttributeDescriptorRemote param1,
java.util.List param2,
TypeRemote param3,
int param4) |
PK |
AtomicTypeEJB.ejbCreate(PK pkBase,
java.lang.Class javaClass) |
PK |
AtomicType_HJMPWrapper.ejbCreate(PK param0,
java.lang.Class param1) |
PK |
ComposedType_HJMPWrapper.ejbCreate(PK param0,
ComposedTypeRemote param1,
java.lang.String param2,
java.lang.String param3,
ItemDeployment param4,
ComposedTypeRemote param5) |
PK |
ComposedTypeEJB.ejbCreate(PK pkBase,
ComposedTypeRemote superType,
java.lang.String code,
java.lang.String jaloClassName,
ItemDeployment deployment,
ComposedTypeRemote metaType) |
PK |
AttributeDescriptorEJB.ejbCreate(PK pkBase,
ComposedTypeRemote enclosingType,
java.lang.String qualifier,
java.lang.String persistenceQualifier,
TypeRemote type,
AtomicTypeRemote persistenceType,
int modifiers,
ComposedTypeRemote metaType) |
PK |
AttributeDescriptor_HJMPWrapper.ejbCreate(PK param0,
ComposedTypeRemote param1,
java.lang.String param2,
java.lang.String param3,
TypeRemote param4,
AtomicTypeRemote param5,
int param6,
ComposedTypeRemote param7) |
PK |
MapType_HJMPWrapper.ejbCreate(PK param0,
java.lang.String param1,
ComposedTypeRemote param2) |
PK |
CollectionType_HJMPWrapper.ejbCreate(PK param0,
java.lang.String param1,
ComposedTypeRemote param2) |
PK |
TypeEJB.ejbCreate(PK pkBase,
java.lang.String code,
ComposedTypeRemote metaType) |
PK |
AtomicType_HJMPWrapper.ejbCreate(PK param0,
java.lang.String param1,
ComposedTypeRemote param2) |
PK |
ComposedType_HJMPWrapper.ejbCreate(PK param0,
java.lang.String param1,
ComposedTypeRemote param2) |
PK |
CollectionType_HJMPWrapper.ejbCreate(PK param0,
java.lang.String param1,
TypeRemote param2,
int param3) |
PK |
CollectionTypeEJB.ejbCreate(PK pkBase,
java.lang.String code,
TypeRemote elementType,
int collectionType) |
PK |
MapType_HJMPWrapper.ejbCreate(PK param0,
java.lang.String param1,
TypeRemote param2,
TypeRemote param3) |
PK |
MapTypeEJB.ejbCreate(PK pkBase,
java.lang.String code,
TypeRemote argumentType,
TypeRemote returnType) |
void |
AtomicTypeEJB.ejbPostCreate(PK pkBase,
AtomicTypeRemote superType,
java.lang.Class javaClass) |
void |
AtomicType_HJMPWrapper.ejbPostCreate(PK param0,
AtomicTypeRemote param1,
java.lang.Class param2) |
void |
AtomicTypeEJB.ejbPostCreate(PK pkBase,
AtomicTypeRemote superType,
java.lang.String code) |
void |
AtomicType_HJMPWrapper.ejbPostCreate(PK param0,
AtomicTypeRemote param1,
java.lang.String param2) |
void |
AttributeDescriptorEJB.ejbPostCreate(PK pkBase,
AttributeDescriptorRemote superFD,
java.util.List inheritancePath,
TypeRemote type,
int modifiers) |
void |
AttributeDescriptor_HJMPWrapper.ejbPostCreate(PK param0,
AttributeDescriptorRemote param1,
java.util.List param2,
TypeRemote param3,
int param4) |
void |
AtomicTypeEJB.ejbPostCreate(PK pkBase,
java.lang.Class javaClass) |
void |
AtomicType_HJMPWrapper.ejbPostCreate(PK param0,
java.lang.Class param1) |
void |
ComposedType_HJMPWrapper.ejbPostCreate(PK param0,
ComposedTypeRemote param1,
java.lang.String param2,
java.lang.String param3,
ItemDeployment param4,
ComposedTypeRemote param5) |
void |
ComposedTypeEJB.ejbPostCreate(PK pkBase,
ComposedTypeRemote superType,
java.lang.String code,
java.lang.String jaloClassName,
ItemDeployment deployment,
ComposedTypeRemote metaType) |
void |
AttributeDescriptorEJB.ejbPostCreate(PK pkBase,
ComposedTypeRemote enclosingType,
java.lang.String qualifier,
java.lang.String persistenceQualifier,
TypeRemote type,
AtomicTypeRemote persistenceType,
int modifiers,
ComposedTypeRemote metaType) |
void |
AttributeDescriptor_HJMPWrapper.ejbPostCreate(PK param0,
ComposedTypeRemote param1,
java.lang.String param2,
java.lang.String param3,
TypeRemote param4,
AtomicTypeRemote param5,
int param6,
ComposedTypeRemote param7) |
void |
MapType_HJMPWrapper.ejbPostCreate(PK param0,
java.lang.String param1,
ComposedTypeRemote param2) |
void |
CollectionType_HJMPWrapper.ejbPostCreate(PK param0,
java.lang.String param1,
ComposedTypeRemote param2) |
void |
TypeEJB.ejbPostCreate(PK pkBase,
java.lang.String code,
ComposedTypeRemote metaType) |
void |
AtomicType_HJMPWrapper.ejbPostCreate(PK param0,
java.lang.String param1,
ComposedTypeRemote param2) |
void |
ComposedType_HJMPWrapper.ejbPostCreate(PK param0,
java.lang.String param1,
ComposedTypeRemote param2) |
void |
CollectionType_HJMPWrapper.ejbPostCreate(PK param0,
java.lang.String param1,
TypeRemote param2,
int param3) |
void |
CollectionTypeEJB.ejbPostCreate(PK pkBase,
java.lang.String code,
TypeRemote elementType,
int collectionType) |
void |
MapType_HJMPWrapper.ejbPostCreate(PK param0,
java.lang.String param1,
TypeRemote param2,
TypeRemote param3) |
void |
MapTypeEJB.ejbPostCreate(PK pkBase,
java.lang.String code,
TypeRemote argumentType,
TypeRemote returnType) |
AtomicTypeRemote |
TypeManagerEJB.getOrCreateAtomicType(PK pkBase,
java.lang.Class javaClass) |
CollectionTypeRemote |
TypeManagerEJB.getOrCreateCollectionType(PK pkBase,
java.lang.String code,
TypeRemote elementType) |
CollectionTypeRemote |
TypeManagerEJB.getOrCreateCollectionType(PK pkBase,
java.lang.String code,
TypeRemote elementType,
int collectionType) |
protected MapTypeRemote |
TypeManagerEJB.getOrCreateMapType(PK pkBase,
java.lang.String code,
TypeRemote argumentType,
TypeRemote returnType)
checks if there is a maptype for a given argument type and return type.
|
void |
TypeManagerEJB.redeclareAttributeDescriptor(AttributeDescriptorRemote theFD,
TypeRemote type,
int modifiers) |
AttributeDescriptorRemote |
TypeManagerEJB.redeclareAttributeDescriptor(ComposedTypeRemote enclosingType,
java.lang.String qualifier,
TypeRemote type,
int modifiers) |
void |
AttributeDescriptorEJB.reinitializeAttribute(java.lang.String qualifier,
java.lang.String persistenceQualifier,
TypeRemote type,
AtomicTypeRemote persistenceType,
int modifiers,
AttributeDescriptorRemote superFD,
java.util.List inheritencePath,
ComposedTypeRemote metaType,
AttributeDescriptorRemote selectionOfDesc) |
void |
AttributeDescriptorRemote.reinitializeAttribute(java.lang.String qualifier,
java.lang.String persistenceQualifier,
TypeRemote type,
AtomicTypeRemote persistenceType,
int modifiers,
AttributeDescriptorRemote superFD,
java.util.List inheritencePath,
ComposedTypeRemote metaType,
AttributeDescriptorRemote selectionOfDesc) |
void |
AtomicTypeRemote.reinitializeType(AtomicTypeRemote superType,
java.lang.Class javaClass) |
void |
AtomicTypeEJB.reinitializeType(AtomicTypeRemote superType,
java.lang.Class javaClass) |
void |
CollectionTypeEJB.reinitializeType(TypeRemote elementType,
int typeOfCollection) |
void |
CollectionTypeRemote.reinitializeType(TypeRemote elementType,
int typeOfCollection) |
void |
MapTypeEJB.reinitializeType(TypeRemote keyType,
TypeRemote valueType) |
void |
MapTypeRemote.reinitializeType(TypeRemote keyType,
TypeRemote valueType) |
void |
AttributeDescriptorEJB.setAttributeType(TypeRemote type) |
void |
AttributeDescriptorRemote.setAttributeType(TypeRemote type) |
void |
ComposedTypeEJB.setComposedType(ComposedTypeRemote type)
Superclass method overridden to escape the 'dummy' type pk which is set during initialization when no matching
item type is yet available.
|
void |
TypeManagerEJB.setDeclaredAttributeDescriptors(ComposedTypeRemote enclosingType,
java.util.Set attributeDescriptors) |
void |
AttributeDescriptorEJB.setDontOptimize(boolean dontopt) |
void |
AttributeDescriptorRemote.setDontOptimize(boolean dontopt) |
void |
AttributeDescriptorEJB.setEnclosingType(ComposedTypeRemote enclosingType) |
void |
AttributeDescriptorRemote.setEnclosingType(ComposedTypeRemote enclType) |
void |
AttributeDescriptorEJB.setInitial(boolean initial) |
void |
AttributeDescriptorRemote.setInitial(boolean init) |
void |
AttributeDescriptorEJB.setModifiers(int modifiers) |
void |
AttributeDescriptorRemote.setModifiers(int modifiers) |
void |
AttributeDescriptorEJB.setOptional(boolean optional) |
void |
AttributeDescriptorRemote.setOptional(boolean optional) |
void |
AttributeDescriptorEJB.setPartOf(boolean partOf) |
void |
AttributeDescriptorRemote.setPartOf(boolean part) |
static void |
TypeTools.setPartOf(ItemRemote item,
java.util.Collection elements,
TypeTools.Binding binding) |
void |
AttributeDescriptorEJB.setPrivate(boolean priv) |
void |
AttributeDescriptorRemote.setPrivate(boolean priv) |
void |
AttributeDescriptorEJB.setReadable(boolean readable) |
void |
AttributeDescriptorRemote.setReadable(boolean readable) |
void |
AttributeDescriptorEJB.setRemovable(boolean removable) |
void |
AttributeDescriptorRemote.setRemovable(boolean removable) |
void |
AttributeDescriptorEJB.setSearchable(boolean search) |
void |
AttributeDescriptorRemote.setSearchable(boolean search) |
void |
AttributeDescriptorEJB.setSelectionOf(AttributeDescriptorRemote selectionDescriptor) |
void |
AttributeDescriptorRemote.setSelectionOf(AttributeDescriptorRemote descriptor) |
void |
AttributeDescriptorEJB.setWritable(boolean writable) |
void |
AttributeDescriptorRemote.setWritable(boolean writable) |
| Modifier and Type | Method and Description |
|---|---|
protected MapTypeRemote |
PropertyTest.getLocalized(TypeRemote unlocalized) |
protected TypeRemote |
PropertyTest.getValueType(java.lang.Object value,
boolean localized) |
void |
TypeManagerTest.testCreateComposedType() |
void |
FlexibleSearchTest.testMissingColumnBug()
Tests bug which reduced column count when wrapping outdated PKs from select.
|
void |
DeliveryModeTest.testTransaction() |
Copyright © 2018 SAP SE. All Rights Reserved.