protected void |
AbstractTypeInitializer.changeAttributeMetaType(String itemTypeName,
String qualifier,
String metaTypeName,
Map customProps) |
protected void |
AbstractTypeInitializer.connectRelation(String relationTypeName,
boolean localized,
String sourceQualifierName,
String sourceTypeName,
boolean sourceNavigable,
int sourceModifiers,
String targetQualifierName,
String targetTypeName,
boolean targetNavigable,
int targetModifiers,
boolean autocreate,
boolean generate) |
protected AtomicTypeRemote |
AbstractTypeInitializer.createAtomicType(Class superClass,
Class clazz) |
protected CollectionTypeRemote |
AbstractTypeInitializer.createCollectionType(String collTypeName,
String elementTypeName,
int typeOfCollection) |
protected void |
AbstractTypeInitializer.createEnumerationValues(String enumTypeName,
boolean dynamic,
List enumValueCodes) |
protected void |
AbstractTypeInitializer.createIndex(String itemTypeName,
String indexName,
boolean unique,
List attributeQualifierList,
List lowerOptions) |
protected MapTypeRemote |
AbstractTypeInitializer.createMapType(String mapTypeName,
String argumentTypeName,
String resultTypeName) |
protected void |
AbstractTypeInitializer.createRelationAttributes(String relationName,
boolean localized,
String sourceQualifier,
String sourceTypeName,
boolean srcNavigable,
int sourceModifiers,
boolean srcMany,
boolean srcOrdered,
int srcTypeOfCollection,
String targetQualifier,
String targetTypeName,
boolean tgtNavigable,
int targetModifiers,
boolean tgtMany,
boolean tgtOrdered,
int tgtTypeOfCollection) |
ItemRemote |
SystemEJB.findRemoteObjectByPK(PK pk) |
Map<PK,ItemRemote> |
SystemEJB.findRemoteObjectsByPK(Collection<PK> pks,
Set<PK> preloadLanguagePKs,
boolean ignoreMissing)
Fetches ItemRemote instances for a given collection of PKs.
|
protected ComposedTypeRemote |
ItemEJB.getDefaultType() |
protected void |
AbstractTypeInitializer.redeclareAttribute(String itemTypeName,
String qualifier,
String attributeTypeName,
int modifiers) |
protected void |
AbstractTypeInitializer.setAttributeProperties(String itemTypeName,
String qualifier,
boolean unique,
Object defaultValue,
String defaultValueDefString,
String selectionOfQualifier,
boolean autocreate,
boolean generate,
String metaTypeName,
Map customProps,
String attributeHandler) |