Uses of Class
com.echothree.model.data.employee.server.entity.PartySkill
Packages that use PartySkill
Package
Description
-
Uses of PartySkill in com.echothree.model.control.employee.server.control
Methods in com.echothree.model.control.employee.server.control that return PartySkillModifier and TypeMethodDescriptionEmployeeControl.createPartySkill(Party party, SkillType skillType, BasePK createdBy) EmployeeControl.getPartySkill(Party party, SkillType skillType) EmployeeControl.getPartySkillForUpdate(Party party, SkillType skillType) Methods in com.echothree.model.control.employee.server.control that return types with arguments of type PartySkillModifier and TypeMethodDescriptionEmployeeControl.getPartySkillsByParty(Party party) EmployeeControl.getPartySkillsByPartyForUpdate(Party party) EmployeeControl.getPartySkillsBySkillType(SkillType skillType) EmployeeControl.getPartySkillsBySkillTypeForUpdate(SkillType skillType) Methods in com.echothree.model.control.employee.server.control with parameters of type PartySkillModifier and TypeMethodDescriptionvoidEmployeeControl.deletePartySkill(PartySkill partySkill, BasePK deletedBy) EmployeeControl.getPartySkillTransfer(UserVisit userVisit, PartySkill partySkill) EmployeeControl.getPartySkillValue(PartySkill partySkill) Method parameters in com.echothree.model.control.employee.server.control with type arguments of type PartySkillModifier and TypeMethodDescriptionEmployeeControl.getPartySkillTransfers(UserVisit userVisit, Collection<PartySkill> partySkills) -
Uses of PartySkill in com.echothree.model.control.employee.server.transfer
Methods in com.echothree.model.control.employee.server.transfer with parameters of type PartySkillModifier and TypeMethodDescriptionPartySkillTransferCache.getPartySkillTransfer(UserVisit userVisit, PartySkill partySkill) -
Uses of PartySkill in com.echothree.model.data.employee.server.factory
Methods in com.echothree.model.data.employee.server.factory that return PartySkillModifier and TypeMethodDescriptionPartySkillFactory.create(PartyPK partyPK, SkillTypePK skillTypePK, Long fromTime, Long thruTime) PartySkillFactory.getEntityFromCache(PartySkillPK pk) PartySkillFactory.getEntityFromPK(EntityPermission entityPermission, PartySkillPK pk) PartySkillFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) PartySkillFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartySkillFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartySkillFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) PartySkillFactory.getEntityFromValue(EntityPermission entityPermission, PartySkillValue value) Methods in com.echothree.model.data.employee.server.factory that return types with arguments of type PartySkillModifier and TypeMethodDescriptionPartySkillFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartySkillPK> pks) PartySkillFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) PartySkillFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartySkillFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartySkillFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.employee.server.factory with parameters of type PartySkillModifier and TypeMethodDescriptionvoidPartySkillFactory.remove(PartySkill entity) voidPartySkillFactory.store(PartySkill entity) Method parameters in com.echothree.model.data.employee.server.factory with type arguments of type PartySkill