public abstract class TestItemEJB extends LocalizableItemEJB implements TestItemRemote, TestItemHome
entityContext, READ, WRITE| Constructor and Description |
|---|
TestItemEJB() |
copyLocalizablePropertiesFrom, createFromTemplate, getAllLocalizedProperties, getAllLocalizedProperties, getLocalizedProperty, getLocalizedPropertyNames, getLocPropertyAccess, hintPropertyCache, postCreateFromTemplate, removeLocalizedProperty, setAllLocalizedProperties, setLocalizedProperty, setLocPropertiesFromContainercopyPropertiesFrom, decryptIfNecessaryWithFallback, decryptValueWithFallback, doCreateInternal, ejbHomeGetPropertyTableName, ejbRemove, getAllLanguagePKs, getAllProperties, getAllPropertyAccesses, getModifiedUnlocalizedPropertyCache, getProperty, getPropertyAccess, getPropertyAccess, getPropertyAccessInternal, getPropertyNames, getPropertyRaw, getPropertyTableNameImpl, getPropertyTimestamp, getPropertyTimestampInternal, getTypeInfoMap, hasModifiedCaches, preLoadUnlocalizedProperties, removeProperty, removePropertyData, setAllProperties, setPropertiesFromContainer, setProperty, setPropertyTimestampInternal, typeChanged, updatePropertyVersion, warnOnDecryptionError, writePropertyCachescheckItemPermission, checkOwnGlobalPermission, copyComposedTypeFromTemplate, doCreateInternal, doPostCreateInternal, ejbHomeGetItemTableName, ejbHomeGetOwnJNDIName, ejbHomeLoadItemData, getACLTimestampInternal, getCachedValueForModification, getCachedValueForReading, getCachedValueForReadingIfAvailable, getCachedValuesStartingWith, getCacheKey, getCacheKeyMap, getComposedType, 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, setComposedType, setCreationTime, setCreationTimestampInternal, setCreationTimestamps, setEntityContext, setGlobalPermission, setGlobalPermissions, setModificationTimestamps, 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, waitcopyLocalizablePropertiesFrom, 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, wasModifiedSincegetPKcreate, findByFieldA, finderTestfindAll, findByPKList, findByType, findChangedAfter, getOwnJNDIName, loadItemDataejbFindByPrimaryKeypublic abstract String getFieldA()
public abstract void setFieldA(String field)
public abstract String getFieldB()
public abstract void setFieldB(String field)
public abstract Integer getFieldInteger()
public abstract void setFieldInteger(Integer field)
public abstract Float getFieldFloat()
public abstract void setFieldFloat(Float field)
public abstract Double getFieldDouble()
public abstract void setFieldDouble(Double field)
public abstract Long getFieldLong()
public abstract void setFieldLong(Long field)
public abstract Character getFieldCharacter()
public abstract void setFieldCharacter(Character field)
public abstract Byte getFieldByte()
public abstract void setFieldByte(Byte field)
public abstract Serializable getFieldSerializable()
public abstract void setFieldSerializable(Serializable field)
public abstract String getFieldString()
public abstract void setFieldString(String field)
public abstract String getFieldLongString()
public abstract void setFieldLongString(String field)
public abstract Boolean getFieldBoolean()
public abstract void setFieldBoolean(Boolean field)
public abstract Date getFieldDate()
public abstract void setFieldDate(Date field)
public abstract BigDecimal getFieldBigDecimal()
public abstract void setFieldBigDecimal(BigDecimal field)
public abstract int getFieldPrimitiveInteger()
public abstract void setFieldPrimitiveInteger(int field)
public abstract float getFieldPrimitiveFloat()
public abstract void setFieldPrimitiveFloat(float field)
public abstract double getFieldPrimitiveDouble()
public abstract void setFieldPrimitiveDouble(double field)
public abstract long getFieldPrimitiveLong()
public abstract void setFieldPrimitiveLong(long field)
public abstract byte getFieldPrimitiveByte()
public abstract void setFieldPrimitiveByte(byte field)
public abstract short getFieldPrimitiveShort()
public abstract void setFieldPrimitiveShort(short field)
public abstract char getFieldPrimitiveChar()
public abstract void setFieldPrimitiveChar(char field)
public abstract boolean getFieldPrimitiveBoolean()
public abstract void setFieldPrimitiveBoolean(boolean field)
protected int typeCode()
protected void info(String action)
public PK ejbCreate()
public void ejbPostCreate()
public String getA()
getA in interface TestItemRemotepublic void setA(String a)
setA in interface TestItemRemotepublic String getB()
getB in interface TestItemRemotepublic void setB(String b)
setB in interface TestItemRemotepublic void setCharacter(Character b)
setCharacter in interface TestItemRemotepublic Character getCharacter()
getCharacter in interface TestItemRemotepublic void setFloat(Float b)
setFloat in interface TestItemRemotepublic Float getFloat()
getFloat in interface TestItemRemotepublic void setInteger(Integer b)
setInteger in interface TestItemRemotepublic Integer getInteger()
getInteger in interface TestItemRemotepublic void setSerializable(Serializable b)
setSerializable in interface TestItemRemotepublic Serializable getSerializable()
getSerializable in interface TestItemRemotepublic void setDouble(Double b)
setDouble in interface TestItemRemotepublic Double getDouble()
getDouble in interface TestItemRemotepublic void setLong(Long b)
setLong in interface TestItemRemotepublic Long getLong()
getLong in interface TestItemRemotepublic void setByte(Byte b)
setByte in interface TestItemRemotepublic Byte getByte()
getByte in interface TestItemRemotepublic void setBoolean(Boolean b)
setBoolean in interface TestItemRemotepublic Boolean getBoolean()
getBoolean in interface TestItemRemotepublic void setString(String b)
setString in interface TestItemRemotepublic String getString()
getString in interface TestItemRemotepublic void setLongString(String b)
setLongString in interface TestItemRemotepublic String getLongString()
getLongString in interface TestItemRemotepublic void setDate(Date b)
setDate in interface TestItemRemotepublic Date getDate()
getDate in interface TestItemRemotepublic void setBigDecimal(BigDecimal d)
setBigDecimal in interface TestItemRemotepublic BigDecimal getBigDecimal()
getBigDecimal in interface TestItemRemotepublic void setPrimitiveBoolean(boolean b)
setPrimitiveBoolean in interface TestItemRemotepublic boolean getPrimitiveBoolean()
getPrimitiveBoolean in interface TestItemRemotepublic void setPrimitiveFloat(float b)
setPrimitiveFloat in interface TestItemRemotepublic float getPrimitiveFloat()
getPrimitiveFloat in interface TestItemRemotepublic void setPrimitiveInteger(int b)
setPrimitiveInteger in interface TestItemRemotepublic int getPrimitiveInteger()
getPrimitiveInteger in interface TestItemRemotepublic void setPrimitiveDouble(double b)
setPrimitiveDouble in interface TestItemRemotepublic double getPrimitiveDouble()
getPrimitiveDouble in interface TestItemRemotepublic void setPrimitiveLong(long b)
setPrimitiveLong in interface TestItemRemotepublic long getPrimitiveLong()
getPrimitiveLong in interface TestItemRemotepublic void setPrimitiveByte(byte b)
setPrimitiveByte in interface TestItemRemotepublic byte getPrimitiveByte()
getPrimitiveByte in interface TestItemRemotepublic void setPrimitiveChar(char b)
setPrimitiveChar in interface TestItemRemotepublic char getPrimitiveChar()
getPrimitiveChar in interface TestItemRemotepublic void setPrimitiveShort(short b)
setPrimitiveShort in interface TestItemRemotepublic short getPrimitiveShort()
getPrimitiveShort in interface TestItemRemotepublic void clearEntityCaches()
clearEntityCaches in class ExtensibleItemEJBprotected void markEntityAsModified()
public void ejbLoad()
ejbLoad in interface EntityInstanceejbLoad in class ItemEJBpublic void ejbStore()
ejbStore in interface EntityInstanceejbStore in class ItemEJBpublic void testDeclaredException()
throws ConsistencyCheckException
testDeclaredException in interface TestItemRemoteConsistencyCheckExceptionpublic void testUndeclaredException()
testUndeclaredException in interface TestItemRemoteCopyright © 2017 SAP SE. All Rights Reserved.