Uses of Class
com.echothree.model.data.picklist.common.pk.PicklistTimePK
Packages that use PicklistTimePK
Package
Description
-
Uses of PicklistTimePK in com.echothree.model.data.picklist.server.entity
Methods in com.echothree.model.data.picklist.server.entity that return PicklistTimePK -
Uses of PicklistTimePK in com.echothree.model.data.picklist.server.factory
Methods in com.echothree.model.data.picklist.server.factory that return PicklistTimePKModifier and TypeMethodDescriptionPicklistTimeFactory.getNextPK()PicklistTimeFactory.getPKFromQuery(PreparedStatement ps, Object... params) PicklistTimeFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.picklist.server.factory that return types with arguments of type PicklistTimePKModifier and TypeMethodDescriptionPicklistTimeFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) PicklistTimeFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) PicklistTimeFactory.getPKsFromResultSetAsList(ResultSet rs) PicklistTimeFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.picklist.server.factory with parameters of type PicklistTimePKModifier and TypeMethodDescriptionPicklistTimeFactory.getEntityFromCache(PicklistTimePK pk) PicklistTimeFactory.getEntityFromPK(EntityPermission entityPermission, PicklistTimePK pk) PicklistTimeFactory.getValueFromPK(PicklistTimePK pk) voidPicklistTimeFactory.remove(PicklistTimePK pk) booleanPicklistTimeFactory.validPK(PicklistTimePK pk) Method parameters in com.echothree.model.data.picklist.server.factory with type arguments of type PicklistTimePKModifier and TypeMethodDescriptionPicklistTimeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PicklistTimePK> pks) PicklistTimeFactory.getValuesFromPKs(Collection<PicklistTimePK> pks) voidPicklistTimeFactory.remove(Collection<PicklistTimePK> pks) -
Uses of PicklistTimePK in com.echothree.model.data.picklist.server.value
Methods in com.echothree.model.data.picklist.server.value that return PicklistTimePKConstructors in com.echothree.model.data.picklist.server.value with parameters of type PicklistTimePKModifierConstructorDescriptionPicklistTimeValue(PicklistTimePK picklistTimePK, PicklistPK picklistPK, PicklistTimeTypePK picklistTimeTypePK, Long time, Long fromTime, Long thruTime) Creates a new instance of PicklistTimeValue