Class TrackLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.track.server.logic.TrackLogic
-
Field Summary
Fields inherited from class com.echothree.util.server.control.BaseLogic
coreControl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TrackLogicgetTrackByName(ExecutionErrorAccumulator eea, String trackName) getTrackByValue(ExecutionErrorAccumulator eea, String trackValue) voidsetTrackStatus(Session session, ExecutionErrorAccumulator eea, Track track, String trackStatusChoice, PartyPK modifiedBy) Methods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Constructor Details
-
TrackLogic
protected TrackLogic()
-
-
Method Details
-
getInstance
-
getTrackByName
-
getTrackByValue
-
setTrackStatus
public void setTrackStatus(Session session, ExecutionErrorAccumulator eea, Track track, String trackStatusChoice, PartyPK modifiedBy)
-