Class JpaScheduledJobExecutionDetail
java.lang.Object
com.broadleafcommerce.scheduledjob.provider.jpa.domain.JpaScheduledJobExecutionDetail
- All Implemented Interfaces:
com.broadleafcommerce.common.messaging.notification.domain.NotificationStateAware
,com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware
,com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
,com.broadleafcommerce.data.tracking.core.TenantTrackable<com.broadleafcommerce.data.tracking.jpa.filtering.domain.TenantJpaTracking>
,com.broadleafcommerce.data.tracking.core.Trackable
,com.broadleafcommerce.data.tracking.core.TypedTrackable<com.broadleafcommerce.data.tracking.jpa.filtering.domain.TenantJpaTracking>
,Serializable
@Entity
public class JpaScheduledJobExecutionDetail
extends Object
implements com.broadleafcommerce.data.tracking.core.TenantTrackable<com.broadleafcommerce.data.tracking.jpa.filtering.domain.TenantJpaTracking>, com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable, com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware, Serializable
Persistent counter-part of
ScheduledJobExecutionDetail
for use with a JPA-supported
datastore.- Author:
- karanjariwala
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
@NonNull org.modelmapper.ModelMapper
fromMe()
Class<?>
getJobId()
com.broadleafcommerce.data.tracking.jpa.filtering.domain.TenantJpaTracking
theTenantJpaTracking
informationint
hashCode()
void
setAttributes
(Map<String, Object> attributes) void
setContextId
(String contextId) void
setEndTime
(Instant endTime) void
setErrorMessage
(String errorMessage) void
void
setLastUpdatedTime
(Instant lastUpdatedTime) void
setNoteMessage
(String noteMessage) void
setStartTime
(Instant startTime) void
void
setTracking
(com.broadleafcommerce.data.tracking.jpa.filtering.domain.TenantJpaTracking tracking) theTenantJpaTracking
informationvoid
setTriggerTime
(Instant triggerTime) @NonNull org.modelmapper.ModelMapper
toMe()
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
postFromMe, postToMe, preFromMe, preToMe
Methods inherited from interface com.broadleafcommerce.common.messaging.notification.domain.NotificationStateAware
findNotificationState
Methods inherited from interface com.broadleafcommerce.data.tracking.core.Trackable
getDisplay, getNotificationStates, getNotificationStates, setNotificationStates
Methods inherited from interface com.broadleafcommerce.data.tracking.core.TypedTrackable
setTracking
-
Constructor Details
-
JpaScheduledJobExecutionDetail
public JpaScheduledJobExecutionDetail()
-
-
Method Details
-
getBusinessDomainType
- Specified by:
getBusinessDomainType
in interfacecom.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware
-
fromMe
@NonNull public @NonNull org.modelmapper.ModelMapper fromMe()- Specified by:
fromMe
in interfacecom.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
-
toMe
@NonNull public @NonNull org.modelmapper.ModelMapper toMe()- Specified by:
toMe
in interfacecom.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
-
getContextId
- Specified by:
getContextId
in interfacecom.broadleafcommerce.data.tracking.core.Trackable
- See Also:
-
getJobId
- See Also:
-
getStatus
- See Also:
-
getTriggerTime
-
getStartTime
-
getEndTime
- See Also:
-
getLastUpdatedTime
-
getNoteMessage
-
getErrorMessage
-
getAttributes
-
getTracking
public com.broadleafcommerce.data.tracking.jpa.filtering.domain.TenantJpaTracking getTracking()theTenantJpaTracking
information- Specified by:
getTracking
in interfacecom.broadleafcommerce.data.tracking.core.Trackable
-
setContextId
- Specified by:
setContextId
in interfacecom.broadleafcommerce.data.tracking.core.Trackable
- See Also:
-
setJobId
- See Also:
-
setStatus
- See Also:
-
setTriggerTime
-
setStartTime
-
setEndTime
- See Also:
-
setLastUpdatedTime
-
setNoteMessage
-
setErrorMessage
-
setAttributes
-
setTracking
public void setTracking(com.broadleafcommerce.data.tracking.jpa.filtering.domain.TenantJpaTracking tracking) theTenantJpaTracking
information- Specified by:
setTracking
in interfacecom.broadleafcommerce.data.tracking.core.TypedTrackable<com.broadleafcommerce.data.tracking.jpa.filtering.domain.TenantJpaTracking>
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-