Uses of Class
com.echothree.model.data.core.server.entity.FontStyle
Packages that use FontStyle
Package
Description
-
Uses of FontStyle in com.echothree.control.user.core.server.command
Methods in com.echothree.control.user.core.server.command that return FontStyleModifier and TypeMethodDescriptionEditFontStyleCommand.getEntity
(EditFontStyleResult result) protected FontStyle
GetFontStyleCommand.getEntity()
EditFontStyleCommand.getLockEntity
(FontStyle fontStyle) EditFontStyleDescriptionCommand.getLockEntity
(FontStyleDescription fontStyleDescription) Methods in com.echothree.control.user.core.server.command that return types with arguments of type FontStyleModifier and TypeMethodDescriptionprotected Collection<FontStyle>
GetFontStylesCommand.getEntities()
Methods in com.echothree.control.user.core.server.command with parameters of type FontStyleModifier and TypeMethodDescriptionvoid
void
EditFontStyleCommand.doLock
(FontStyleEdit edit, FontStyle fontStyle) void
void
EditFontStyleCommand.fillInResult
(EditFontStyleResult result, FontStyle fontStyle) EditFontStyleCommand.getLockEntity
(FontStyle fontStyle) protected BaseResult
Method parameters in com.echothree.control.user.core.server.command with type arguments of type FontStyleModifier and TypeMethodDescriptionprotected BaseResult
GetFontStylesCommand.getResult
(Collection<FontStyle> entities) -
Uses of FontStyle in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return FontStyleModifier and TypeMethodDescriptionCoreControl.createFontStyle
(String fontStyleName, Boolean isDefault, Integer sortOrder, BasePK createdBy) CoreControl.getDefaultFontStyle()
CoreControl.getDefaultFontStyleForUpdate()
CoreControl.getFontStyleByEntityInstance
(EntityInstance entityInstance) CoreControl.getFontStyleByEntityInstance
(EntityInstance entityInstance, EntityPermission entityPermission) Assume that the entityInstance passed to this function is a ECHO_THREE.FontStyleCoreControl.getFontStyleByEntityInstanceForUpdate
(EntityInstance entityInstance) CoreControl.getFontStyleByName
(String fontStyleName) CoreControl.getFontStyleByNameForUpdate
(String fontStyleName) Methods in com.echothree.model.control.core.server.control that return types with arguments of type FontStyleModifier and TypeMethodDescriptionCoreControl.getFontStyles()
CoreControl.getFontStylesForUpdate()
Methods in com.echothree.model.control.core.server.control with parameters of type FontStyleModifier and TypeMethodDescriptionCoreControl.createAppearance
(String appearanceName, Color textColor, Color backgroundColor, FontStyle fontStyle, FontWeight fontWeight, Boolean isDefault, Integer sortOrder, BasePK createdBy) CoreControl.createFontStyleDescription
(FontStyle fontStyle, Language language, String description, BasePK createdBy) void
CoreControl.deleteAppearancesByFontStyle
(FontStyle fontStyle, BasePK deletedBy) void
CoreControl.deleteFontStyle
(FontStyle fontStyle, BasePK deletedBy) void
CoreControl.deleteFontStyleDescriptionsByFontStyle
(FontStyle fontStyle, BasePK deletedBy) CoreControl.getAppearancesByFontStyle
(FontStyle fontStyle) CoreControl.getAppearancesByFontStyleForUpdate
(FontStyle fontStyle) CoreControl.getBestFontStyleDescription
(FontStyle fontStyle, Language language) CoreControl.getFontStyleDescription
(FontStyle fontStyle, Language language) CoreControl.getFontStyleDescriptionForUpdate
(FontStyle fontStyle, Language language) CoreControl.getFontStyleDescriptionsByFontStyle
(FontStyle fontStyle) CoreControl.getFontStyleDescriptionsByFontStyleForUpdate
(FontStyle fontStyle) CoreControl.getFontStyleDescriptionTransfersByFontStyle
(UserVisit userVisit, FontStyle fontStyle) CoreControl.getFontStyleDescriptionValueForUpdate
(FontStyle fontStyle, Language language) CoreControl.getFontStyleDetailValueForUpdate
(FontStyle fontStyle) CoreControl.getFontStyleTransfer
(UserVisit userVisit, FontStyle fontStyle) Method parameters in com.echothree.model.control.core.server.control with type arguments of type FontStyleModifier and TypeMethodDescriptionvoid
CoreControl.deleteFontStyles
(List<FontStyle> fontStyles, BasePK deletedBy) CoreControl.getFontStyleTransfers
(UserVisit userVisit, Collection<FontStyle> entities) -
Uses of FontStyle in com.echothree.model.control.core.server.graphql
Constructors in com.echothree.model.control.core.server.graphql with parameters of type FontStyle -
Uses of FontStyle in com.echothree.model.control.core.server.logic
Methods in com.echothree.model.control.core.server.logic that return FontStyleModifier and TypeMethodDescriptionAppearanceLogic.getFontStyleByName
(ExecutionErrorAccumulator eea, String fontStyleName) -
Uses of FontStyle in com.echothree.model.control.core.server.transfer
Methods in com.echothree.model.control.core.server.transfer with parameters of type FontStyleModifier and TypeMethodDescriptionFontStyleTransferCache.getFontStyleTransfer
(FontStyle fontStyle) -
Uses of FontStyle in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return FontStyleModifier and TypeMethodDescriptionAppearanceDetail.getFontStyle()
AppearanceDetail.getFontStyle
(EntityPermission entityPermission) AppearanceDetail.getFontStyle
(Session session) AppearanceDetail.getFontStyle
(Session session, EntityPermission entityPermission) FontStyleDescription.getFontStyle()
FontStyleDescription.getFontStyle
(EntityPermission entityPermission) FontStyleDescription.getFontStyle
(Session session) FontStyleDescription.getFontStyle
(Session session, EntityPermission entityPermission) FontStyleDetail.getFontStyle()
FontStyleDetail.getFontStyle
(EntityPermission entityPermission) FontStyleDetail.getFontStyle
(Session session) FontStyleDetail.getFontStyle
(Session session, EntityPermission entityPermission) AppearanceDetail.getFontStyleForUpdate()
AppearanceDetail.getFontStyleForUpdate
(Session session) FontStyleDescription.getFontStyleForUpdate()
FontStyleDescription.getFontStyleForUpdate
(Session session) FontStyleDetail.getFontStyleForUpdate()
FontStyleDetail.getFontStyleForUpdate
(Session session) Methods in com.echothree.model.data.core.server.entity with parameters of type FontStyleModifier and TypeMethodDescriptionvoid
AppearanceDetail.setFontStyle
(FontStyle entity) void
FontStyleDescription.setFontStyle
(FontStyle entity) void
FontStyleDetail.setFontStyle
(FontStyle entity) -
Uses of FontStyle in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return FontStyleModifier and TypeMethodDescriptionFontStyleFactory.create()
FontStyleFactory.create
(FontStyleDetailPK activeDetailPK, FontStyleDetailPK lastDetailPK) FontStyleFactory.create
(FontStyleDetail activeDetail, FontStyleDetail lastDetail) FontStyleFactory.create
(Session session, FontStyleDetailPK activeDetailPK, FontStyleDetailPK lastDetailPK) FontStyleFactory.create
(Session session, FontStyleDetail activeDetail, FontStyleDetail lastDetail) FontStyleFactory.getEntityFromCache
(Session session, FontStylePK pk) FontStyleFactory.getEntityFromPK
(EntityPermission entityPermission, FontStylePK pk) FontStyleFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, FontStylePK pk) FontStyleFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) FontStyleFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) FontStyleFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) FontStyleFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) FontStyleFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) FontStyleFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) FontStyleFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) FontStyleFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) FontStyleFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) FontStyleFactory.getEntityFromValue
(EntityPermission entityPermission, FontStyleValue value) FontStyleFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, FontStyleValue value) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type FontStyleModifier and TypeMethodDescriptionFontStyleFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<FontStylePK> pks) FontStyleFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<FontStylePK> pks) FontStyleFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) FontStyleFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) FontStyleFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) FontStyleFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) FontStyleFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) FontStyleFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) FontStyleFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) FontStyleFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) FontStyleFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type FontStyleModifier and TypeMethodDescriptionAppearanceDetailFactory.create
(Appearance appearance, String appearanceName, Color textColor, Color backgroundColor, FontStyle fontStyle, FontWeight fontWeight, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) AppearanceDetailFactory.create
(Session session, Appearance appearance, String appearanceName, Color textColor, Color backgroundColor, FontStyle fontStyle, FontWeight fontWeight, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) FontStyleDescriptionFactory.create
(FontStyle fontStyle, Language language, String description, Long fromTime, Long thruTime) FontStyleDescriptionFactory.create
(Session session, FontStyle fontStyle, Language language, String description, Long fromTime, Long thruTime) FontStyleDetailFactory.create
(FontStyle fontStyle, String fontStyleName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) FontStyleDetailFactory.create
(Session session, FontStyle fontStyle, String fontStyleName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) void
void
Method parameters in com.echothree.model.data.core.server.factory with type arguments of type FontStyleModifier and TypeMethodDescriptionvoid
FontStyleFactory.store
(Session session, Collection<FontStyle> entities) void
FontStyleFactory.store
(Collection<FontStyle> entities)