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
(Session session, PartyGroupPK pk) PartyGroupFactory.getEntityFromPK
(EntityPermission entityPermission, PartyGroupPK pk) PartyGroupFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, PartyGroupPK pk) PartyGroupFactory.getValueFromPK
(Session session, PartyGroupPK pk) void
PartyGroupFactory.remove
(Session session, PartyGroupPK pk) boolean
PartyGroupFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<PartyGroupPK> pks) PartyGroupFactory.getValuesFromPKs
(Session session, Collection<PartyGroupPK> pks) void
PartyGroupFactory.remove
(Session session, Collection<PartyGroupPK> pks) void
PartyGroupFactory.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