Package org.idempiere.webservices
Interface IWSValidator
public interface IWSValidator
- Author:
 - deepak
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final int - 
Method Summary
Modifier and TypeMethodDescriptionvoidlogin(org.idempiere.adInterface.x10.ADLoginRequest loginRequest, Properties ctx, MWebServiceType m_webserviceType, int time) voidvalidate(PO po, MWebServiceType m_webserviceType, org.idempiere.adInterface.x10.DataField[] fields, int time, String trxName, Map<String, Object> requestCtx)  
- 
Field Details
- 
TIMING_BEFORE_PARSE
static final int TIMING_BEFORE_PARSE- See Also:
 
 - 
TIMING_AFTER_PARSE
static final int TIMING_AFTER_PARSE- See Also:
 
 - 
TIMING_BEFORE_SAVE
static final int TIMING_BEFORE_SAVE- See Also:
 
 - 
TIMING_AFTER_SAVE
static final int TIMING_AFTER_SAVE- See Also:
 
 - 
TIMING_BEFORE_LOGIN
static final int TIMING_BEFORE_LOGIN- See Also:
 
 - 
TIMING_AFTER_LOGIN
static final int TIMING_AFTER_LOGIN- See Also:
 
 - 
TIMING_ON_AUTHORIZATION
static final int TIMING_ON_AUTHORIZATION- See Also:
 
 - 
TIMING_BEFORE_PROCESS
static final int TIMING_BEFORE_PROCESS- See Also:
 
 - 
TIMING_AFTER_PROCESS
static final int TIMING_AFTER_PROCESS- See Also:
 
 
 - 
 - 
Method Details
- 
validate
void validate(PO po, MWebServiceType m_webserviceType, org.idempiere.adInterface.x10.DataField[] fields, int time, String trxName, Map<String, Object> requestCtx) throws IdempiereServiceFault- Parameters:
 po-m_webserviceType-fields-time-trxName-requestCtx-- Throws:
 IdempiereServiceFault
 - 
login
void login(org.idempiere.adInterface.x10.ADLoginRequest loginRequest, Properties ctx, MWebServiceType m_webserviceType, int time) throws IdempiereServiceFault - Parameters:
 loginRequest-ctx-m_webserviceType-time-- Throws:
 IdempiereServiceFault
 
 -