Package org.compiere.model
Class CalloutClient
java.lang.Object
org.compiere.model.CalloutEngine
org.compiere.model.CalloutClient
- All Implemented Interfaces:
Callout
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
-
Method Summary
Modifier and TypeMethodDescriptionclientLanguageWarning
(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value) Shows a warning message when changing the languagestoreArchiveOnFileSystem
(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value) Shows a warning message if the archive storing method is changed.storeAttachmentOnFileSystem
(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
-
Constructor Details
-
CalloutClient
public CalloutClient()
-
-
Method Details
-
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
-