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 BaseResult
GetEmployeeCommand.getResult
(PartyEmployee partyEmployee) Method parameters in com.echothree.control.user.employee.server.command with type arguments of type PartyEmployeeModifier and TypeMethodDescriptionprotected BaseResult
GetEmployeesCommand.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 TypeMethodDescriptionvoid
EmployeeControl.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 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.create
(Session session, PartyPK partyPK, String partyEmployeeName, EmployeeTypePK employeeTypePK, Long fromTime, Long thruTime) PartyEmployeeFactory.create
(Session session, Party party, String partyEmployeeName, EmployeeType employeeType, Long fromTime, Long thruTime) PartyEmployeeFactory.getEntityFromCache
(Session session, PartyEmployeePK pk) PartyEmployeeFactory.getEntityFromPK
(EntityPermission entityPermission, PartyEmployeePK pk) PartyEmployeeFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, PartyEmployeePK pk) PartyEmployeeFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyEmployeeFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyEmployeeFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyEmployeeFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) PartyEmployeeFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) PartyEmployeeFactory.getEntityFromValue
(EntityPermission entityPermission, PartyEmployeeValue value) PartyEmployeeFactory.getEntityFromValue
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<PartyEmployeePK> pks) PartyEmployeeFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyEmployeeFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyEmployeeFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyEmployeeFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) PartyEmployeeFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.employee.server.factory with parameters of type PartyEmployeeModifier and TypeMethodDescriptionvoid
PartyEmployeeFactory.remove
(Session session, PartyEmployee entity) void
PartyEmployeeFactory.store
(Session session, PartyEmployee entity) Method parameters in com.echothree.model.data.employee.server.factory with type arguments of type PartyEmployeeModifier and TypeMethodDescriptionvoid
PartyEmployeeFactory.store
(Session session, Collection<PartyEmployee> entities) void
PartyEmployeeFactory.store
(Collection<PartyEmployee> entities)