public interface ComposedTypeRemote extends HierarchieTypeRemote
| Modifier and Type | Method and Description |
|---|---|
void |
changeSTPK(String string) |
ItemDeployment |
getDeployment() |
List |
getInheritancePath() |
String |
getInheritancePathString() |
String |
getItemJNDIName() |
String |
getItemPropertyTableName()
returns the property table name or null if this type isnt assoziated with a real item ejb.
|
String |
getItemTableName()
the database table assoziated with this type or NULL for abstract types.
|
int |
getItemTypeCode() |
String |
getJaloClassName() |
boolean |
getPropertyTableStatus() |
ComposedTypeRemote |
getSuperType() |
PK |
getSuperTypeItemPK() |
boolean |
isAbstract() |
boolean |
isRemovable() |
boolean |
isSingleton() |
void |
reinitializeType(ComposedTypeRemote superType,
ItemDeployment deployment,
String jaloClassName,
ComposedTypeRemote metaType)
Internal ! Used for reinitialization - dont call directly.
|
void |
setAbstract() |
void |
setInheritancePathString(String path) |
void |
setItemJNDIName(String jndi) |
void |
setJaloClassName(String className)
changes this types assoziated jalo class.
|
void |
setPropertyTableStatus(boolean initialized) |
void |
setSingleton(boolean isSingleton) |
getCode, isAssignableFromcopyLocalizablePropertiesFrom, getAllLocalizedProperties, getAllLocalizedProperties, getLocalizedProperty, getLocalizedPropertyNames, hintPropertyCache, removeLocalizedProperty, setAllLocalizedProperties, setLocalizedPropertycopyPropertiesFrom, getAllProperties, getProperty, getPropertyNames, getPropertyRaw, getPropertyTimestamp, getTypeInfoMap, removeProperty, setAllProperties, setPropertycheckItemPermission, checkOwnGlobalPermission, getComposedType, getCreationTime, getGlobalPermissionPKs, getHJMPTS, getModifiedTime, getOwner, getPermissionPKs, getPkString, getPrincipalToBooleanListMap, getRestrictedPrincipalPKs, getTypeKey, hasJNDIName, remove, removeGlobalPermission, removeGlobalPermissions, removePermission, removePermissions, setComposedType, setCreationTime, setGlobalPermission, setGlobalPermissions, setModifiedTime, setOwner, setPermission, setPermissions, setPrincipalToBooleanListMap, wasModifiedSincegetPKvoid reinitializeType(ComposedTypeRemote superType, ItemDeployment deployment, String jaloClassName, ComposedTypeRemote metaType)
superType - the new supertype (optional)deployment - the new deployment object (optional)jaloClassName - the new jalo class name (optional)PK getSuperTypeItemPK()
String getJaloClassName()
void setJaloClassName(String className)
void setItemJNDIName(String jndi)
String getItemTableName()
ItemDeployment getDeployment()
String getItemPropertyTableName()
boolean getPropertyTableStatus()
void setPropertyTableStatus(boolean initialized)
ComposedTypeRemote getSuperType()
List getInheritancePath()
getInheritancePath in interface HierarchieTypeRemoteString getInheritancePathString()
getInheritancePathString in interface HierarchieTypeRemotevoid setInheritancePathString(String path)
setInheritancePathString in interface HierarchieTypeRemoteboolean isRemovable()
boolean isAbstract()
void setAbstract()
int getItemTypeCode()
String getItemJNDIName()
boolean isSingleton()
void setSingleton(boolean isSingleton)
void changeSTPK(String string)
Copyright © 2017 SAP SE. All Rights Reserved.