Package org.compiere.model
Class CalloutClient
- java.lang.Object
-
- org.compiere.model.CalloutEngine
-
- org.compiere.model.CalloutClient
-
- All Implemented Interfaces:
Callout
public class CalloutClient extends CalloutEngine
Client Callout- Author:
- Karsten Thiemann - kthiemann@adempiere.org, Carlos Ruiz - globalqss
-
-
Field Summary
-
Fields inherited from class org.compiere.model.CalloutEngine
additionalArgs, ARG_SEPARATOR, log, NO_ERROR
-
-
Constructor Summary
Constructors Constructor Description CalloutClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclientLanguageWarning(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value)Shows a warning message when changing the languageStringstoreArchiveOnFileSystem(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value)Shows a warning message if the archive storing method is changed.StringstoreAttachmentOnFileSystem(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value)Shows a warning message if the attachment storing method is changed.-
Methods inherited from class org.compiere.model.CalloutEngine
checkPeriodOpen, convert, dateAcct, getGridField, getGridTab, isCalloutActive, rate, setCalloutActive, start
-
-
-
-
Method Detail
-
storeAttachmentOnFileSystem
public String storeAttachmentOnFileSystem(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
Shows a warning message if the attachment storing method is changed.- Parameters:
ctx- contextWindowNo- window nomTab- tabmField- fieldvalue- value- Returns:
- null or error message
-
storeArchiveOnFileSystem
public String storeArchiveOnFileSystem(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
Shows a warning message if the archive storing method is changed.- Parameters:
ctx- contextWindowNo- window nomTab- tabmField- fieldvalue- value- Returns:
- null or error message
-
clientLanguageWarning
public String clientLanguageWarning(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
Shows a warning message when changing the language
-
-