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 -
Uses of PicklistTimePK in com.echothree.model.jooq.server.records.picklist
Methods in com.echothree.model.jooq.server.records.picklist that return PicklistTimePKModifier and TypeMethodDescriptionPicklistTimes.PicklistTime()Getter forpicklisttimes.pcklsttim_picklisttimeid.Methods in com.echothree.model.jooq.server.records.picklist that return types with arguments of type PicklistTimePKMethods in com.echothree.model.jooq.server.records.picklist with parameters of type PicklistTimePKModifier and TypeMethodDescriptionvoidPicklistTimes.PicklistTime(PicklistTimePK value) Setter forpicklisttimes.pcklsttim_picklisttimeid.Constructors in com.echothree.model.jooq.server.records.picklist with parameters of type PicklistTimePKModifierConstructorDescriptionPicklistTimes(PicklistTimePK PicklistTime, PicklistPK Picklist, PicklistTimeTypePK PicklistTimeType, Long Time, Long FromTime, Long ThruTime) Create a detached, initialised PicklistTimes -
Uses of PicklistTimePK in com.echothree.model.jooq.server.tables.picklist
Fields in com.echothree.model.jooq.server.tables.picklist with type parameters of type PicklistTimePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<PicklistTimes, PicklistTimePK> PicklistTimes.PICKLIST_TIMEThe columnpicklisttimes.pcklsttim_picklisttimeid.