Uses of Class
com.echothree.model.data.term.common.pk.TermDetailPK
Packages that use TermDetailPK
Package
Description
-
Uses of TermDetailPK in com.echothree.model.data.term.server.entity
Methods in com.echothree.model.data.term.server.entity that return TermDetailPKModifier and TypeMethodDescriptionTerm.getActiveDetailPK()
Term.getLastDetailPK()
TermDetail.getPrimaryKey()
Methods in com.echothree.model.data.term.server.entity with parameters of type TermDetailPKModifier and TypeMethodDescriptionvoid
Term.setActiveDetailPK
(TermDetailPK activeDetailPK) void
Term.setLastDetailPK
(TermDetailPK lastDetailPK) -
Uses of TermDetailPK in com.echothree.model.data.term.server.factory
Methods in com.echothree.model.data.term.server.factory that return TermDetailPKModifier and TypeMethodDescriptionTermDetailFactory.getNextPK()
TermDetailFactory.getPKFromQuery
(PreparedStatement ps, Object... params) TermDetailFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.term.server.factory that return types with arguments of type TermDetailPKModifier and TypeMethodDescriptionTermDetailFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) TermDetailFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) TermDetailFactory.getPKsFromResultSetAsList
(ResultSet rs) TermDetailFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.term.server.factory with parameters of type TermDetailPKModifier and TypeMethodDescriptionTermFactory.create
(TermDetailPK activeDetailPK, TermDetailPK lastDetailPK) TermFactory.create
(Session session, TermDetailPK activeDetailPK, TermDetailPK lastDetailPK) TermDetailFactory.getEntityFromCache
(Session session, TermDetailPK pk) TermDetailFactory.getEntityFromPK
(EntityPermission entityPermission, TermDetailPK pk) TermDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, TermDetailPK pk) TermDetailFactory.getValueFromPK
(Session session, TermDetailPK pk) void
TermDetailFactory.remove
(Session session, TermDetailPK pk) boolean
TermDetailFactory.validPK
(Session session, TermDetailPK pk) Method parameters in com.echothree.model.data.term.server.factory with type arguments of type TermDetailPKModifier and TypeMethodDescriptionTermDetailFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<TermDetailPK> pks) TermDetailFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<TermDetailPK> pks) TermDetailFactory.getValuesFromPKs
(Session session, Collection<TermDetailPK> pks) void
TermDetailFactory.remove
(Session session, Collection<TermDetailPK> pks) void
TermDetailFactory.remove
(Collection<TermDetailPK> pks) -
Uses of TermDetailPK in com.echothree.model.data.term.server.value
Methods in com.echothree.model.data.term.server.value that return TermDetailPKModifier and TypeMethodDescriptionTermValue.getActiveDetailPK()
TermValue.getLastDetailPK()
TermDetailValue.getPrimaryKey()
Methods in com.echothree.model.data.term.server.value with parameters of type TermDetailPKModifier and TypeMethodDescriptionvoid
TermValue.setActiveDetailPK
(TermDetailPK activeDetailPK) void
TermValue.setLastDetailPK
(TermDetailPK lastDetailPK) Constructors in com.echothree.model.data.term.server.value with parameters of type TermDetailPKModifierConstructorDescriptionTermDetailValue
(TermDetailPK termDetailPK, TermPK termPK, String termName, TermTypePK termTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of TermDetailValueTermValue
(TermDetailPK activeDetailPK, TermDetailPK lastDetailPK) Creates a new instance of TermValueTermValue
(TermPK termPK, TermDetailPK activeDetailPK, TermDetailPK lastDetailPK) Creates a new instance of TermValue