Class DefaultOndemandGlobalPreferenceService
- java.lang.Object
-
- de.hybris.platform.integration.commons.services.impl.DefaultOndemandGlobalPreferenceService
-
- All Implemented Interfaces:
OndemandGlobalPreferenceService
public class DefaultOndemandGlobalPreferenceService extends java.lang.Object implements OndemandGlobalPreferenceService
Default implementation forOndemandGlobalPreferenceService
-
-
Constructor Summary
Constructors Constructor Description DefaultOndemandGlobalPreferenceService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.LonggetLastOmsAtsPollingTime()Retrieve the current ats polling time, for the current tenant if available.OndemandGlobalPreferenceDAOgetOndemandGlobalPreferenceDAO()voidsetLastOmsAtsPollingTime(java.lang.Long pollingTime)Save the current ats polling time, for the current tenant.voidsetOndemandGlobalPreferenceDAO(OndemandGlobalPreferenceDAO ondemandGlobalPreferenceDAO)
-
-
-
Method Detail
-
getLastOmsAtsPollingTime
public java.lang.Long getLastOmsAtsPollingTime()
Description copied from interface:OndemandGlobalPreferenceServiceRetrieve the current ats polling time, for the current tenant if available.- Specified by:
getLastOmsAtsPollingTimein interfaceOndemandGlobalPreferenceService- Returns:
- an existing OmsAtsPollingTime or 0, if no last ATS polling time is available
-
setLastOmsAtsPollingTime
public void setLastOmsAtsPollingTime(java.lang.Long pollingTime)
Description copied from interface:OndemandGlobalPreferenceServiceSave the current ats polling time, for the current tenant.- Specified by:
setLastOmsAtsPollingTimein interfaceOndemandGlobalPreferenceService
-
getOndemandGlobalPreferenceDAO
public OndemandGlobalPreferenceDAO getOndemandGlobalPreferenceDAO()
-
setOndemandGlobalPreferenceDAO
public void setOndemandGlobalPreferenceDAO(OndemandGlobalPreferenceDAO ondemandGlobalPreferenceDAO)
-
-