Class EmployeeLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.party.server.logic.EmployeeLogic
-
Field Summary
Fields inherited from class com.echothree.util.server.control.BaseLogic
coreControl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EmployeeLogicgetPartyEmployeeByName(ExecutionErrorAccumulator eea, String employeeName, String partyName) voidsetEmployeeStatus(Session session, ExecutionErrorAccumulator eea, Party party, String employeeStatusChoice, PartyPK modifiedBy) Methods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Constructor Details
-
EmployeeLogic
protected EmployeeLogic()
-
-
Method Details
-
getInstance
-
getPartyEmployeeByName
public PartyEmployee getPartyEmployeeByName(ExecutionErrorAccumulator eea, String employeeName, String partyName) -
setEmployeeStatus
public void setEmployeeStatus(Session session, ExecutionErrorAccumulator eea, Party party, String employeeStatusChoice, PartyPK modifiedBy)
-