クラス EntityValidateInvocationImpl
java.lang.Object
org.iplass.mtp.impl.entity.interceptor.EntityInvocationImpl<ValidateResult>
org.iplass.mtp.impl.entity.interceptor.EntityValidateInvocationImpl
- すべての実装されたインタフェース:
EntityInvocation<ValidateResult>,EntityValidateInvocation
public class EntityValidateInvocationImpl
extends EntityInvocationImpl<ValidateResult>
implements EntityValidateInvocation
-
フィールドの概要
クラスから継承されたフィールド org.iplass.mtp.impl.entity.interceptor.EntityInvocationImpl
NULL_ENTITY_INTERCEPTOR -
コンストラクタの概要
コンストラクタコンストラクタ説明EntityValidateInvocationImpl(Entity entity, List<String> validatePropertyList, UpdateOption updateOption, EntityInterceptor[] entityInterceptors, EntityHandler entityHandler) EntityValidateInvocationImpl(Entity entity, InsertOption insertOption, EntityInterceptor[] entityInterceptors, EntityHandler entityHandler) -
メソッドの概要
修飾子とタイプメソッド説明protected ValidateResultgetType()Entity操作の種類を判別可能。voidvoidsetValidatePropertyList(List<String> validatePropertyList) クラスから継承されたメソッド org.iplass.mtp.impl.entity.interceptor.EntityInvocationImpl
getAttribute, getAttributeNames, getEntityDefinition, getEntityHandler, proceed, setAttributeクラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド org.iplass.mtp.entity.interceptor.EntityInvocation
getAttribute, getAttributeNames, getEntityDefinition, proceed, setAttribute
-
コンストラクタの詳細
-
EntityValidateInvocationImpl
public EntityValidateInvocationImpl(Entity entity, List<String> validatePropertyList, UpdateOption updateOption, EntityInterceptor[] entityInterceptors, EntityHandler entityHandler) -
EntityValidateInvocationImpl
public EntityValidateInvocationImpl(Entity entity, InsertOption insertOption, EntityInterceptor[] entityInterceptors, EntityHandler entityHandler)
-
-
メソッドの詳細
-
getEntity
- 定義:
getEntityインタフェース内EntityValidateInvocation
-
setEntity
- 定義:
setEntityインタフェース内EntityValidateInvocation
-
getValidatePropertyList
- 定義:
getValidatePropertyListインタフェース内EntityValidateInvocation
-
setValidatePropertyList
- 定義:
setValidatePropertyListインタフェース内EntityValidateInvocation
-
getUpdateOption
-
getInsertOption
-
callEntityHandler
-
getType
インタフェースからコピーされた説明:EntityInvocationEntity操作の種類を判別可能。- 定義:
getTypeインタフェース内EntityInvocation<ValidateResult>- 戻り値:
-