Uses of Class
com.echothree.model.data.content.server.entity.ContentWebAddressDescription
Packages that use ContentWebAddressDescription
Package
Description
-
Uses of ContentWebAddressDescription in com.echothree.control.user.content.server.command
Methods in com.echothree.control.user.content.server.command that return ContentWebAddressDescriptionModifier and TypeMethodDescriptionEditContentWebAddressDescriptionCommand.getEntity
(EditContentWebAddressDescriptionResult result) Methods in com.echothree.control.user.content.server.command with parameters of type ContentWebAddressDescriptionModifier and TypeMethodDescriptionvoid
EditContentWebAddressDescriptionCommand.doLock
(ContentWebAddressDescriptionEdit edit, ContentWebAddressDescription contentWebAddressDescription) void
EditContentWebAddressDescriptionCommand.doUpdate
(ContentWebAddressDescription contentWebAddressDescription) void
EditContentWebAddressDescriptionCommand.fillInResult
(EditContentWebAddressDescriptionResult result, ContentWebAddressDescription contentWebAddressDescription) EditContentWebAddressDescriptionCommand.getLockEntity
(ContentWebAddressDescription contentWebAddressDescription) -
Uses of ContentWebAddressDescription in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control that return ContentWebAddressDescriptionModifier and TypeMethodDescriptionContentControl.createContentWebAddressDescription
(ContentWebAddress contentWebAddress, Language language, String description, BasePK createdBy) ContentControl.getContentWebAddressDescription
(ContentWebAddress contentWebAddress, Language language) ContentControl.getContentWebAddressDescriptionForUpdate
(ContentWebAddress contentWebAddress, Language language) Methods in com.echothree.model.control.content.server.control that return types with arguments of type ContentWebAddressDescriptionModifier and TypeMethodDescriptionContentControl.getContentWebAddressDescriptionsByContentWebAddress
(ContentWebAddress contentWebAddress) ContentControl.getContentWebAddressDescriptionsByContentWebAddressForUpdate
(ContentWebAddress contentWebAddress) Methods in com.echothree.model.control.content.server.control with parameters of type ContentWebAddressDescriptionModifier and TypeMethodDescriptionvoid
ContentControl.deleteContentWebAddressDescription
(ContentWebAddressDescription contentWebAddressDescription, BasePK deletedBy) ContentControl.getContentWebAddressDescriptionTransfer
(UserVisit userVisit, ContentWebAddressDescription contentWebAddressDescription) ContentControl.getContentWebAddressDescriptionValue
(ContentWebAddressDescription contentWebAddressDescription) -
Uses of ContentWebAddressDescription in com.echothree.model.control.content.server.transfer
Methods in com.echothree.model.control.content.server.transfer with parameters of type ContentWebAddressDescriptionModifier and TypeMethodDescriptionContentWebAddressDescriptionTransferCache.getContentWebAddressDescriptionTransfer
(ContentWebAddressDescription contentWebAddressDescription) -
Uses of ContentWebAddressDescription in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentWebAddressDescriptionModifier and TypeMethodDescriptionContentWebAddressDescriptionFactory.create
(ContentWebAddressPK contentWebAddressPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ContentWebAddressDescriptionFactory.create
(ContentWebAddress contentWebAddress, Language language, String description, Long fromTime, Long thruTime) ContentWebAddressDescriptionFactory.create
(Session session, ContentWebAddressPK contentWebAddressPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ContentWebAddressDescriptionFactory.create
(Session session, ContentWebAddress contentWebAddress, Language language, String description, Long fromTime, Long thruTime) ContentWebAddressDescriptionFactory.getEntityFromCache
(Session session, ContentWebAddressDescriptionPK pk) ContentWebAddressDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, ContentWebAddressDescriptionPK pk) ContentWebAddressDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ContentWebAddressDescriptionPK pk) ContentWebAddressDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ContentWebAddressDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentWebAddressDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentWebAddressDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentWebAddressDescriptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentWebAddressDescriptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentWebAddressDescriptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentWebAddressDescriptionFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) ContentWebAddressDescriptionFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) ContentWebAddressDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, ContentWebAddressDescriptionValue value) ContentWebAddressDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ContentWebAddressDescriptionValue value) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentWebAddressDescriptionModifier and TypeMethodDescriptionContentWebAddressDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ContentWebAddressDescriptionPK> pks) ContentWebAddressDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContentWebAddressDescriptionPK> pks) ContentWebAddressDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ContentWebAddressDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentWebAddressDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentWebAddressDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentWebAddressDescriptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentWebAddressDescriptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentWebAddressDescriptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentWebAddressDescriptionFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) ContentWebAddressDescriptionFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentWebAddressDescriptionModifier and TypeMethodDescriptionvoid
ContentWebAddressDescriptionFactory.remove
(Session session, ContentWebAddressDescription entity) void
ContentWebAddressDescriptionFactory.store
(Session session, ContentWebAddressDescription entity) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentWebAddressDescriptionModifier and TypeMethodDescriptionvoid
ContentWebAddressDescriptionFactory.store
(Session session, Collection<ContentWebAddressDescription> entities) void
ContentWebAddressDescriptionFactory.store
(Collection<ContentWebAddressDescription> entities)