Class MetaInformationEJB
java.lang.Object
de.hybris.platform.persistence.ItemEJB
de.hybris.platform.persistence.ExtensibleItemEJB
de.hybris.platform.persistence.meta.MetaInformationEJB
- All Implemented Interfaces:
ExtensibleItemRemote,EntityInstance,EntityProxy,HomeProxy,ItemHome,ItemPermissionFacade,ItemRemote,MetaInformationHome,MetaInformationRemote
- Direct Known Subclasses:
MetaInformation_HJMPWrapper
public abstract class MetaInformationEJB
extends ExtensibleItemEJB
implements MetaInformationRemote, MetaInformationHome
-
Field Summary
FieldsFields inherited from class de.hybris.platform.persistence.ItemEJB
entityContext, READ, WRITE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidejbPostCreate(PK pk, String systemName) Superclass method overridden to avoid searching for a composed type - the meta information item does not have such a type at all!booleanTODO: apidoabstract booleanabstract intabstract Stringabstract Dateabstract Stringabstract Stringabstract StringTODO: apidoabstract StringTODO: apidoabstract StringvoidSuperclass method overridden to avoid searching for a composed type - the meta information item does not have such a type at all!voidsetInitializedFlag(boolean isOk) TODO: apidoabstract voidsetInitializedFlagInternal(boolean isOk) abstract voidsetLicenceAdminFactorInternal(int adminFactor) abstract voidsetLicenceEditionInternal(String licenceEdition) abstract voidsetLicenceExpirationDateInternal(Date expires) abstract voidsetLicenceIDInternal(String licenceID) abstract voidsetLicenceNameInternal(String licenceName) abstract voidsetLicenceSignatureInternal(String licenceSignature) voidsetLockPkString(String pkString) voidsetSystemName(String systemName) abstract voidsetSystemNameInternal(String systemName) voidsetSystemPk(String pk) TODO: apidoabstract voidsetSystemPKInternal(String systemPK) inttypeCode()Methods inherited from class de.hybris.platform.persistence.ExtensibleItemEJB
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, writePropertyCachesMethods inherited from class de.hybris.platform.persistence.ItemEJB
checkItemPermission, 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, setOwnerPkString, setOwnerRef, setPermission, setPermissions, setPkString, setPrincipalToBooleanListMap, setTypePkString, skipRemovePermission, skipSetPermission, storeCaches, wasModifiedSince, writeACLEntriesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.persistence.framework.EntityInstance
ejbFindByPrimaryKeyMethods inherited from interface de.hybris.platform.persistence.framework.EntityProxy
getPKMethods inherited from interface de.hybris.platform.persistence.ExtensibleItemRemote
copyPropertiesFrom, getAllProperties, getProperty, getPropertyNames, getPropertyRaw, getPropertyTimestamp, removeProperty, setAllProperties, setPropertyMethods inherited from interface de.hybris.platform.persistence.ItemHome
findAll, findByPKList, findByType, findChangedAfter, getOwnJNDIName, loadItemDataMethods inherited from interface de.hybris.platform.persistence.ItemRemote
getCreationTime, getHJMPTS, getModifiedTime, getOwner, getPkString, getTypeKey, hasJNDIName, remove, setCreationTime, setModifiedTime, setOwner, setOwnerRef, wasModifiedSinceMethods inherited from interface de.hybris.platform.persistence.meta.MetaInformationHome
create, findBySystemIDMethods inherited from interface de.hybris.platform.persistence.meta.MetaInformationRemote
ejbFindByPrimaryKey
-
Field Details
-
DEFAULT_PRIMARY_KEY
-
-
Constructor Details
-
MetaInformationEJB
public MetaInformationEJB()
-
-
Method Details
-
setSystemPKInternal
-
getSystemPKInternal
-
setSystemNameInternal
-
getSystemNameInternal
-
setInitializedFlagInternal
public abstract void setInitializedFlagInternal(boolean isOk) -
getInitializedFlagInternal
public abstract boolean getInitializedFlagInternal() -
setLicenceIDInternal
-
getLicenceIDInternal
-
setLicenceNameInternal
-
getLicenceNameInternal
-
setLicenceEditionInternal
-
getLicenceEditionInternal
-
setLicenceAdminFactorInternal
public abstract void setLicenceAdminFactorInternal(int adminFactor) -
getLicenceAdminFactorInternal
public abstract int getLicenceAdminFactorInternal() -
setLicenceExpirationDateInternal
-
getLicenceExpirationDateInternal
-
setLicenceSignatureInternal
-
getLicenceSignatureInternal
-
getLockPkString
-
setLockPkString
-
typeCode
public int typeCode() -
setSystemName
- Specified by:
setSystemNamein interfaceMetaInformationRemote
-
getSystemName
Description copied from interface:MetaInformationRemoteTODO: apido- Specified by:
getSystemNamein interfaceMetaInformationRemote
-
getSystemPk
Description copied from interface:MetaInformationRemoteTODO: apido- Specified by:
getSystemPkin interfaceMetaInformationRemote
-
setSystemPk
Description copied from interface:MetaInformationRemoteTODO: apido- Specified by:
setSystemPkin interfaceMetaInformationRemote
-
clearEntityCaches
public void clearEntityCaches()- Overrides:
clearEntityCachesin classExtensibleItemEJB
-
setInitializedFlag
public void setInitializedFlag(boolean isOk) Description copied from interface:MetaInformationRemoteTODO: apido- Specified by:
setInitializedFlagin interfaceMetaInformationRemote
-
getInitializedFlag
public boolean getInitializedFlag()Description copied from interface:MetaInformationRemoteTODO: apido- Specified by:
getInitializedFlagin interfaceMetaInformationRemote
-
getLicence
-
ejbCreate
-
ejbPostCreate
-
getComposedType
Superclass method overridden to avoid searching for a composed type - the meta information item does not have such a type at all!- Specified by:
getComposedTypein interfaceItemRemote- Overrides:
getComposedTypein classItemEJB
-
setComposedType
Superclass method overridden to avoid searching for a composed type - the meta information item does not have such a type at all!- Specified by:
setComposedTypein interfaceItemRemote- Overrides:
setComposedTypein classItemEJB- Throws:
EJBInvalidParameterException
-
getTypeInfoMap
- Specified by:
getTypeInfoMapin interfaceExtensibleItemRemote- Overrides:
getTypeInfoMapin classExtensibleItemEJB
-