Class JpaChangeDeploy
java.lang.Object
com.broadleafcommerce.sandbox.provider.jpa.domain.JpaChangeDeploy
- All Implemented Interfaces:
com.broadleafcommerce.common.messaging.notification.domain.NotificationStateAware,com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware,com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable,Serializable
@Entity
public class JpaChangeDeploy
extends Object
implements com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable, com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware, com.broadleafcommerce.common.messaging.notification.domain.NotificationStateAware, Serializable
- Author:
- Jeff Fischer
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected <J extends JpaChangeDeployAffectedVendor>
org.modelmapper.Converter<List<J>,Set<String>> protected <J extends JpaChangeDeployAffectedVendor>
org.modelmapper.Converter<Set<String>,List<J>> protected booleanbooleanorg.modelmapper.ModelMapperfromMe()Class<?>getId()The primary keygetLevel()List<com.broadleafcommerce.common.messaging.notification.domain.NotificationState>List<com.broadleafcommerce.common.messaging.notification.domain.NotificationState>getNotificationStates(boolean fetch) getState()inthashCode()booleanbooleanvoidsetAffectedVendorRefs(List<JpaChangeDeployAffectedVendor> affectedVendorRefs) voidsetAffectsNonVendorData(boolean affectsNonVendorData) voidsetApplication(String application) voidsetArchived(boolean archived) voidvoidsetChangeGroupIds(List<String> changeGroupIds) voidsetDateCreated(Instant dateCreated) voidsetDateScheduled(Instant dateScheduled) voidsetDeployMessage(String deployMessage) voidsetDisplayName(String displayName) voidsetException(String exception) voidThe primary keyvoidvoidsetNotificationStates(List<com.broadleafcommerce.common.messaging.notification.domain.NotificationState> notificationStates) voidsetSandbox(String sandbox) voidvoidvoidsetStatusChangeTime(Instant statusChangeTime) org.modelmapper.ModelMappertoMe()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
postFromMe, postToMe, preFromMe, preToMeMethods inherited from interface com.broadleafcommerce.common.messaging.notification.domain.NotificationStateAware
findNotificationState
-
Constructor Details
-
JpaChangeDeploy
public JpaChangeDeploy()
-
-
Method Details
-
setNotificationStates
public void setNotificationStates(List<com.broadleafcommerce.common.messaging.notification.domain.NotificationState> notificationStates) - Specified by:
setNotificationStatesin interfacecom.broadleafcommerce.common.messaging.notification.domain.NotificationStateAware
-
getNotificationStates
public List<com.broadleafcommerce.common.messaging.notification.domain.NotificationState> getNotificationStates()- Specified by:
getNotificationStatesin interfacecom.broadleafcommerce.common.messaging.notification.domain.NotificationStateAware
-
getNotificationStates
public List<com.broadleafcommerce.common.messaging.notification.domain.NotificationState> getNotificationStates(boolean fetch) - Specified by:
getNotificationStatesin interfacecom.broadleafcommerce.common.messaging.notification.domain.NotificationStateAware
-
fromMe
public org.modelmapper.ModelMapper fromMe()- Specified by:
fromMein interfacecom.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
-
affectedVendorEntitiesToAffectedVendorRefs
protected <J extends JpaChangeDeployAffectedVendor> org.modelmapper.Converter<List<J>,Set<String>> affectedVendorEntitiesToAffectedVendorRefs() -
toMe
public org.modelmapper.ModelMapper toMe()- Specified by:
toMein interfacecom.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
-
affectedVendorRefsToAffectedVendorEntities
protected <J extends JpaChangeDeployAffectedVendor> org.modelmapper.Converter<Set<String>,List<J>> affectedVendorRefsToAffectedVendorEntities() -
getBusinessDomainType
- Specified by:
getBusinessDomainTypein interfacecom.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware
-
getId
The primary key- Returns:
- The primary key
-
getDisplayName
- See Also:
-
getDeployMessage
- See Also:
-
getAuthor
- See Also:
-
getSandbox
- See Also:
-
getApplication
- See Also:
-
getDateCreated
- See Also:
-
getDateScheduled
- See Also:
-
getState
- See Also:
-
getStatus
- See Also:
-
getStatusChangeTime
- See Also:
-
getChangeGroupIds
- See Also:
-
getException
- See Also:
-
isArchived
public boolean isArchived()- See Also:
-
getLevel
- See Also:
-
getAffectedVendorRefs
- See Also:
-
isAffectsNonVendorData
public boolean isAffectsNonVendorData()- See Also:
-
setId
The primary key- Parameters:
id- The primary key
-
setDisplayName
- See Also:
-
setDeployMessage
- See Also:
-
setAuthor
- See Also:
-
setSandbox
- See Also:
-
setApplication
- See Also:
-
setDateCreated
- See Also:
-
setDateScheduled
- See Also:
-
setState
- See Also:
-
setStatus
- See Also:
-
setStatusChangeTime
- See Also:
-
setChangeGroupIds
- See Also:
-
setException
- See Also:
-
setArchived
public void setArchived(boolean archived) - See Also:
-
setLevel
- See Also:
-
setAffectedVendorRefs
- See Also:
-
setAffectsNonVendorData
public void setAffectsNonVendorData(boolean affectsNonVendorData) - See Also:
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-