public class EntityRestoreInvocationImpl extends EntityInvocationImpl<Entity> implements EntityRestoreInvocation
NULL_ENTITY_INTERCEPTOR| コンストラクタと説明 |
|---|
EntityRestoreInvocationImpl(java.lang.Long rbid,
EntityInterceptor[] entityInterceptors,
EntityHandler entityHandler) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected Entity |
callEntityHandler(EntityHandler eh) |
java.lang.Long |
getRecycleBinId() |
InvocationType |
getType()
Entity操作の種類を判別可能。
|
void |
setRecycleBinId(java.lang.Long rbid) |
getAttribute, getAttributeNames, getEntityDefinition, getEntityHandler, proceed, setAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttribute, getAttributeNames, getEntityDefinition, proceed, setAttributepublic EntityRestoreInvocationImpl(java.lang.Long rbid,
EntityInterceptor[] entityInterceptors,
EntityHandler entityHandler)
public java.lang.Long getRecycleBinId()
getRecycleBinId インタフェース内 EntityRestoreInvocationpublic void setRecycleBinId(java.lang.Long rbid)
setRecycleBinId インタフェース内 EntityRestoreInvocationpublic InvocationType getType()
EntityInvocationgetType インタフェース内 EntityInvocation<Entity>protected Entity callEntityHandler(EntityHandler eh)
callEntityHandler クラス内 EntityInvocationImpl<Entity>