Interface OndemandGlobalPreferenceService
-
- All Known Implementing Classes:
DefaultOndemandGlobalPreferenceService
public interface OndemandGlobalPreferenceService- Spring Bean ID:
- ondemandGlobalPreferenceService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.LonggetLastOmsAtsPollingTime()Retrieve the current ats polling time, for the current tenant if available.voidsetLastOmsAtsPollingTime(java.lang.Long pollingTime)Save the current ats polling time, for the current tenant.
-
-
-
Method Detail
-
getLastOmsAtsPollingTime
java.lang.Long getLastOmsAtsPollingTime()
Retrieve the current ats polling time, for the current tenant if available.- Returns:
- an existing OmsAtsPollingTime or 0, if no last ATS polling time is available
-
setLastOmsAtsPollingTime
void setLastOmsAtsPollingTime(java.lang.Long pollingTime)
Save the current ats polling time, for the current tenant.- Parameters:
pollingTime-
-
-