Uses of Class
com.echothree.model.data.core.common.pk.AppearanceDescriptionPK
Packages that use AppearanceDescriptionPK
Package
Description
-
Uses of AppearanceDescriptionPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return AppearanceDescriptionPK -
Uses of AppearanceDescriptionPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return AppearanceDescriptionPKModifier and TypeMethodDescriptionAppearanceDescriptionFactory.getNextPK()AppearanceDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) AppearanceDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type AppearanceDescriptionPKModifier and TypeMethodDescriptionAppearanceDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) AppearanceDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) AppearanceDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) AppearanceDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type AppearanceDescriptionPKModifier and TypeMethodDescriptionAppearanceDescriptionFactory.getEntityFromCache(Session session, AppearanceDescriptionPK pk) AppearanceDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, AppearanceDescriptionPK pk) AppearanceDescriptionFactory.getEntityFromPK(Session session, EntityPermission entityPermission, AppearanceDescriptionPK pk) AppearanceDescriptionFactory.getValueFromPK(Session session, AppearanceDescriptionPK pk) voidAppearanceDescriptionFactory.remove(Session session, AppearanceDescriptionPK pk) booleanAppearanceDescriptionFactory.validPK(Session session, AppearanceDescriptionPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type AppearanceDescriptionPKModifier and TypeMethodDescriptionAppearanceDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<AppearanceDescriptionPK> pks) AppearanceDescriptionFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<AppearanceDescriptionPK> pks) AppearanceDescriptionFactory.getValuesFromPKs(Session session, Collection<AppearanceDescriptionPK> pks) voidAppearanceDescriptionFactory.remove(Session session, Collection<AppearanceDescriptionPK> pks) voidAppearanceDescriptionFactory.remove(Collection<AppearanceDescriptionPK> pks) -
Uses of AppearanceDescriptionPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return AppearanceDescriptionPKConstructors in com.echothree.model.data.core.server.value with parameters of type AppearanceDescriptionPKModifierConstructorDescriptionAppearanceDescriptionValue(AppearanceDescriptionPK appearanceDescriptionPK, AppearancePK appearancePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of AppearanceDescriptionValue