Uses of Class
com.echothree.model.data.party.common.pk.PartyGroupPK
Packages that use PartyGroupPK
Package
Description
-
Uses of PartyGroupPK in com.echothree.model.data.party.server.entity
Methods in com.echothree.model.data.party.server.entity that return PartyGroupPK -
Uses of PartyGroupPK in com.echothree.model.data.party.server.factory
Methods in com.echothree.model.data.party.server.factory that return PartyGroupPKModifier and TypeMethodDescriptionPartyGroupFactory.getNextPK()PartyGroupFactory.getPKFromQuery(PreparedStatement ps, Object... params) PartyGroupFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.party.server.factory that return types with arguments of type PartyGroupPKModifier and TypeMethodDescriptionPartyGroupFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) PartyGroupFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) PartyGroupFactory.getPKsFromResultSetAsList(ResultSet rs) PartyGroupFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.party.server.factory with parameters of type PartyGroupPKModifier and TypeMethodDescriptionPartyGroupFactory.getEntityFromCache(PartyGroupPK pk) PartyGroupFactory.getEntityFromPK(EntityPermission entityPermission, PartyGroupPK pk) PartyGroupFactory.getValueFromPK(PartyGroupPK pk) voidPartyGroupFactory.remove(PartyGroupPK pk) booleanPartyGroupFactory.validPK(PartyGroupPK pk) Method parameters in com.echothree.model.data.party.server.factory with type arguments of type PartyGroupPKModifier and TypeMethodDescriptionPartyGroupFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyGroupPK> pks) PartyGroupFactory.getValuesFromPKs(Collection<PartyGroupPK> pks) voidPartyGroupFactory.remove(Collection<PartyGroupPK> pks) -
Uses of PartyGroupPK in com.echothree.model.data.party.server.value
Methods in com.echothree.model.data.party.server.value that return PartyGroupPKConstructors in com.echothree.model.data.party.server.value with parameters of type PartyGroupPKModifierConstructorDescriptionPartyGroupValue(PartyGroupPK partyGroupPK, PartyPK partyPK, String name, Long fromTime, Long thruTime) Creates a new instance of PartyGroupValue