public abstract class MetaInformationEJB extends ExtensibleItemEJB implements MetaInformationRemote, MetaInformationHome
| Modifier and Type | Field and Description |
|---|---|
static PK |
DEFAULT_PRIMARY_KEY |
entityContext, READ, WRITE| Constructor and Description |
|---|
MetaInformationEJB() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearEntityCaches() |
PK |
ejbCreate(PK pk,
java.lang.String systemName) |
void |
ejbPostCreate(PK pk,
java.lang.String systemName) |
ComposedTypeRemote |
getComposedType()
Superclass method overridden to avoid searching for a composed type - the meta information item does not have such a type at
all!
|
boolean |
getInitializedFlag()
TODO: apido
|
abstract boolean |
getInitializedFlagInternal() |
Licence |
getLicence() |
abstract int |
getLicenceAdminFactorInternal() |
abstract java.lang.String |
getLicenceEditionInternal() |
abstract java.util.Date |
getLicenceExpirationDateInternal() |
abstract java.lang.String |
getLicenceIDInternal() |
abstract java.lang.String |
getLicenceNameInternal() |
abstract java.lang.String |
getLicenceSignatureInternal() |
java.lang.String |
getLockPkString() |
java.lang.String |
getSystemName()
TODO: apido
|
abstract java.lang.String |
getSystemNameInternal() |
java.lang.String |
getSystemPk()
TODO: apido
|
abstract java.lang.String |
getSystemPKInternal() |
TypeInfoMap |
getTypeInfoMap() |
void |
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!
|
void |
setInitializedFlag(boolean isOk)
TODO: apido
|
abstract void |
setInitializedFlagInternal(boolean isOk) |
abstract void |
setLicenceAdminFactorInternal(int adminFactor) |
abstract void |
setLicenceEditionInternal(java.lang.String licenceEdition) |
abstract void |
setLicenceExpirationDateInternal(java.util.Date expires) |
abstract void |
setLicenceIDInternal(java.lang.String licenceID) |
abstract void |
setLicenceNameInternal(java.lang.String licenceName) |
abstract void |
setLicenceSignatureInternal(java.lang.String licenceSignature) |
void |
setLockPkString(java.lang.String pkString) |
void |
setSystemName(java.lang.String systemName) |
abstract void |
setSystemNameInternal(java.lang.String systemName) |
void |
setSystemPk(java.lang.String pk)
TODO: apido
|
abstract void |
setSystemPKInternal(java.lang.String systemPK) |
int |
typeCode() |
copyPropertiesFrom, createFromTemplate, decryptIfNecessaryWithFallback, decryptValueWithFallback, doCreateInternal, ejbHomeGetPropertyTableName, ejbRemove, getAllLanguagePKs, getAllProperties, getAllPropertyAccesses, getModifiedUnlocalizedPropertyCache, getProperty, getPropertyAccess, getPropertyAccess, getPropertyAccessInternal, getPropertyNames, getPropertyRaw, getPropertyTableNameImpl, getPropertyTimestamp, getPropertyTimestampInternal, hasModifiedCaches, postCreateFromTemplate, preLoadUnlocalizedProperties, removeProperty, removePropertyData, setAllProperties, setPropertiesFromContainer, setProperty, setPropertyTimestampInternal, typeChanged, updatePropertyVersion, warnOnDecryptionError, writePropertyCachescheckItemPermission, checkOwnGlobalPermission, copyComposedTypeFromTemplate, doCreateInternal, doPostCreateInternal, ejbHomeGetItemTableName, ejbHomeGetOwnJNDIName, ejbHomeLoadItemData, ejbLoad, ejbStore, getACLTimestampInternal, getCachedValueForModification, getCachedValueForReading, getCachedValueForReadingIfAvailable, getCachedValuesStartingWith, getCacheKey, getCacheKeyMap, getCreationTime, getCreationTimestampInternal, getDefaultType, getEntityContext, getGlobalPermissionPKs, getHJMPTS, getItemTableNameImpl, getModifiedTime, getModifiedTimestampInternal, getOrAddCacheKey, getOwner, getOwnerPkString, getOwnJNDIName, getPermissionPKs, getPK, getPkString, getPrincipalToBooleanListMap, getRestrictedPrincipalPKs, getTypeKey, getTypePkString, hasJNDIName, isBeforeCreate, loadItemData, logACLCacheChange, needsStoring, quoteSQLStringLiteralForQuery, remove, removeACLEntries, removeGlobalPermission, removeGlobalPermissions, removePermission, removePermissions, setACLTimestampInternal, setCreationTime, setCreationTimestampInternal, setEntityContext, setGlobalPermission, setGlobalPermissions, setModifiedTime, setModifiedTimestamp, setModifiedTimestampInternal, setNeedsStoring, setOwner, setOwnerPK, setOwnerPkString, setPermission, setPermissions, setPkString, setPrincipalToBooleanListMap, setTypePkString, skipRemovePermission, skipSetPermission, storeCaches, wasModifiedSince, writeACLEntriesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitejbFindByPrimaryKeycopyPropertiesFrom, getAllProperties, getProperty, getPropertyNames, getPropertyRaw, getPropertyTimestamp, removeProperty, setAllProperties, setPropertygetCreationTime, getHJMPTS, getModifiedTime, getOwner, getPkString, getTypeKey, hasJNDIName, remove, setCreationTime, setModifiedTime, setOwner, wasModifiedSincegetPKcreate, findBySystemIDfindAll, findByPKList, findByType, findChangedAfter, getOwnJNDIName, loadItemDataejbFindByPrimaryKeypublic static final PK DEFAULT_PRIMARY_KEY
public abstract void setSystemPKInternal(java.lang.String systemPK)
public abstract java.lang.String getSystemPKInternal()
public abstract void setSystemNameInternal(java.lang.String systemName)
public abstract java.lang.String getSystemNameInternal()
public abstract void setInitializedFlagInternal(boolean isOk)
public abstract boolean getInitializedFlagInternal()
public abstract void setLicenceIDInternal(java.lang.String licenceID)
public abstract java.lang.String getLicenceIDInternal()
public abstract void setLicenceNameInternal(java.lang.String licenceName)
public abstract java.lang.String getLicenceNameInternal()
public abstract void setLicenceEditionInternal(java.lang.String licenceEdition)
public abstract java.lang.String getLicenceEditionInternal()
public abstract void setLicenceAdminFactorInternal(int adminFactor)
public abstract int getLicenceAdminFactorInternal()
public abstract void setLicenceExpirationDateInternal(java.util.Date expires)
public abstract java.util.Date getLicenceExpirationDateInternal()
public abstract void setLicenceSignatureInternal(java.lang.String licenceSignature)
public abstract java.lang.String getLicenceSignatureInternal()
public java.lang.String getLockPkString()
public void setLockPkString(java.lang.String pkString)
public int typeCode()
public void setSystemName(java.lang.String systemName)
setSystemName in interface MetaInformationRemotepublic java.lang.String getSystemName()
MetaInformationRemotegetSystemName in interface MetaInformationRemotepublic java.lang.String getSystemPk()
MetaInformationRemotegetSystemPk in interface MetaInformationRemotepublic void setSystemPk(java.lang.String pk)
MetaInformationRemotesetSystemPk in interface MetaInformationRemotepublic void clearEntityCaches()
clearEntityCaches in class ExtensibleItemEJBpublic void setInitializedFlag(boolean isOk)
MetaInformationRemotesetInitializedFlag in interface MetaInformationRemotepublic boolean getInitializedFlag()
MetaInformationRemotegetInitializedFlag in interface MetaInformationRemotepublic Licence getLicence()
public void ejbPostCreate(PK pk, java.lang.String systemName)
public ComposedTypeRemote getComposedType()
getComposedType in interface ItemRemotegetComposedType in class ItemEJBpublic void setComposedType(ComposedTypeRemote type) throws EJBInvalidParameterException
setComposedType in interface ItemRemotesetComposedType in class ItemEJBEJBInvalidParameterExceptionpublic TypeInfoMap getTypeInfoMap()
getTypeInfoMap in interface ExtensibleItemRemotegetTypeInfoMap in class ExtensibleItemEJBCopyright © 2018 SAP SE. All Rights Reserved.