Uses of Class
com.echothree.model.data.employee.server.entity.PartyEmployee
Packages that use PartyEmployee
Package
Description
-
Uses of PartyEmployee in com.echothree.control.user.employee.server.command
Methods in com.echothree.control.user.employee.server.command that return PartyEmployeeMethods in com.echothree.control.user.employee.server.command that return types with arguments of type PartyEmployeeModifier and TypeMethodDescriptionprotected Collection<PartyEmployee> GetEmployeesCommand.getEntities()Methods in com.echothree.control.user.employee.server.command with parameters of type PartyEmployeeModifier and TypeMethodDescriptionprotected BaseResultGetEmployeeCommand.getResult(PartyEmployee partyEmployee) Method parameters in com.echothree.control.user.employee.server.command with type arguments of type PartyEmployeeModifier and TypeMethodDescriptionprotected BaseResultGetEmployeesCommand.getResult(Collection<PartyEmployee> entities) -
Uses of PartyEmployee in com.echothree.model.control.employee.server.control
Methods in com.echothree.model.control.employee.server.control that return PartyEmployeeModifier and TypeMethodDescriptionEmployeeControl.createPartyEmployee(Party party, String partyEmployeeName, EmployeeType employeeType, BasePK createdBy) EmployeeControl.getPartyEmployee(Party party) EmployeeControl.getPartyEmployeeByName(String partyEmployeeName) EmployeeControl.getPartyEmployeeByName(String partyEmployeeName, EntityPermission entityPermission) EmployeeControl.getPartyEmployeeByNameForUpdate(String partyEmployeeName) EmployeeControl.getPartyEmployeeForUpdate(Party party) Methods in com.echothree.model.control.employee.server.control that return types with arguments of type PartyEmployeeMethods in com.echothree.model.control.employee.server.control with parameters of type PartyEmployeeModifier and TypeMethodDescriptionvoidEmployeeControl.deletePartyEmployee(PartyEmployee partyEmployee, BasePK deletedBy) EmployeeControl.getEmployeeTransfer(UserVisit userVisit, PartyEmployee partyEmployee) EmployeeControl.getPartyEmployeeValue(PartyEmployee partyEmployee) Method parameters in com.echothree.model.control.employee.server.control with type arguments of type PartyEmployeeModifier and TypeMethodDescriptionEmployeeControl.getEmployeeTransfers(UserVisit userVisit, Collection<PartyEmployee> partyEmployees) -
Uses of PartyEmployee in com.echothree.model.control.employee.server.graphql
Methods in com.echothree.model.control.employee.server.graphql that return PartyEmployeeConstructors in com.echothree.model.control.employee.server.graphql with parameters of type PartyEmployee -
Uses of PartyEmployee in com.echothree.model.control.employee.server.logic
Methods in com.echothree.model.control.employee.server.logic that return PartyEmployeeModifier and TypeMethodDescriptionPartyEmployeeLogic.getPartyEmployeeByName(ExecutionErrorAccumulator eea, String partyEmployeeName, String partyName, UniversalEntitySpec universalEntitySpec) -
Uses of PartyEmployee in com.echothree.model.control.employee.server.transfer
Methods in com.echothree.model.control.employee.server.transfer with parameters of type PartyEmployeeModifier and TypeMethodDescriptionEmployeeTransferCache.getTransfer(UserVisit userVisit, PartyEmployee partyEmployee) -
Uses of PartyEmployee in com.echothree.model.control.party.server.logic
Methods in com.echothree.model.control.party.server.logic that return PartyEmployeeModifier and TypeMethodDescriptionEmployeeLogic.getPartyEmployeeByName(ExecutionErrorAccumulator eea, String employeeName, String partyName) -
Uses of PartyEmployee in com.echothree.model.data.employee.server.factory
Methods in com.echothree.model.data.employee.server.factory that return PartyEmployeeModifier and TypeMethodDescriptionPartyEmployeeFactory.create(PartyPK partyPK, String partyEmployeeName, EmployeeTypePK employeeTypePK, Long fromTime, Long thruTime) PartyEmployeeFactory.create(Party party, String partyEmployeeName, EmployeeType employeeType, Long fromTime, Long thruTime) PartyEmployeeFactory.getEntityFromCache(PartyEmployeePK pk) PartyEmployeeFactory.getEntityFromPK(EntityPermission entityPermission, PartyEmployeePK pk) PartyEmployeeFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyEmployeeFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyEmployeeFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyEmployeeFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) PartyEmployeeFactory.getEntityFromValue(EntityPermission entityPermission, PartyEmployeeValue value) Methods in com.echothree.model.data.employee.server.factory that return types with arguments of type PartyEmployeeModifier and TypeMethodDescriptionPartyEmployeeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyEmployeePK> pks) PartyEmployeeFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyEmployeeFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyEmployeeFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyEmployeeFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.employee.server.factory with parameters of type PartyEmployeeModifier and TypeMethodDescriptionvoidPartyEmployeeFactory.remove(PartyEmployee entity) voidPartyEmployeeFactory.store(PartyEmployee entity) Method parameters in com.echothree.model.data.employee.server.factory with type arguments of type PartyEmployeeModifier and TypeMethodDescriptionvoidPartyEmployeeFactory.store(Collection<PartyEmployee> entities)