Uses of Class
com.echothree.model.data.content.server.entity.ContentWebAddress
Packages that use ContentWebAddress
Package
Description
-
Uses of ContentWebAddress in com.echothree.control.user.content.server.command
Methods in com.echothree.control.user.content.server.command that return ContentWebAddressModifier and TypeMethodDescriptionEditContentWebAddressCommand.getEntity(EditContentWebAddressResult result) protected ContentWebAddressGetContentWebAddressCommand.getEntity()EditContentWebAddressCommand.getLockEntity(ContentWebAddress contentWebAddress) EditContentWebAddressDescriptionCommand.getLockEntity(ContentWebAddressDescription contentWebAddressDescription) Methods in com.echothree.control.user.content.server.command that return types with arguments of type ContentWebAddressModifier and TypeMethodDescriptionprotected Collection<ContentWebAddress> GetContentWebAddressesCommand.getEntities()Methods in com.echothree.control.user.content.server.command with parameters of type ContentWebAddressModifier and TypeMethodDescriptionvoidEditContentWebAddressCommand.canUpdate(ContentWebAddress contentWebAddress) voidEditContentWebAddressCommand.doLock(ContentWebAddressEdit edit, ContentWebAddress contentWebAddress) voidEditContentWebAddressCommand.doUpdate(ContentWebAddress contentWebAddress) voidEditContentWebAddressCommand.fillInResult(EditContentWebAddressResult result, ContentWebAddress contentWebAddress) EditContentWebAddressCommand.getLockEntity(ContentWebAddress contentWebAddress) protected BaseResultGetContentWebAddressCommand.getResult(ContentWebAddress contentWebAddress) Method parameters in com.echothree.control.user.content.server.command with type arguments of type ContentWebAddressModifier and TypeMethodDescriptionprotected BaseResultGetContentWebAddressesCommand.getResult(Collection<ContentWebAddress> entities) -
Uses of ContentWebAddress in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control that return ContentWebAddressModifier and TypeMethodDescriptionContentControl.createContentWebAddress(String contentWebAddressName, ContentCollection contentCollection, BasePK createdBy) ContentControl.getContentWebAddressByEntityInstance(EntityInstance entityInstance) ContentControl.getContentWebAddressByEntityInstance(EntityInstance entityInstance, EntityPermission entityPermission) Assume that the entityInstance passed to this function is a ECHO_THREE.ContentWebAddressContentControl.getContentWebAddressByEntityInstanceForUpdate(EntityInstance entityInstance) ContentControl.getContentWebAddressByName(String contentWebAddressName) ContentControl.getContentWebAddressByNameForUpdate(String contentWebAddressName) Methods in com.echothree.model.control.content.server.control that return types with arguments of type ContentWebAddressModifier and TypeMethodDescriptionContentControl.getContentWebAddresses()ContentControl.getContentWebAddressesByContentCollection(ContentCollection contentCollection) ContentControl.getContentWebAddressesByContentCollectionForUpdate(ContentCollection contentCollection) ContentControl.getContentWebAddressesForUpdate()Methods in com.echothree.model.control.content.server.control with parameters of type ContentWebAddressModifier and TypeMethodDescriptionContentControl.createContentWebAddressDescription(ContentWebAddress contentWebAddress, Language language, String description, BasePK createdBy) ContentControl.createContentWebAddressServer(ContentWebAddress contentWebAddress, Server server, BasePK createdBy) voidContentControl.deleteContentWebAddress(ContentWebAddress contentWebAddress, BasePK deletedBy) voidContentControl.deleteContentWebAddressDescriptionsByContentWebAddress(ContentWebAddress contentWebAddress, BasePK deletedBy) voidContentControl.deleteContentWebAddressServersByContentWebAddress(ContentWebAddress contentWebAddress, BasePK deletedBy) ContentControl.getBestContentWebAddressDescription(ContentWebAddress contentWebAddress, Language language) ContentControl.getContentWebAddressDescription(ContentWebAddress contentWebAddress, Language language) ContentControl.getContentWebAddressDescriptionForUpdate(ContentWebAddress contentWebAddress, Language language) ContentControl.getContentWebAddressDescriptionsByContentWebAddress(ContentWebAddress contentWebAddress) ContentControl.getContentWebAddressDescriptionsByContentWebAddressForUpdate(ContentWebAddress contentWebAddress) ContentControl.getContentWebAddressDescriptionTransfers(UserVisit userVisit, ContentWebAddress contentWebAddress) ContentControl.getContentWebAddressDescriptionValueForUpdate(ContentWebAddress contentWebAddress, Language language) ContentControl.getContentWebAddressDetailValueForUpdate(ContentWebAddress contentWebAddress) ContentControl.getContentWebAddressServer(ContentWebAddress contentWebAddress, Server server) ContentControl.getContentWebAddressServerForUpdate(ContentWebAddress contentWebAddress, Server server) ContentControl.getContentWebAddressServersByContentWebAddress(ContentWebAddress contentWebAddress) ContentControl.getContentWebAddressServersByContentWebAddressForUpdate(ContentWebAddress contentWebAddress) ContentControl.getContentWebAddressTransfer(UserVisit userVisit, ContentWebAddress contentWebAddress) Method parameters in com.echothree.model.control.content.server.control with type arguments of type ContentWebAddressModifier and TypeMethodDescriptionContentControl.getContentWebAddressTransfers(UserVisit userVisit, Collection<ContentWebAddress> contentWebAddresses) -
Uses of ContentWebAddress in com.echothree.model.control.content.server.graphql
Constructors in com.echothree.model.control.content.server.graphql with parameters of type ContentWebAddress -
Uses of ContentWebAddress in com.echothree.model.control.content.server.transfer
Methods in com.echothree.model.control.content.server.transfer with parameters of type ContentWebAddressModifier and TypeMethodDescriptionContentWebAddressTransferCache.getContentWebAddressTransfer(UserVisit userVisit, ContentWebAddress contentWebAddress) -
Uses of ContentWebAddress in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentWebAddressModifier and TypeMethodDescriptionContentWebAddressDescription.getContentWebAddress()ContentWebAddressDescription.getContentWebAddress(EntityPermission entityPermission) ContentWebAddressDetail.getContentWebAddress()ContentWebAddressDetail.getContentWebAddress(EntityPermission entityPermission) ContentWebAddressServer.getContentWebAddress()ContentWebAddressServer.getContentWebAddress(EntityPermission entityPermission) ContentWebAddressDescription.getContentWebAddressForUpdate()ContentWebAddressDetail.getContentWebAddressForUpdate()ContentWebAddressServer.getContentWebAddressForUpdate()Methods in com.echothree.model.data.content.server.entity with parameters of type ContentWebAddressModifier and TypeMethodDescriptionvoidContentWebAddressDescription.setContentWebAddress(ContentWebAddress entity) voidContentWebAddressDetail.setContentWebAddress(ContentWebAddress entity) voidContentWebAddressServer.setContentWebAddress(ContentWebAddress entity) -
Uses of ContentWebAddress in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentWebAddressModifier and TypeMethodDescriptionContentWebAddressFactory.create()ContentWebAddressFactory.create(ContentWebAddressDetailPK activeDetailPK, ContentWebAddressDetailPK lastDetailPK) ContentWebAddressFactory.create(ContentWebAddressDetail activeDetail, ContentWebAddressDetail lastDetail) ContentWebAddressFactory.getEntityFromCache(ContentWebAddressPK pk) ContentWebAddressFactory.getEntityFromPK(EntityPermission entityPermission, ContentWebAddressPK pk) ContentWebAddressFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentWebAddressFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentWebAddressFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentWebAddressFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ContentWebAddressFactory.getEntityFromValue(EntityPermission entityPermission, ContentWebAddressValue value) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentWebAddressModifier and TypeMethodDescriptionContentWebAddressFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentWebAddressPK> pks) ContentWebAddressFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentWebAddressFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentWebAddressFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentWebAddressFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentWebAddressModifier and TypeMethodDescriptionContentWebAddressDescriptionFactory.create(ContentWebAddress contentWebAddress, Language language, String description, Long fromTime, Long thruTime) ContentWebAddressDetailFactory.create(ContentWebAddress contentWebAddress, String contentWebAddressName, ContentCollection contentCollection, Long fromTime, Long thruTime) ContentWebAddressServerFactory.create(ContentWebAddress contentWebAddress, Server server, Long fromTime, Long thruTime) voidContentWebAddressFactory.remove(ContentWebAddress entity) voidContentWebAddressFactory.store(ContentWebAddress entity) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentWebAddressModifier and TypeMethodDescriptionvoidContentWebAddressFactory.store(Collection<ContentWebAddress> entities)