public class TestItemEJBImpl extends LocalizableItemEJBImpl implements TestItem.TestItemImpl
| Modifier | Constructor and Description |
|---|---|
protected |
TestItemEJBImpl(Tenant tenant,
TestItemRemote remoteObject) |
| Modifier and Type | Method and Description |
|---|---|
static TestItem |
createTestItem()
creates a new test item.
|
java.lang.String |
getA(SessionContext ctx) |
java.lang.String |
getB(SessionContext ctx) |
java.lang.Boolean |
getBoolean(SessionContext ctx) |
java.lang.Byte |
getByte(SessionContext ctx) |
java.lang.Character |
getCharacter(SessionContext ctx) |
java.util.Date |
getDate(SessionContext ctx) |
java.lang.Double |
getDouble(SessionContext ctx) |
java.lang.Float |
getFloat(SessionContext ctx) |
java.lang.Integer |
getInteger(SessionContext ctx) |
java.lang.Long |
getLong(SessionContext ctx) |
java.lang.String |
getLongString(SessionContext ctx) |
boolean |
getPrimitiveBoolean(SessionContext ctx) |
byte |
getPrimitiveByte(SessionContext ctx) |
char |
getPrimitiveChar(SessionContext ctx) |
double |
getPrimitiveDouble(SessionContext ctx) |
float |
getPrimitiveFloat(SessionContext ctx) |
int |
getPrimitiveInteger(SessionContext ctx) |
long |
getPrimitiveLong(SessionContext ctx) |
short |
getPrimitiveShort(SessionContext ctx) |
java.io.Serializable |
getSerializable(SessionContext ctx) |
java.lang.String |
getString(SessionContext ctx) |
protected void |
info(java.lang.String action) |
protected void |
info(java.lang.String action,
java.lang.String text) |
void |
notifyPropertyDataChanged(long timestamp) |
void |
remove(SessionContext ctx) |
void |
setA(SessionContext ctx,
java.lang.String a) |
void |
setB(SessionContext ctx,
java.lang.String b) |
void |
setBoolean(SessionContext ctx,
java.lang.Boolean b) |
void |
setByte(SessionContext ctx,
java.lang.Byte b) |
void |
setCharacter(SessionContext ctx,
java.lang.Character c) |
void |
setDate(SessionContext ctx,
java.util.Date d) |
void |
setDouble(SessionContext ctx,
java.lang.Double d) |
void |
setFloat(SessionContext ctx,
java.lang.Float f) |
void |
setInteger(SessionContext ctx,
java.lang.Integer i) |
void |
setLong(SessionContext ctx,
java.lang.Long l) |
void |
setLongString(SessionContext ctx,
java.lang.String s) |
void |
setPrimitiveBoolean(SessionContext ctx,
boolean b) |
void |
setPrimitiveByte(SessionContext ctx,
byte b) |
void |
setPrimitiveChar(SessionContext ctx,
char c) |
void |
setPrimitiveDouble(SessionContext ctx,
double d) |
void |
setPrimitiveFloat(SessionContext ctx,
float f) |
void |
setPrimitiveInteger(SessionContext ctx,
int i) |
void |
setPrimitiveLong(SessionContext ctx,
long l) |
void |
setPrimitiveShort(SessionContext ctx,
short s) |
void |
setSerializable(SessionContext ctx,
java.io.Serializable s) |
void |
setString(SessionContext ctx,
java.lang.String s) |
checkLanguage, getAllLocalizedProperties, getAllLocalizedProperties, getLangPK, getLocalizedProperty, getLocalizedPropertyNames, removeLocalizedProperty, setAllLocalizableProperties, setLocalizedPropertycommit, getAllProperties, getProperty, getPropertyNames, removeProperty, rollback, setAllProperties, setPropertyaddPermission, checkItemPermission, clearPermission, clearRemote, getCache, getComposedType, getCreationTime, getHJMPTS, getJaloObjectClass, getModificationTime, getOwner, getPermissionFacade, getPermissionMap, getPK, getPrincipalPermissions, getRemote, getRestrictedPrincipals, getSession, getTypeKey, invalidateLocalCaches, setComposedType, setCreationTime, setModificationTime, setOwner, setPermissionMap, setRemote, unwrap, unwrapToRef, wrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAllLocalizedProperties, getAllLocalizedProperties, getLocalizedProperty, getLocalizedPropertyNames, removeLocalizedProperty, setAllLocalizableProperties, setLocalizedPropertygetAllProperties, getProperty, getPropertyNames, removeProperty, setAllProperties, setPropertyaddPermission, checkItemPermission, clearPermission, clearRemote, getComposedType, getCreationTime, getHJMPTS, getModificationTime, getOwner, getPermissionMap, getPK, getPrincipalPermissions, getRestrictedPrincipals, getTypeKey, invalidateLocalCaches, setComposedType, setCreationTime, setModificationTime, setOwner, setPermissionMapgetJaloObjectClassgetPermissionFacadeprotected TestItemEJBImpl(Tenant tenant, TestItemRemote remoteObject)
public static TestItem createTestItem()
protected void info(java.lang.String action)
protected void info(java.lang.String action,
java.lang.String text)
public final void notifyPropertyDataChanged(long timestamp)
public java.lang.String getA(SessionContext ctx)
getA in interface TestItem.TestItemImplpublic void setA(SessionContext ctx, java.lang.String a)
setA in interface TestItem.TestItemImplpublic java.lang.String getB(SessionContext ctx)
getB in interface TestItem.TestItemImplpublic void setB(SessionContext ctx, java.lang.String b)
setB in interface TestItem.TestItemImplpublic java.lang.Boolean getBoolean(SessionContext ctx)
getBoolean in interface TestItem.TestItemImplpublic void setBoolean(SessionContext ctx, java.lang.Boolean b)
setBoolean in interface TestItem.TestItemImplpublic java.lang.Byte getByte(SessionContext ctx)
getByte in interface TestItem.TestItemImplpublic void setByte(SessionContext ctx, java.lang.Byte b)
setByte in interface TestItem.TestItemImplpublic java.lang.Character getCharacter(SessionContext ctx)
getCharacter in interface TestItem.TestItemImplpublic void setCharacter(SessionContext ctx, java.lang.Character c)
setCharacter in interface TestItem.TestItemImplpublic java.util.Date getDate(SessionContext ctx)
getDate in interface TestItem.TestItemImplpublic void setDate(SessionContext ctx, java.util.Date d)
setDate in interface TestItem.TestItemImplpublic java.lang.Double getDouble(SessionContext ctx)
getDouble in interface TestItem.TestItemImplpublic void setDouble(SessionContext ctx, java.lang.Double d)
setDouble in interface TestItem.TestItemImplpublic java.lang.Float getFloat(SessionContext ctx)
getFloat in interface TestItem.TestItemImplpublic void setFloat(SessionContext ctx, java.lang.Float f)
setFloat in interface TestItem.TestItemImplpublic java.lang.Integer getInteger(SessionContext ctx)
getInteger in interface TestItem.TestItemImplpublic void setInteger(SessionContext ctx, java.lang.Integer i)
setInteger in interface TestItem.TestItemImplpublic java.lang.Long getLong(SessionContext ctx)
getLong in interface TestItem.TestItemImplpublic void setLong(SessionContext ctx, java.lang.Long l)
setLong in interface TestItem.TestItemImplpublic boolean getPrimitiveBoolean(SessionContext ctx)
getPrimitiveBoolean in interface TestItem.TestItemImplpublic void setPrimitiveBoolean(SessionContext ctx, boolean b)
setPrimitiveBoolean in interface TestItem.TestItemImplpublic byte getPrimitiveByte(SessionContext ctx)
getPrimitiveByte in interface TestItem.TestItemImplpublic void setPrimitiveByte(SessionContext ctx, byte b)
setPrimitiveByte in interface TestItem.TestItemImplpublic char getPrimitiveChar(SessionContext ctx)
getPrimitiveChar in interface TestItem.TestItemImplpublic void setPrimitiveChar(SessionContext ctx, char c)
setPrimitiveChar in interface TestItem.TestItemImplpublic double getPrimitiveDouble(SessionContext ctx)
getPrimitiveDouble in interface TestItem.TestItemImplpublic void setPrimitiveDouble(SessionContext ctx, double d)
setPrimitiveDouble in interface TestItem.TestItemImplpublic float getPrimitiveFloat(SessionContext ctx)
getPrimitiveFloat in interface TestItem.TestItemImplpublic void setPrimitiveFloat(SessionContext ctx, float f)
setPrimitiveFloat in interface TestItem.TestItemImplpublic int getPrimitiveInteger(SessionContext ctx)
getPrimitiveInteger in interface TestItem.TestItemImplpublic void setPrimitiveInteger(SessionContext ctx, int i)
setPrimitiveInteger in interface TestItem.TestItemImplpublic long getPrimitiveLong(SessionContext ctx)
getPrimitiveLong in interface TestItem.TestItemImplpublic void setPrimitiveLong(SessionContext ctx, long l)
setPrimitiveLong in interface TestItem.TestItemImplpublic short getPrimitiveShort(SessionContext ctx)
getPrimitiveShort in interface TestItem.TestItemImplpublic void setPrimitiveShort(SessionContext ctx, short s)
setPrimitiveShort in interface TestItem.TestItemImplpublic java.io.Serializable getSerializable(SessionContext ctx)
getSerializable in interface TestItem.TestItemImplpublic void setSerializable(SessionContext ctx, java.io.Serializable s)
setSerializable in interface TestItem.TestItemImplpublic java.lang.String getString(SessionContext ctx)
getString in interface TestItem.TestItemImplpublic void setString(SessionContext ctx, java.lang.String s)
setString in interface TestItem.TestItemImplpublic java.lang.String getLongString(SessionContext ctx)
getLongString in interface TestItem.TestItemImplpublic void setLongString(SessionContext ctx, java.lang.String s)
setLongString in interface TestItem.TestItemImplpublic void remove(SessionContext ctx) throws ConsistencyCheckException
remove in interface Item.ItemImplremove in class ItemEJBImplConsistencyCheckExceptionCopyright © 2018 SAP SE. All Rights Reserved.