Uses of Class
com.echothree.model.data.core.common.pk.ApplicationDescriptionPK
Packages that use ApplicationDescriptionPK
Package
Description
-
Uses of ApplicationDescriptionPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return ApplicationDescriptionPK -
Uses of ApplicationDescriptionPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return ApplicationDescriptionPKModifier and TypeMethodDescriptionApplicationDescriptionFactory.getNextPK()
ApplicationDescriptionFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ApplicationDescriptionFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type ApplicationDescriptionPKModifier and TypeMethodDescriptionApplicationDescriptionFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ApplicationDescriptionFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ApplicationDescriptionFactory.getPKsFromResultSetAsList
(ResultSet rs) ApplicationDescriptionFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type ApplicationDescriptionPKModifier and TypeMethodDescriptionApplicationDescriptionFactory.getEntityFromCache
(Session session, ApplicationDescriptionPK pk) ApplicationDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, ApplicationDescriptionPK pk) ApplicationDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ApplicationDescriptionPK pk) ApplicationDescriptionFactory.getValueFromPK
(Session session, ApplicationDescriptionPK pk) void
ApplicationDescriptionFactory.remove
(Session session, ApplicationDescriptionPK pk) boolean
ApplicationDescriptionFactory.validPK
(Session session, ApplicationDescriptionPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type ApplicationDescriptionPKModifier and TypeMethodDescriptionApplicationDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ApplicationDescriptionPK> pks) ApplicationDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ApplicationDescriptionPK> pks) ApplicationDescriptionFactory.getValuesFromPKs
(Session session, Collection<ApplicationDescriptionPK> pks) void
ApplicationDescriptionFactory.remove
(Session session, Collection<ApplicationDescriptionPK> pks) void
ApplicationDescriptionFactory.remove
(Collection<ApplicationDescriptionPK> pks) -
Uses of ApplicationDescriptionPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return ApplicationDescriptionPKConstructors in com.echothree.model.data.core.server.value with parameters of type ApplicationDescriptionPKModifierConstructorDescriptionApplicationDescriptionValue
(ApplicationDescriptionPK applicationDescriptionPK, ApplicationPK applicationPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ApplicationDescriptionValue