Interface OndemandGlobalPreferenceDAO
-
- All Known Implementing Classes:
DefaultOndemandGlobalPreferenceDAO
public interface OndemandGlobalPreferenceDAO- Spring Bean ID:
- ondemandGlobalPreferenceDAO
-
-
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 atsPollingTime)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 atsPollingTime)
Save the current ats polling time, for the current tenant.- Parameters:
atsPollingTime-
-
-