Uses of Class
com.echothree.model.data.employee.common.pk.PartyEmployeePK
Packages that use PartyEmployeePK
Package
Description
-
Uses of PartyEmployeePK in com.echothree.model.data.employee.server.entity
Methods in com.echothree.model.data.employee.server.entity that return PartyEmployeePK -
Uses of PartyEmployeePK in com.echothree.model.data.employee.server.factory
Methods in com.echothree.model.data.employee.server.factory that return PartyEmployeePKModifier and TypeMethodDescriptionPartyEmployeeFactory.getNextPK()PartyEmployeeFactory.getPKFromQuery(PreparedStatement ps, Object... params) PartyEmployeeFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.employee.server.factory that return types with arguments of type PartyEmployeePKModifier and TypeMethodDescriptionPartyEmployeeFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) PartyEmployeeFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) PartyEmployeeFactory.getPKsFromResultSetAsList(ResultSet rs) PartyEmployeeFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.employee.server.factory with parameters of type PartyEmployeePKModifier and TypeMethodDescriptionPartyEmployeeFactory.getEntityFromCache(PartyEmployeePK pk) PartyEmployeeFactory.getEntityFromPK(EntityPermission entityPermission, PartyEmployeePK pk) PartyEmployeeFactory.getValueFromPK(PartyEmployeePK pk) voidPartyEmployeeFactory.remove(PartyEmployeePK pk) booleanPartyEmployeeFactory.validPK(PartyEmployeePK pk) Method parameters in com.echothree.model.data.employee.server.factory with type arguments of type PartyEmployeePKModifier and TypeMethodDescriptionPartyEmployeeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyEmployeePK> pks) PartyEmployeeFactory.getValuesFromPKs(Collection<PartyEmployeePK> pks) voidPartyEmployeeFactory.remove(Collection<PartyEmployeePK> pks) -
Uses of PartyEmployeePK in com.echothree.model.data.employee.server.value
Methods in com.echothree.model.data.employee.server.value that return PartyEmployeePKConstructors in com.echothree.model.data.employee.server.value with parameters of type PartyEmployeePKModifierConstructorDescriptionPartyEmployeeValue(PartyEmployeePK partyEmployeePK, PartyPK partyPK, String partyEmployeeName, EmployeeTypePK employeeTypePK, Long fromTime, Long thruTime) Creates a new instance of PartyEmployeeValue