Uses of Class
com.echothree.model.data.core.common.pk.AppearancePK
Packages that use AppearancePK
Package
Description
-
Uses of AppearancePK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return AppearancePKModifier and TypeMethodDescriptionAppearanceDescription.getAppearancePK()
AppearanceDetail.getAppearancePK()
AppearanceTextDecoration.getAppearancePK()
AppearanceTextTransformation.getAppearancePK()
EntityAppearance.getAppearancePK()
Appearance.getPrimaryKey()
Methods in com.echothree.model.data.core.server.entity with parameters of type AppearancePKModifier and TypeMethodDescriptionvoid
AppearanceDescription.setAppearancePK
(AppearancePK appearancePK) void
AppearanceDetail.setAppearancePK
(AppearancePK appearancePK) void
AppearanceTextDecoration.setAppearancePK
(AppearancePK appearancePK) void
AppearanceTextTransformation.setAppearancePK
(AppearancePK appearancePK) void
EntityAppearance.setAppearancePK
(AppearancePK appearancePK) -
Uses of AppearancePK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return AppearancePKModifier and TypeMethodDescriptionAppearanceFactory.getNextPK()
AppearanceFactory.getPKFromQuery
(PreparedStatement ps, Object... params) AppearanceFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type AppearancePKModifier and TypeMethodDescriptionAppearanceFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) AppearanceFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) AppearanceFactory.getPKsFromResultSetAsList
(ResultSet rs) AppearanceFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type AppearancePKModifier and TypeMethodDescriptionAppearanceDescriptionFactory.create
(AppearancePK appearancePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) AppearanceDescriptionFactory.create
(Session session, AppearancePK appearancePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) AppearanceDetailFactory.create
(AppearancePK appearancePK, String appearanceName, ColorPK textColorPK, ColorPK backgroundColorPK, FontStylePK fontStylePK, FontWeightPK fontWeightPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) AppearanceDetailFactory.create
(Session session, AppearancePK appearancePK, String appearanceName, ColorPK textColorPK, ColorPK backgroundColorPK, FontStylePK fontStylePK, FontWeightPK fontWeightPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) AppearanceTextDecorationFactory.create
(AppearancePK appearancePK, TextDecorationPK textDecorationPK, Long fromTime, Long thruTime) AppearanceTextDecorationFactory.create
(Session session, AppearancePK appearancePK, TextDecorationPK textDecorationPK, Long fromTime, Long thruTime) AppearanceTextTransformationFactory.create
(AppearancePK appearancePK, TextTransformationPK textTransformationPK, Long fromTime, Long thruTime) AppearanceTextTransformationFactory.create
(Session session, AppearancePK appearancePK, TextTransformationPK textTransformationPK, Long fromTime, Long thruTime) EntityAppearanceFactory.create
(EntityInstancePK entityInstancePK, AppearancePK appearancePK, Long fromTime, Long thruTime) EntityAppearanceFactory.create
(Session session, EntityInstancePK entityInstancePK, AppearancePK appearancePK, Long fromTime, Long thruTime) AppearanceFactory.getEntityFromCache
(Session session, AppearancePK pk) AppearanceFactory.getEntityFromPK
(EntityPermission entityPermission, AppearancePK pk) AppearanceFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, AppearancePK pk) AppearanceFactory.getValueFromPK
(Session session, AppearancePK pk) void
AppearanceFactory.remove
(Session session, AppearancePK pk) boolean
AppearanceFactory.validPK
(Session session, AppearancePK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type AppearancePKModifier and TypeMethodDescriptionAppearanceFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<AppearancePK> pks) AppearanceFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<AppearancePK> pks) AppearanceFactory.getValuesFromPKs
(Session session, Collection<AppearancePK> pks) void
AppearanceFactory.remove
(Session session, Collection<AppearancePK> pks) void
AppearanceFactory.remove
(Collection<AppearancePK> pks) -
Uses of AppearancePK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return AppearancePKModifier and TypeMethodDescriptionAppearanceDescriptionValue.getAppearancePK()
AppearanceDetailValue.getAppearancePK()
AppearanceTextDecorationValue.getAppearancePK()
AppearanceTextTransformationValue.getAppearancePK()
EntityAppearanceValue.getAppearancePK()
AppearanceValue.getPrimaryKey()
Methods in com.echothree.model.data.core.server.value with parameters of type AppearancePKModifier and TypeMethodDescriptionvoid
AppearanceDescriptionValue.setAppearancePK
(AppearancePK appearancePK) void
AppearanceDetailValue.setAppearancePK
(AppearancePK appearancePK) void
AppearanceTextDecorationValue.setAppearancePK
(AppearancePK appearancePK) void
AppearanceTextTransformationValue.setAppearancePK
(AppearancePK appearancePK) void
EntityAppearanceValue.setAppearancePK
(AppearancePK appearancePK) Constructors in com.echothree.model.data.core.server.value with parameters of type AppearancePKModifierConstructorDescriptionAppearanceDescriptionValue
(AppearanceDescriptionPK appearanceDescriptionPK, AppearancePK appearancePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of AppearanceDescriptionValueAppearanceDescriptionValue
(AppearancePK appearancePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of AppearanceDescriptionValueAppearanceDetailValue
(AppearanceDetailPK appearanceDetailPK, AppearancePK appearancePK, String appearanceName, ColorPK textColorPK, ColorPK backgroundColorPK, FontStylePK fontStylePK, FontWeightPK fontWeightPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of AppearanceDetailValueAppearanceDetailValue
(AppearancePK appearancePK, String appearanceName, ColorPK textColorPK, ColorPK backgroundColorPK, FontStylePK fontStylePK, FontWeightPK fontWeightPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of AppearanceDetailValueAppearanceTextDecorationValue
(AppearancePK appearancePK, TextDecorationPK textDecorationPK, Long fromTime, Long thruTime) Creates a new instance of AppearanceTextDecorationValueAppearanceTextDecorationValue
(AppearanceTextDecorationPK appearanceTextDecorationPK, AppearancePK appearancePK, TextDecorationPK textDecorationPK, Long fromTime, Long thruTime) Creates a new instance of AppearanceTextDecorationValueAppearanceTextTransformationValue
(AppearancePK appearancePK, TextTransformationPK textTransformationPK, Long fromTime, Long thruTime) Creates a new instance of AppearanceTextTransformationValueAppearanceTextTransformationValue
(AppearanceTextTransformationPK appearanceTextTransformationPK, AppearancePK appearancePK, TextTransformationPK textTransformationPK, Long fromTime, Long thruTime) Creates a new instance of AppearanceTextTransformationValueAppearanceValue
(AppearancePK appearancePK, AppearanceDetailPK activeDetailPK, AppearanceDetailPK lastDetailPK) Creates a new instance of AppearanceValueEntityAppearanceValue
(EntityAppearancePK entityAppearancePK, EntityInstancePK entityInstancePK, AppearancePK appearancePK, Long fromTime, Long thruTime) Creates a new instance of EntityAppearanceValueEntityAppearanceValue
(EntityInstancePK entityInstancePK, AppearancePK appearancePK, Long fromTime, Long thruTime) Creates a new instance of EntityAppearanceValue