Uses of Class
com.echothree.model.data.party.common.pk.PartyDivisionPK
Packages that use PartyDivisionPK
Package
Description
-
Uses of PartyDivisionPK in com.echothree.model.data.party.server.entity
Methods in com.echothree.model.data.party.server.entity that return PartyDivisionPK -
Uses of PartyDivisionPK in com.echothree.model.data.party.server.factory
Methods in com.echothree.model.data.party.server.factory that return PartyDivisionPKModifier and TypeMethodDescriptionPartyDivisionFactory.getNextPK()PartyDivisionFactory.getPKFromQuery(PreparedStatement ps, Object... params) PartyDivisionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.party.server.factory that return types with arguments of type PartyDivisionPKModifier and TypeMethodDescriptionPartyDivisionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) PartyDivisionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) PartyDivisionFactory.getPKsFromResultSetAsList(ResultSet rs) PartyDivisionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.party.server.factory with parameters of type PartyDivisionPKModifier and TypeMethodDescriptionPartyDivisionFactory.getEntityFromCache(PartyDivisionPK pk) PartyDivisionFactory.getEntityFromPK(EntityPermission entityPermission, PartyDivisionPK pk) PartyDivisionFactory.getValueFromPK(PartyDivisionPK pk) voidPartyDivisionFactory.remove(PartyDivisionPK pk) booleanPartyDivisionFactory.validPK(PartyDivisionPK pk) Method parameters in com.echothree.model.data.party.server.factory with type arguments of type PartyDivisionPKModifier and TypeMethodDescriptionPartyDivisionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyDivisionPK> pks) PartyDivisionFactory.getValuesFromPKs(Collection<PartyDivisionPK> pks) voidPartyDivisionFactory.remove(Collection<PartyDivisionPK> pks) -
Uses of PartyDivisionPK in com.echothree.model.data.party.server.value
Methods in com.echothree.model.data.party.server.value that return PartyDivisionPKConstructors in com.echothree.model.data.party.server.value with parameters of type PartyDivisionPKModifierConstructorDescriptionPartyDivisionValue(PartyDivisionPK partyDivisionPK, PartyPK partyPK, PartyPK companyPartyPK, String partyDivisionName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PartyDivisionValue