public class MetaInformation_HJMPWrapper extends MetaInformationEJB
| Modifier and Type | Field and Description |
|---|---|
static int |
READER |
static java.lang.String |
TYPECODE_STR |
static int |
WRITER |
DEFAULT_PRIMARY_KEYentityContext, READ, WRITE| Constructor and Description |
|---|
MetaInformation_HJMPWrapper() |
| Modifier and Type | Method and Description |
|---|---|
MetaInformationRemote |
create(PK param0,
java.lang.String param1) |
PK |
ejbCreate(PK param0,
java.lang.String param1) |
java.util.Collection |
ejbFindAll() |
java.util.Collection |
ejbFindByPKList(java.util.Collection pks) |
PK |
ejbFindByPrimaryKey(PK pkValue)
TODO: apido
|
PK |
ejbFindBySystemID(java.lang.String param0) |
java.util.Collection |
ejbFindByType(PK param0) |
java.util.Collection |
ejbFindChangedAfter(java.util.Date param0) |
void |
ejbHomeLoadItemData(java.sql.ResultSet rs) |
void |
ejbLoad() |
void |
ejbPostCreate(PK param0,
java.lang.String param1) |
void |
ejbRemove() |
void |
ejbStore() |
java.util.Collection |
findAll()
All item beans have a 'findAll' finder.
|
java.util.Collection |
findByPKList(java.util.Collection pks) |
MetaInformationRemote |
findByPrimaryKey(PK pkValue) |
MetaInformationRemote |
findBySystemID(java.lang.String param0) |
java.util.Collection |
findByType(PK param0) |
java.util.Collection |
findChangedAfter(java.util.Date param0)
A finder which selects all bean modified after a given time.
|
long |
getACLTimestampInternal() |
protected java.lang.Object |
getCachedValueForModification(ItemCacheKey key) |
protected java.util.Map |
getCacheKeyMap() |
java.util.Date |
getCreationTimestampInternal() |
long |
getHJMPTS() |
boolean |
getInitializedFlagInternal() |
protected java.lang.String |
getItemTableNameImpl()
instance method impl
|
int |
getLicenceAdminFactorInternal() |
java.lang.String |
getLicenceEditionInternal() |
java.util.Date |
getLicenceExpirationDateInternal() |
java.lang.String |
getLicenceIDInternal() |
java.lang.String |
getLicenceNameInternal() |
java.lang.String |
getLicenceSignatureInternal() |
java.util.Date |
getModifiedTimestampInternal() |
PK |
getOwnerPkString() |
java.lang.String |
getOwnJNDIName()
instance method impl
|
PK |
getPkString() |
java.lang.String |
getPropertyTableNameImpl() |
long |
getPropertyTimestampInternal() |
java.lang.String |
getSystemNameInternal() |
java.lang.String |
getSystemPKInternal() |
PK |
getTypePkString() |
boolean |
isBeforeCreate()
Special method indicating that the entity instance is currently within its ejbCreate() state and has not been
written to database yet.
|
void |
setACLTimestampInternal(long newvalue) |
void |
setCreationTimestampInternal(java.util.Date newvalue) |
void |
setInitializedFlagInternal(boolean newvalue) |
void |
setLicenceAdminFactorInternal(int newvalue) |
void |
setLicenceEditionInternal(java.lang.String newvalue) |
void |
setLicenceExpirationDateInternal(java.util.Date newvalue) |
void |
setLicenceIDInternal(java.lang.String newvalue) |
void |
setLicenceNameInternal(java.lang.String newvalue) |
void |
setLicenceSignatureInternal(java.lang.String newvalue) |
void |
setModifiedTimestampInternal(java.util.Date newvalue) |
void |
setOwnerPkString(PK newvalue) |
void |
setPkString(PK newvalue) |
void |
setPropertyTimestampInternal(long newvalue) |
void |
setSystemNameInternal(java.lang.String newvalue) |
void |
setSystemPKInternal(java.lang.String newvalue) |
void |
setTypePkString(PK newvalue) |
clearEntityCaches, getComposedType, getInitializedFlag, getLicence, getLockPkString, getSystemName, getSystemPk, getTypeInfoMap, setComposedType, setInitializedFlag, setLockPkString, setSystemName, setSystemPk, typeCodecopyPropertiesFrom, createFromTemplate, decryptIfNecessaryWithFallback, decryptValueWithFallback, doCreateInternal, ejbHomeGetPropertyTableName, getAllLanguagePKs, getAllProperties, getAllPropertyAccesses, getModifiedUnlocalizedPropertyCache, getProperty, getPropertyAccess, getPropertyAccess, getPropertyAccessInternal, getPropertyNames, getPropertyRaw, getPropertyTimestamp, hasModifiedCaches, postCreateFromTemplate, preLoadUnlocalizedProperties, removeProperty, removePropertyData, setAllProperties, setPropertiesFromContainer, setProperty, typeChanged, updatePropertyVersion, warnOnDecryptionError, writePropertyCachescheckItemPermission, checkOwnGlobalPermission, copyComposedTypeFromTemplate, doCreateInternal, doPostCreateInternal, ejbHomeGetItemTableName, ejbHomeGetOwnJNDIName, getCachedValueForReading, getCachedValueForReadingIfAvailable, getCachedValuesStartingWith, getCacheKey, getCreationTime, getDefaultType, getEntityContext, getGlobalPermissionPKs, getModifiedTime, getOrAddCacheKey, getOwner, getPermissionPKs, getPK, getPrincipalToBooleanListMap, getRestrictedPrincipalPKs, getTypeKey, hasJNDIName, loadItemData, logACLCacheChange, needsStoring, quoteSQLStringLiteralForQuery, remove, removeACLEntries, removeGlobalPermission, removeGlobalPermissions, removePermission, removePermissions, setCreationTime, setEntityContext, setGlobalPermission, setGlobalPermissions, setModifiedTime, setModifiedTimestamp, setNeedsStoring, setOwner, setOwnerPK, setPermission, setPermissions, setPrincipalToBooleanListMap, skipRemovePermission, skipSetPermission, storeCaches, wasModifiedSince, writeACLEntriesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcopyPropertiesFrom, getAllProperties, getProperty, getPropertyNames, getPropertyRaw, getPropertyTimestamp, removeProperty, setAllProperties, setPropertygetCreationTime, getModifiedTime, getOwner, getTypeKey, hasJNDIName, remove, setCreationTime, setModifiedTime, setOwner, wasModifiedSincegetPKloadItemDatapublic static final java.lang.String TYPECODE_STR
public static final int READER
public static final int WRITER
public void ejbLoad()
ejbLoad in interface EntityInstanceejbLoad in class ItemEJBpublic long getHJMPTS()
getHJMPTS in interface ItemRemotegetHJMPTS in class ItemEJBpublic void ejbStore()
ejbStore in interface EntityInstanceejbStore in class ItemEJBpublic MetaInformationRemote create(PK param0, java.lang.String param1)
public PK ejbCreate(PK param0, java.lang.String param1)
ejbCreate in class MetaInformationEJBpublic void ejbPostCreate(PK param0, java.lang.String param1)
ejbPostCreate in class MetaInformationEJBpublic void ejbRemove()
ejbRemove in interface EntityInstanceejbRemove in class ExtensibleItemEJBpublic void ejbHomeLoadItemData(java.sql.ResultSet rs)
ejbHomeLoadItemData in class ItemEJBpublic PK getPkString()
getPkString in interface ItemRemotegetPkString in class ItemEJBpublic void setPkString(PK newvalue)
setPkString in class ItemEJBpublic java.util.Date getCreationTimestampInternal()
getCreationTimestampInternal in class ItemEJBpublic void setCreationTimestampInternal(java.util.Date newvalue)
setCreationTimestampInternal in class ItemEJBpublic java.util.Date getModifiedTimestampInternal()
getModifiedTimestampInternal in class ItemEJBpublic void setModifiedTimestampInternal(java.util.Date newvalue)
setModifiedTimestampInternal in class ItemEJBpublic long getACLTimestampInternal()
getACLTimestampInternal in class ItemEJBpublic void setACLTimestampInternal(long newvalue)
setACLTimestampInternal in class ItemEJBpublic PK getTypePkString()
getTypePkString in class ItemEJBpublic void setTypePkString(PK newvalue)
setTypePkString in class ItemEJBpublic PK getOwnerPkString()
getOwnerPkString in class ItemEJBpublic void setOwnerPkString(PK newvalue)
setOwnerPkString in class ItemEJBpublic long getPropertyTimestampInternal()
getPropertyTimestampInternal in class ExtensibleItemEJBpublic void setPropertyTimestampInternal(long newvalue)
setPropertyTimestampInternal in class ExtensibleItemEJBpublic java.lang.String getSystemPKInternal()
getSystemPKInternal in class MetaInformationEJBpublic void setSystemPKInternal(java.lang.String newvalue)
setSystemPKInternal in class MetaInformationEJBpublic java.lang.String getSystemNameInternal()
getSystemNameInternal in class MetaInformationEJBpublic void setSystemNameInternal(java.lang.String newvalue)
setSystemNameInternal in class MetaInformationEJBpublic boolean getInitializedFlagInternal()
getInitializedFlagInternal in class MetaInformationEJBpublic void setInitializedFlagInternal(boolean newvalue)
setInitializedFlagInternal in class MetaInformationEJBpublic java.lang.String getLicenceIDInternal()
getLicenceIDInternal in class MetaInformationEJBpublic void setLicenceIDInternal(java.lang.String newvalue)
setLicenceIDInternal in class MetaInformationEJBpublic java.lang.String getLicenceNameInternal()
getLicenceNameInternal in class MetaInformationEJBpublic void setLicenceNameInternal(java.lang.String newvalue)
setLicenceNameInternal in class MetaInformationEJBpublic java.lang.String getLicenceEditionInternal()
getLicenceEditionInternal in class MetaInformationEJBpublic void setLicenceEditionInternal(java.lang.String newvalue)
setLicenceEditionInternal in class MetaInformationEJBpublic int getLicenceAdminFactorInternal()
getLicenceAdminFactorInternal in class MetaInformationEJBpublic void setLicenceAdminFactorInternal(int newvalue)
setLicenceAdminFactorInternal in class MetaInformationEJBpublic java.util.Date getLicenceExpirationDateInternal()
getLicenceExpirationDateInternal in class MetaInformationEJBpublic void setLicenceExpirationDateInternal(java.util.Date newvalue)
setLicenceExpirationDateInternal in class MetaInformationEJBpublic java.lang.String getLicenceSignatureInternal()
getLicenceSignatureInternal in class MetaInformationEJBpublic void setLicenceSignatureInternal(java.lang.String newvalue)
setLicenceSignatureInternal in class MetaInformationEJBpublic MetaInformationRemote findByPrimaryKey(PK pkValue) throws YObjectNotFoundException, YFinderException
public PK ejbFindByPrimaryKey(PK pkValue) throws YObjectNotFoundException
MetaInformationRemoteYObjectNotFoundExceptionpublic java.util.Collection findAll()
throws YFinderException
ItemHomeYFinderExceptionpublic java.util.Collection ejbFindAll()
throws YFinderException
YFinderExceptionpublic java.util.Collection findByType(PK param0) throws YFinderException
YFinderExceptionpublic java.util.Collection ejbFindByType(PK param0) throws YFinderException
YFinderExceptionpublic MetaInformationRemote findBySystemID(java.lang.String param0) throws YFinderException, YObjectNotFoundException
public PK ejbFindBySystemID(java.lang.String param0) throws YFinderException, YObjectNotFoundException
public java.util.Collection findChangedAfter(java.util.Date param0)
throws YFinderException
ItemHomeparam0 - the time to check in milliseconds ( see java.lang.System )YFinderExceptionpublic java.util.Collection ejbFindChangedAfter(java.util.Date param0)
throws YFinderException
YFinderExceptionpublic java.util.Collection findByPKList(java.util.Collection pks)
throws YFinderException
YFinderExceptionpublic java.util.Collection ejbFindByPKList(java.util.Collection pks)
throws YFinderException
YFinderExceptionprotected java.lang.String getItemTableNameImpl()
ItemEJBgetItemTableNameImpl in class ItemEJBpublic java.lang.String getOwnJNDIName()
ItemEJBgetOwnJNDIName in interface ItemHomegetOwnJNDIName in class ItemEJBpublic java.lang.String getPropertyTableNameImpl()
getPropertyTableNameImpl in class ExtensibleItemEJBpublic boolean isBeforeCreate()
ItemEJBisBeforeCreate in class ItemEJBprotected java.lang.Object getCachedValueForModification(ItemCacheKey key)
getCachedValueForModification in class ItemEJBprotected java.util.Map getCacheKeyMap()
getCacheKeyMap in class ItemEJBCopyright © 2018 SAP SE. All Rights Reserved.